Answer Posted / mfsi_chinmayb
Hi,
Cyclomatic complexcity is a methodology to measure the
complexity at a certain area of code.In other words it an
another way to reach at defect clustering.
Cyclomatic complexity is to measure the number of
independent paths in a program's source code.
The formula it follow: M = E- N + 2P
where
M = cyclomatic complexity
E = number of edges of the graph
N = number of nodes of the graph
P = the number of connected components.
**The easier one is like:n(umber of Decision statements in
the program being tested plus one.)
It provides the degree of testing/review required in a
certain area of code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the qa and software testing?
How do you deal with environments that are hostile to quality change efforts?
how to identify metrics, integrity level, identify risks and identify security issues in ieee 829 standard explain with examples??
What tools are available to support testing during development of application?
How does a server or client environment affect software testing?
List out various tools required to support testing during development of the application?
What is difference between retesting and regression testing?
What has not worked well in your previous QA experience and what would you change?
Have you used any automation tools?
Differentiate verification and validation processes.
What is the difference between web, window, desktop and client server application testing?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please
what is the difference between testing techniques and principles of testing?Kindly explain both of them with an example.
Explain the advantages of implementing cmmi.
Tell me about any quality efforts you have overseen or implemented.