Task Management App For Testing Purpose

This simple setup provides a realistic yet flawed application for you to practice manual testing. It encourages critical thinking, attention to detail, and proper documentation of findings.

NOTE: This assignment is part of the Software Testing Mastery in Scrum Course.

Purpose of the App

The app is designed as a Task Manager App, allowing users to:

  1. Add tasks to a list.
  2. Mark tasks as completed by clicking on them.
  3. Delete tasks using a “Delete” button.
  4. Count remaining tasks using a dedicated button.

Assignment Instructions for Students

Objective:

  1. Perform manual testing on the provided Task Manager App to identify any issues or bugs.

Steps to Follow

  1. Find the app for performing the manual test below these instructions.
  2. Interact with the app by adding, completing, and deleting tasks.
  3. Use the “Count Remaining Tasks” button to check its functionality.

Documentation Template

Document all issues you encounter during testing using the following template. Create a blank Google Doc with the following fields:

  • Test Case ID: [Unique Identifier]
  • Description: [Brief description of the test case]
  • Steps to Reproduce: 1. [Step 1], 2. [Step 2], …
  • Expected Result: [What should happen]
  • Actual Result: [What actually happened]
  • Severity: [Low/Medium/High]

Deliverable:

Submit a detailed report listing all identified bugs along with their severity levels to our:

Good luck!

Dejan Majkic

Task Manager - Manual Testing Practice

Task Manager App

Welcome to the Task Manager! Add your daily tasks below and manage them efficiently.