List of questions
Related questions
Question 54 - CTAL-TTA discussion
Consider the pseudo code provided below:
Given the following tests, what additional test(s) (if any) would be needed in order to achieve 100% statement coverage, with the minimum number of tests?
Test 1: A = 7, B = 7, Expected output: 7
Test 2: A = 7, B = 5, Expected output: 5
A.
A=6, B=12, Expected output: Bingo! and A=7, B=9, Expected output: 7
B.
A=6, B=12, Expected output: Bingo!
C.
A=7, B=9, Expected output: 7
D.
No additional test cases are needed to achieve 100% statement coverage.
Your answer:
0 comments
Sorted by
Leave a comment first