0
2.2kviews
Explain Basic path testing and Cyclometric complexity.

Subject: Software Engineering

Topic: Testing Stratergies and Tactics

Difficulty: High

1 Answer
0
16views

Computing Cyclomatic Complexity: Cyclomatic complexity has a foundation in graph theory and provides us with extremely useful software metric. Complexity is computed in one of the three ways:

  1. The number of regions of the flow graph corresponds to the Cyclomatic complexity.

  2. Cyclomatic complexity, V(G), for a flow graph, G is …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.