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
Every statement(Statement coverage) Every predicate (condition) in the code(branch coverage) Loops (loop coverage)