Multiple choice technology testing

whose the correct defect life cycle

  1. New-->Fixed-->Open-->Rejected-->Closed

  2. New-->Open-->Fixed-->Rejected-->Closed

  3. New-->Reopen-->Closed-->Rejected

  4. New-->Fixed-->Open-->Closed

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The standard defect life cycle follows: New→Open→Fixed→Rejected→Closed. A defect starts as New, moves to Open when assigned, to Fixed when resolved, to Rejected if the fix is rejected, and finally to Closed. Option A is incorrect because Fixed comes before Open. Option C is missing the Open state. Option D is missing the Rejected state.