Junior
What is the lifecycle of a bug?
sobes.tech AI
Answer from AI
- New: A bug is discovered and registered by a tester.
- Assigned: The bug is assigned to a developer for fixing.
- Open: The developer has started working on the bug.
- Fixed: The developer has made changes to fix the bug.
- Pending Test: The bug is handed over to a tester for verification of the fix.
- Reopened: The tester confirmed that the bug was not fixed and returns it to the developer.
- Closed: The tester confirmed that the bug is fixed and closes it.
- Rejected: The bug is deemed invalid (e.g., duplicate, not a bug, not reproducible).
- Deferred: The bug fix is postponed until the next release or a later time.