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 |
what is the difference between CMM and CMMI?
4 Answers ABC, Infosys, Virtusa,
Can anybody help me what is the diff between CMM,SEI,PCMM and six sigma?
Scenario :- when we test payment module in the eCommerce site, then how do we verify or actually check transaction failed and the amount will be returned in next few days? i am using pay pal / credit card.
Will automated testing tools make testing easier?
How do you convert uses cases into test cases?
What is IEEE? Why is it important?
What is Project Planning? how we can do the same? Is there any tool we can use for the same?
What kinds of performance tests might be required for a word processing system?
What is cyclomatic complexity?
What is difference between Six Sigma and CMMI and how both relate/differ to each other
Have u ever converted test scenarois into testcases? If so how?
Where I can get ITB/ISTQB sample question paper?