Which all of the following options would basis path testing perform?
Answer options
A
Loop Coverage
B
Statement Coverage
C
Test Case Coverage
D
Condition or Branch Coverage
Correct answer: Loop Coverage, Statement Coverage, Condition or Branch Coverage
Explanation
Quick AnswerThe correct answer is Loop Coverage, Statement Coverage, Condition or Branch Coverage because it directly addresses the core logic of Software Engineering.
Every statement(Statement coverage) Every predicate (condition) in the code(branch coverage) Loops (loop coverage)