Multiple choice technology testing

Actual complexity metric refers to the number of independent path traversed during testing

  1. True

  2. False

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

The actual complexity metric (cyclomatic complexity) quantifies the number of linearly independent paths through source code. Testing coverage aims to traverse these paths, making this metric essential for determining test completeness.