Bug Life Cycles
Various life cycles that a bug passes through during a software testing process have been described in this article. Take a look. The duration of the time span between the first time that the bug is found is called ‘New’ and closed successfully (status: ‘Closed’), rejected, postponed, or deferred is called ‘Bug/Error Life Cycle’. Right from the first time any bug is detected till the point when the bug is fixed and closed, it is assigned various statuses which are New, Open, Postpone, Pending Retest, Retest, Pending Reject, Reject, Deferred, and Closed. There are seven different life cycles that a…