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