Question: Achieving full statement coverage during testing of a program means that: a. Every branching statement in the program is traversed at least once during the
Achieving full statement coverage during testing of a program means that:
a. Every branching statement in the program is traversed at least once during the test run
b. All execution paths in the program are traversed at least once by the test data
c. For any statement that is traversed by test data, both the "true" and "false" values are tested
d. Each program statement is executed at least once during the test run
Step by Step Solution
3.34 Rating (151 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
