Multiple choice technology testing

Why isn’t Exhaustive Testing commonly used?

  1. There simply aren’t enough test cases

  2. Most Tester’s don’t like it

  3. There simply isn’t enough time

  4. It can be tiring

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

Exhaustive testing (testing all possible input combinations and preconditions) is impractical because the number of possible test cases is infinite or astronomically large. With even simple inputs, the combinatorial explosion makes it impossible to test everything within reasonable timeframes. This is why we use risk-based testing, sampling, and test design techniques.