Multiple choice technology testing

Which is not a testing principle

  1. Early testing

  2. Defect clustering

  3. Pesticide paradox

  4. Exhaustive testing

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

Exhaustive testing (testing all possible inputs and combinations) is impractical and impossible for non-trivial systems - it's NOT a testing principle. Early testing, defect clustering (Pareto principle), and pesticide paradox (repeated tests become less effective) ARE recognized testing principles.