Given the following scenario:
If (condition1)
statement..
Else if (condition2)
statement..
Else if (condition3)
statement..
else end
My question is --> In line / Branch coverage testing, if the first condition is true, is it possible for the second condition to run?
Note: if --> Else if not if --> if
Thanks :)
Aucun commentaire:
Enregistrer un commentaire