Logo

A. Black box testing
B. White box testing
C. Yellow box testing
D. Green 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.

Correct Answer: White box testing

Last Updated: February 07, 2019