UGC NET CS 2016 July- paper-3
September 6, 2024ISRO-2007
September 6, 2024STQC-NIELIT STA 2021
Question 100 |
Given the two statements S1 and S2 for software engineering:
S1: Statement coverage cannot guarantee execution of loops in program under test
S2: Use of independent path testing criterion guarantees execution of each loop in a program under test more than once.
Then which among the following is true?
S1: Statement coverage cannot guarantee execution of loops in program under test
S2: Use of independent path testing criterion guarantees execution of each loop in a program under test more than once.
Then which among the following is true?
S1 is True, S2 is True | |
S1 is True, S2 is False | |
S1 is False, S2 is True | |
S1 is False, S2 is False |
Correct Answer: D