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