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!";
print "Thank you";}
How many test cases at minimum are needed to test the path coverage?
Limited Time Offer
25%
Off
Currently there are no comments in this discussion, be the first to comment!
Currently there are no comments in this discussion, be the first to comment!