2
Which of the option gives the number of independent paths in the program
Select one:
a. Mc Cabes number
b. Equivalence Partitioning
w
c. Boundary Value analysis
d. Error Guessing
Answers
Answered by
3
Answer:
In path testing method, the control flow graph of a program is designed to find a set of linearly independent paths of execution. In this method Cyclomatic Complexity is used to determine the number of linearly independent paths and then test cases are generated for each path.
Answered by
17
Answer:
mc cabes number is the correct answer
Similar questions