Multiple choice technology testing

The most important thing about early test design is that it:

  1. Makes test preparation easier

  2. Means inspections are not required

  3. Can prevent fault multiplication.

  4. will find all faults

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

Early test design prevents fault multiplication by identifying defects when they're cheaper to fix and before they propagate through the system. Option A is a benefit but not the 'most important' thing. Option B is false because inspections (reviews) complement testing. Option D is impossible - no testing approach can find all faults.