Computer Science, asked by richapatnaik1123, 4 months ago

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 prabhjotsingh3611998
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 yuvimourean
17

Answer:

mc cabes number is the correct answer

Similar questions