We can achieve complete statement coverage but still miss bugs because

Loading

โœช Choose the correct option.

We can achieve complete statement coverage but still miss bugs because:

A. The failure occurs only if you reach a statement taking the TRUE branch

of an IF statement, and you got to the statement with a test that

passed through the FALSE branch.
B. NULL
C. We are not required to test code that customers are unlikely to execute.
D. All of the above

Leave a Comment