Multiple choice technology testing

In prioritising what to test, the most important objective is to?

  1. find as many faults as possible.

  2. test high risk areas.

  3. obtain good test coverage.

  4. test whatever is easiest to test.

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

When prioritizing testing, the most important objective is to test high-risk areas first. This maximizes value by focusing on where failures would cause the most damage. Finding many faults in low-risk areas is less valuable than finding critical faults in high-risk functionality.