List of questions
Related questions
Question 46 - 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 required for statement coverage?
A.
4
B.
2
C.
3
D.
8
Your answer:
0 comments
Sorted by
Leave a comment first