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
9 months agoIlene
9 months agoLillian
9 months agoKendra
10 months agoBrandon
10 months agoCarey
10 months agoParis
10 months agoJordan
10 months ago