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 |
Tell me some key points to consider while writing a bug report.
What is meant by verification and validation?
Describe the role that QA plays in the software lifecycle.
What is basis path testing?
What is maturity level?
what we have to do in white box testing what will be checked in it and how much its necessary for white box tester to be a good programmer too
Please give me your definition of software test engineer.
What are the tests activities that you want to automate in a project?
What is the responsibility of programmers vs QA?
Explain what are test driver and test stub and why it is required?
why we do testing ? what r the uses?
10 Answers IBM, Thatavarti Technologies,
What are the solutions for the software development problem?