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

As a tester, what is the final report u submitted to ur customer? please write it in tabular form

4 Answers   Wells Fargo,


Which institute in hyderabad is good for ETL testing? Please suggest

1 Answers  


What are the tables in testplans

1 Answers  


How frequently is your project audited? How do you know the result of these audits?

1 Answers  


What are the metrics available?

3 Answers   Cap Gemini,


When do you think qa activities should start?

1 Answers  


Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?

1 Answers  


What are the key challenges of software testing?

1 Answers  


The components of a typical Test Plan?

2 Answers  


If Technical manager is not addressing to bugs while releasing the project , then how u can treat that bugs? a.open b.closed c.pending 4.deffered

11 Answers   Logica CMG,


what is the strength of present company

1 Answers   US Consulate,


How would you prepare the test plan without srs?

1 Answers  


Categories