Bug Life Cycle
Bug Life Cycle is the sequence of stages a bug goes through from the time it is identified until it is closed.
Main stages:
New
Tester finds a defect and reports it.Assigned
The bug is assigned to a developer.Open
Developer starts investigating the bug.Fixed
Developer fixes the defect.Retest
Tester tests the bug again after the fix.Verified
Tester confirms that the bug has been successfully fixed.Closed
The bug is completely resolved and closed.
Other possible statuses:
Rejected – Bug is not considered valid.
Duplicate – Same bug has already been reported.
Deferred – Bug will be fixed in a future release.
Reopened – Bug still exists after the developer marked it fixed.
Top comments (0)