Multiple choice technology testing

various status of a test case

  1. Passed

  2. Failed

  3. blocked

  4. deferred

  5. all of the above

  6. only a and b

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

Test cases can have multiple valid statuses throughout the testing lifecycle. 'Passed' indicates successful execution, 'Failed' indicates defect discovery, 'Blocked' means execution cannot proceed due to dependencies, and 'Deferred' means postponement to a future iteration. All are legitimate states.