Junior
What happens to a bug report after it is created?
sobes.tech AI
Answer from AI
After a bug report is created, it goes through the following lifecycle:
- New / Open: The bug report is created and awaiting review.
- Assigned: A responsible developer is assigned to fix the bug.
- In Progress / In Development: The developer is working on fixing the bug.
- Fixed / Resolved: The developer has completed the fix and submitted the code for testing.
- In Testing / To Be Verified: The bug report is handed over to the tester for verification of the fix.
- Verified / Closed: The tester confirms that the bug is fixed and no longer reproduces. The lifecycle is complete.
- Reopened: The tester finds that the bug still reproduces and returns it to the developer for further work.
- Rejected / Declined: The bug report is rejected by the developer or manager due to:
- Not a bug
- Duplicate
- Cannot reproduce
- Obsolete / Won't fix
- Suggestion
- Deferred / Postponed: Fixing the bug is postponed until the next release or sprint due to low priority or other reasons.
This cycle may vary slightly depending on the bug tracking system used (e.g., Jira, Bugzilla) and the processes adopted by the team.