The following example is a
if (condition1  (condition2 |

Loading

โœช Choose the correct option.

The following example is a

if (condition1 && (condition2 || function1()))

statement1;

else

statement2; (Testing concepts)

A. Decision coverage
B. Condition coverage
C. Statement coverage
D. Path Coverage

Leave a Comment