

MCQOPTIONS
Saved Bookmarks
1. |
Consider the method mcq ( ).IfM1 = Number of tests to exhaustively test mcq ( );M2 = Minimum number of tests to achieve full statement coverage for mcq ( ); andM3 = Minimum number of tests to achieve full branch coverage for mcq ( );then (M1, M2, M3) = .................... |
A. | (16, 3, 5) |
B. | (8, 5, 3) |
C. | (8, 3, 5) |
D. | (16, 4, 4) |
Answer» B. (8, 5, 3) | |