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