Multiple choice technology testing

Pests priority is determined based on the count of the

  1. Failed Test Cases

  2. Blocked Test Cases

  3. Blocked / Failed Test Cases

  4. None of the Above

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

In testing terminology, pests (defects or issues) are prioritized based on both blocked AND failed test cases. Blocked cases indicate testing cannot proceed, while failed cases indicate actual defects. Both metrics together help determine which issues need immediate attention.