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
How do you decide you have tested enough?
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.
Do you think qa's can also participate to resolve production issues?
What is a cookie testing?
How do you differentiate between priority and severity of the defect within the project?
What is negative testing? How is it different from positive testing?
Is it possible to do load testing in POWERMHS? If yes how do you do that?
What are the challenges faced with the 1+ years experience team.
What if there is not enough time for thorough testing?
Diffrence b/w compiled module and shared repository?
What is the difference between Outsourced Testing and Crowdsourced Testing
What is basis set?
When to start qa in a project?
Explain stress testing, load testing and volume testing?
What is Defect Density ? What is the formula? Explain with example