what is Cyclomatic Complexity?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / bijimol c t
complexity is computed using the control flow
graph of the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna
can someone answer what is cyclomatic complexity?
| Is This Answer Correct ? | 0 Yes | 0 No |
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
What is test idea? What is tets plan?
What is QA Life cycle
What is Database Testing? How will you do it?
Define the key challenges faced during software testing?
How do you collect the metric?
What are the automation challenges that sqa(software quality assurance) team faces while testing?
What is application binary interface (abi)?
What is difference between qa, qc and software testing?
How to estimate testing effort ?
How to log defect in HP ALM
please answer the difference between QA & QC with practical example