Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Software Engineering Software Testing Black Box, White Box, Grey Box
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 ?
1
S1 is True, S2 is True
2
S1 is True, S2 is False
3
S1 is False, S2 is True
4
S1 is False, S2 is False