Which all of the following options would basis path testing perform?
Select one or more:
A) Condition or Branch Coverage
B) Test Case Coverage
C) Loop Coverage
D) Statement Coverage
Answers
Answered by
5
Option(B). Test case coverage is the basis for path testing performed.
- By analyzing the source program to find out all the paths for execution.
- This testing will find out every fault that can happen.
- And doing this testing is helpful for the developer to correct those mistakes.
- Basis path testing is a structured type of testing.
- The performance of basis path testing is mainly focused on providing test cases.
Similar questions