what is Cyclomatic Complexity?

Answers were Sorted based on User's Feedback



what is Cyclomatic Complexity?..

Answer / jeny devassy

Cyclomatic complexity is a software metric (measurement)
developed by Thomas McCabe and is used to measure the
complexity of a program. It directly measures the number of
linearly independent paths through a program's source code.

One of the ways is counting the number of closed loops in
the flow graph, and incrementing the number by one.

Is This Answer Correct ?    6 Yes 0 No

what is Cyclomatic Complexity?..

Answer / sri

Cyclomatic complexity is a software metric (measurement)
developed by Thomas McCabe and is used to measure the
complexity of a program. It directly measures the number of
linearly independent paths through a program's source code.

Cyclomatic complexity is computed using the control flow
graph of the program: the nodes of the graph correspond to
indivisible groups of commands of a program, and a directed
edge connects two nodes if the second command might be
executed immediately after the first command. Cyclomatic
complexity may also be applied to individual functions,
modules, methods or classes within a program.

Is This Answer Correct ?    2 Yes 0 No

what is Cyclomatic Complexity?..

Answer / bijimol c t

complexity is computed using the control flow
graph of the program

Is This Answer Correct ?    1 Yes 0 No

what is Cyclomatic Complexity?..

Answer / krishna

can someone answer what is cyclomatic complexity?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QA Concepts Interview Questions

What happens if the time taken to complete a task requires 30 days but u r given only 10 days

12 Answers   IBM,


Enlist some automation testing tools.

0 Answers  


Please let me know the differnce between Static testing and whitebox testing with Example.

3 Answers  


What is your understanding regarding a test plan?

0 Answers  


what are the limitations of testing?explain in detail plz??

6 Answers  






When you realize that there is something wrong in BDD, what will you do ?

4 Answers   ADP,


What is quality assurance?

1 Answers  


Define quality for me as you understand it

6 Answers   TATA,


The components of a typical Test Plan?

2 Answers  


My friend bought a test management system just recently after comparing a lot of products. But its performance was not quite up to the mark. Please suggest a good one that is worth the money.

3 Answers  


Define use case testing.

0 Answers  


Write down the differences between the responsibilities of qa and programmers?

0 Answers  


Categories