List of questions
Related questions
Question 48 - CTAL-TTA discussion
Consider the pseudo code provided below:
Which of the following options provides a set of test cases that achieves 100% decision coverage for this code fragment, with the minimum number of test cases?
Assume that in the options, each of the three numbers in parenthesis represent the inputs for a test case, where the first number represents variable ''a'', the second number represents variable ''b'', and the third number represents variable ''c''.
A.
(5. 3,2)
B.
(5. 3, 2); (6, 4, 2); (5, 4, 0)
C.
(5. 4, 0); (3, 2, 5); (4, 5, 0)
D.
(4,5. 0); {5, 4, 5)
Your answer:
0 comments
Sorted by
Leave a comment first