Use the following code;
x=1
y=2
z=3
If (x = = 2)
{
print "Hi There !";
}
else
{
print "Good bye";
}
z=x + y;
if (z ==4)
{
print "Welcome Back!";
}
else
{
print "Thank you";
}
How many test cases at minimum are required to test branch / decision coverage?
Telma
11 months agoIlene
11 months agoLillian
11 months agoKendra
11 months agoBrandon
11 months agoCarey
12 months agoParis
12 months agoJordan
12 months ago