Multiple choice technology testing

What is the purpose of exhaustive testing?

  1. To decide if the system is ready for detailed and further testing.

  2. To determine how the existing system may be affected by changes.

  3. To make use of every possible input condition as a test case.

  4. To determine if a system can function correctly with invalid inputs.

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

Exhaustive testing refers to testing a system using every possible input combination and precondition. Distractors are incorrect because deciding readiness for further testing, determining regression impact, or testing with invalid inputs do not define testing all possible input conditions.