Junior
Tell about the defect life cycle.
sobes.tech AI
Answer from AI
- New: The defect has been discovered and registered.
- Open: The defect is confirmed and is in progress or awaiting assignment.
- Assigned: The defect has been assigned to a specific developer for fixing.
- Resolved/Fixed: The developer believes the defect has been fixed and is ready for testing.
- Closed: The tester has confirmed the defect has been fixed.
- Reopened: The tester found that the defect was not fixed or has reappeared.
- Deferred/Postponed: The defect fix has been postponed until the next or a subsequent release.
- Rejected/Invalid: A decision has been made not to fix the defect (e.g., it is not reproducible, not a defect, or a duplicate).
The lifecycle may vary slightly depending on the error tracking system used (Jira, Bugzilla, etc.) and the team's processes.