Multiple choice technology testing

Cyclomatic Complexity method comes under which testing method

  1. Green box

  2. Black box

  3. Yellow box

  4. White box

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Cyclomatic Complexity is a source code metric used to measure the number of linearly independent paths through a program's source code. Because it requires direct knowledge and analysis of the internal code structure, it falls under White box testing.