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 are the different artifacts you refer when you write the test cases?

0 Answers  


Can you help me with your suggestions so as to select a test management system that fits perfectly well with the two widely used software development methodologies i.e., agile and waterfall?

1 Answers  


contents of test stratergy?

1 Answers   Ordain Solutions,


How many testcases should be there in one project or one requirment?How many test case have you wrote in your last project?

4 Answers  


how to retrive only second row from table in sql server 2000?

3 Answers   CTS,


Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.

0 Answers   NTT Data,


Do you think qa's can also participate to resolve production issues?

0 Answers  


Is the quality assurance group (for the QAG) audited? Who does these audits?

2 Answers  


What are the tables in testplans

0 Answers  


What is IEEE 829? (This standard is important for Software Test Documentation-Why?)

2 Answers   Ordain Solutions,


What would be a good answer when someone asks 'What was your best bug you found'? How does a person know whats the best bug? I never found the best bug..all my bugs are good.

1 Answers  


How do you convert uses cases into test cases?

1 Answers   Protech,


Categories