MCQ
Q.
Which of the following white-box testing technique is to set up test cases which covers all statements and branch conditions?
Correct Answer: C
The purpose of the control-flow testing to set up test cases which covers all statements and branch conditions. The branch conditions are tested for both being true and false, so that all statements can be covered.