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.

Leave a Reply

Your email address will not be published. Required fields are marked *