List of questions
Related questions
Question 48 - CTAL discussion
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 needed to test the path coverage?
A.
2
B.
3
C.
4
D.
1
Your answer:
0 comments
Sorted by
Leave a comment first