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 |
The difference between Testing and Quality Assurance. Basic Difference in the Job profile Job profile
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
How to plan the time estimations for QA cycle ?
Differences between bug , defect and error
While doing desktop review of any document, how to judge that this comment is 1.Information 2.Trivial 3.Minor 4.Major 5.Critical 6.Blocker
Give me example of automate the regression test suite ........Thanks...
Can Regression test be done at all levels
Can any one tell me about the free online certifications in the QA and QC stream
What is a frame work or project frame work?
What mental attitude do You have, if You are really qualified to this Tester Job?
Can any one tell me the test scenario for a 'Label' with specification "This field may contain a number that is auto generated by the system. Every subsequent quote should display the next available number "
what is a scope?
5 Answers Thatavarti Technologies,