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 are the different artifacts you refer when you write the test cases?
Can you help me with your suggestions so as to select a test management system that fits perfectly well with the two widely used software development methodologies i.e., agile and waterfall?
contents of test stratergy?
How many testcases should be there in one project or one requirment?How many test case have you wrote in your last project?
how to retrive only second row from table in sql server 2000?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Do you think qa's can also participate to resolve production issues?
Is the quality assurance group (for the QAG) audited? Who does these audits?
What are the tables in testplans
What is IEEE 829? (This standard is important for Software Test Documentation-Why?)
What would be a good answer when someone asks 'What was your best bug you found'? How does a person know whats the best bug? I never found the best bug..all my bugs are good.
How do you convert uses cases into test cases?