Answer Posted / 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 |
Post New Answer View All Answers
Can Parrto Principle be used in Quality Assurance and testing?
According to you, when is the good time to start qa in a project?
1) What r the properties, Advantages & Disadvantages of each types of action? 2)When I can use this?
Can anyone please tell me how to export the requirements from QC 9.2 to excel file.
How do you train another QA engineer?
Explain the advantages of implementing cmmi.
What are the defects found in testing banking domain?
Is it possible to do load testing in POWERMHS? If yes how do you do that?
how to identify metrics, integrity level, identify risks and identify security issues in ieee 829 standard explain with examples??
Give me example of automate the regression test suite ........Thanks...
How can you introduce new software qa processes to an existing organization?
Suppose you find a bug in production, how would you make sure that the same bug is not introduced again?
Explain what is traceability matrix?
Describe the dimensions of the risk in qa?
What is the need of test plan document?