This repository is used to collect bug reports created by students.
- Choose any application or website.
- Do some exploratory testing.
- Find one real issue, for example:
- Functional bug
- UI problem
- Typo
- Something that behaves unexpectedly
- Create a bug report in this repository.
- Go to the Issues tab.
- Click New Issue.
- Select the Bug Report template.
- Fill in the information.
- Title – short summary of the problem
- Environment – browser, device, OS, etc.
- Severity – how serious the problem is
- Priority – how urgent the fix is
- Steps to Reproduce – numbered steps to recreate the bug
- Expected Result – what should happen
- Actual Result – what actually happens
- Screenshots (if possible)
- Check that the bug has not already been reported.
- Write your report clearly so others can reproduce the problem.
After submitting the bug, write 2–3 sentences explaining:
- Why you wrote the report this way.
- What makes your report useful for developers.