Multiple choice technology testing

If the test case becomes invalid after the test case review then the test case can be moved to one of the below status.

  1. NA

  2. No Run

  3. Blocked by defect

  4. Failed

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

When a test case is deemed invalid after review (e.g., due to requirements change, duplicate, or not applicable), it is marked as 'NA' (Not Applicable) to indicate it should not be executed. 'No Run' means it hasn't been executed yet, 'Blocked by defect' indicates it cannot be run due to a known issue, and 'Failed' means it was executed but didn't pass.