Which graph is used to find independent path for testing ?
Please answer ASAP
Answers
Answered by
0
Explanation:
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
0
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.
Pls mark me as brainilist
Similar questions