CPSA-F Exam QuestionsBrowse all questions from this exam

CPSA-F Exam - Question 19


Which of the following principles apply to testing? (Choose two.)

Show Answer
Correct Answer: A,B,C

Exhaustive testing is generally infeasible because it would require an impractical amount of resources and time to test every possible input and path. Additionally, the principle that where many errors exist, more errors are usually hidden aligns with common testing and debugging experiences, where fixing one bug often leads to the discovery of others. Testing cannot prove that a program is completely free of errors, and error-free test runs do not guarantee the software's overall usability.

Discussion

1 comment
Sign in to comment
TheodgeirOptions: AB
May 18, 2022

"C" is wrong because testing can only show if errors exist but not that they don't exist "D" is wrong because only that the tests passed doesn't mean that a software is usable