dimanche 30 septembre 2018

Need Explanation for Multiple condition coverage testing

How many different test cases would you need to achieve multiple condition coverage

if (A&&B||(Delta<1)&&(up<down)||(Right>=Left))
{
Execute some statements ;

}
Else
{

some statements;

}

Tried with 2 Power n where n = no. of conditions. Am not getting the answer.

Aucun commentaire:

Enregistrer un commentaire