Quantcast
Channel: Software Testing Blog » Software Development
Viewing all articles
Browse latest Browse all 5

Use Cyclomatic Complexity to determine the Risk and Test Scenarios

$
0
0
Cyclomatic Complexity (CC) is a software metric (mostly code based metric) used to the number of independent path executions in the application. Introduced by Thomas McCabe in 1976, it measures the number of linearly-independent paths through a program module. It helps the developers to determine the independent path executions and base line unit tests that […]

Viewing all articles
Browse latest Browse all 5

Trending Articles