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 |
Do you have a favourite QA book? More than one? Which ones? And why.
Explain what should your qa documents include?
What is a non-conformance report (NCR)?
what is test condition
I have heard about Zephyr as a good test management system. Would like to hear from those who have actually used it?
What is the difference between QA and QC?
39 Answers CSS, Faurecia, Focus, KNP, Maruti Suzuki, Quality Assurance, Tech Mahindra, Tower Manufacturing,
At wht stage in the SDLC testing should be started?
Who in the company is responsible for Quality?
What is is the meaning of Shakedown testing in Software Development.
What are two of your strengths that you will bring to our QA/testing team?
What are the common problems with software automation?
What are the differences between test strategy and test plan?