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 |
As a tester, what is the final report u submitted to ur customer? please write it in tabular form
Which institute in hyderabad is good for ETL testing? Please suggest
What are the tables in testplans
How frequently is your project audited? How do you know the result of these audits?
What are the metrics available?
When do you think qa activities should start?
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?
What are the key challenges of software testing?
The components of a typical Test Plan?
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 the strength of present company
How would you prepare the test plan without srs?