Multiple choice technology testing

Testing which covers all combinations of input values and preconditions for an element of the software under test

  1. Component Testing

  2. Exhaustive Testing

  3. End-to-End Testing

  4. Functional Testing

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

Exhaustive Testing aims to test every possible combination of inputs and preconditions. While theoretically complete, it's usually impractical for real-world systems due to the exponential growth of test cases with each input variable.