Kizspy | Question: 9
(Choose 1 answer)
Find the explanation of "Exhaustive testing is impossible":
A. Testing everything (all combinations of inputs and preconditions) is not feasible
except for trivial cases. Instead of exhaustive testing, we use risks and priorities to focus testing efforts.
B. Math formulas for reports that the software will automatically generate.
C. Is to execute the same test scenario multiple times to ensure that the previous test did not miss any errors.
D. Testing can show that defects are present, but cannot prove that there are no
defects. Testing reduces the probability of undiscovered defects remaining in the software but, even if no
defects are found, it is not a proof of correctness.