Interview Questions

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

Software Testing Exam from International Software Testing Qualifications Board (ISTQB)


(Continued from previous question...)

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

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. The failure depends on the program's inability to handle specific data values, rather than on the program's flow of control.
C. Both A and B
D. We are not required to test code that customers are unlikely to execute.

Answer: C

(Continued on next question...)

Other Interview Questions