Q.

What is Cyclomatic complexity?

A. black box testing
B. white box testing
C. yellow box testing
D. green box testing
Answer» B. white box testing
Explanation: cyclomatic complexity measures the amount of decision logic in the program module.cyclomatic complexity gives the minimum number of paths that can generate all possible paths through the module.
2.2k
0
Do you find this helpful?
11

Discussion

No comments yet