How many test cases are necessary to cover

all the possi

Loading

Choose the correct option.

How many test cases are necessary to cover

all the possible sequences of statements (paths) for the following

program fragment?
…………

if (Condition 1)

then statement 1

else statement 2

fi

if (Condition 2)

then statement 3

fi

…………

A. 1
B. 2
C. 3
D. None of the above

Leave a Comment