Complete statement and branch coverage means:

Loading

โœช Choose the correct option.

Complete statement and branch coverage means:

A. That you have tested every statement in the program.
B. That you have tested every statement and every branch in the program.
C. That you have tested every IF statement in the program.
D. That you have tested every combination of values of IF statementsin the program

Leave a Comment