Skip to content

GAITURI/SoftwareTesting-Week1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Assignment: Spot the Bugs – To-Do App Review

🎯 Learning Objectives

  • πŸ” Understand how to observe and define basic functional requirements.
  • 🐞 Identify visible bugs in a simple web application.
  • πŸ“ Write clear and structured bug reports using GitHub Issues.

πŸ“‹ What You'll Need

  • πŸ’» A browser (e.g., Chrome, Firefox, or Edge).
  • πŸ“‚ The provided todo-tracker.html file.
  • 🌐 Access to the course GitHub repository.

πŸ“ Submission Instructions

πŸ“‚ Submit 2 GitHub Issues using the bug report format below.
πŸ—‚οΈ Locate a Bug_Report_Summary.md file on this repo and include:

  • βœ… A list of 3 expected app behaviours.
  • πŸ”— Links to your 2 GitHub Issues.

🚨 Note: You must raise the bug reports directly on GitHub using the Issues tab of the class repository. These issues will be referenced by ID and linked in your Bug_Report_Summary.md file.


πŸš€ Run in VS Code (Live Server)

Prerequisites

Quick Setup

  1. Clone and open the repository:

  2. Open todo-tracker.html in VS Code's Explorer (Ctrl+Shift+E), right-click, and select Open with Live Server.


πŸ“š Assignment Questions

Question 1 πŸ“‹

Write down 3 expected behaviours that a To-Do app should have in the Bug_Report_Summary.md file.
πŸ“ŒExample:

  • Tasks should not be added if the input is empty.

Question 2 πŸ›

Test the app by interacting with todo-tracker.html.
Find and report 2 bugs 001 and 002 using GitHub Issues. Use this format:

**Title**: [e.g., "Task disappears after refresh"]

**Steps to Reproduce**:
1. Type "Buy milk"
2. Click "Add"
3. Refresh the page

**Expected**: Task should still be visible  
**Actual**: Task disappears  
**Severity**: Medium

πŸ’­ Reflection

Should be captured in your Bug_Report_Summary.md file.

How to edit a markdownfile

NOTE: You should not fork the repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages