Cyclomatic complexity is associated with
2025
Cyclomatic complexity is associated with
- A.
White Box Testing
- B.
Black Box Testing
- C.
Grey Box Testing
- D.
None of the above
Attempted by 46 students.
Show answer & explanation
Correct answer: A
Cyclomatic complexity is a software metric that measures the number of linearly independent paths through a program's source code structure. It requires analyzing internal logic and control flow, making it a fundamental technique in White Box Testing.