what is cyclomatic complexity ?

Answers were Sorted based on User's Feedback



what is cyclomatic complexity ? ..

Answer / rathnapriya

Cyclometric complexity or conditional complexity is
software metric used to measure the complexity of the
software program.It measures the linear independent paths
that passes through the program source code.

formula for cuclometric complexity is
M= E-N+2P

Where M is cyclometric complexity
E is the number of the edges in the graph
N is the number of the nodes in the graph
P is the number of connected components

Is This Answer Correct ?    3 Yes 0 No

what is cyclomatic complexity ? ..

Answer / janaki

for a particular flow diagram it is the no of conditions+1

Is This Answer Correct ?    0 Yes 2 No

what is cyclomatic complexity ? ..

Answer / anjani dubey

Cyclomatic complexity is the most widely used member of a
class of static software metrics.
Cyclomatic complexity may be considered a broad measure of
soundness and confidence for a program.It is often used in
concert with other software metrics. As one of the more
widely-accepted software metrics it is intended to be
independent of language and language format.
Cyclomatic complexity has also been extended to encompass
the design and structural complexity of a system.
The cyclomatic complexity of a software module is calculated
from a connected graph of the module

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QA Concepts Interview Questions

What is Severity and Priority and who will decide what?

5 Answers  


How would you define Quality Assurance?

4 Answers   Ordain Solutions,


According to you, when is the good time to start qa in a project?

0 Answers  


How will you ensure that all the requirements have been covered during the test cases review

1 Answers   Amvensys, FIC,


how will you define your bug status flow in softsmith qamonitor?

1 Answers  






what is difference between smoke testing and sanity testing?

0 Answers  


What is the strategy for automation test plan?

0 Answers  


How is retesting different from regression testing?

0 Answers  


What are the Qualities of a Tester?

5 Answers  


What is the testing lifecycle?

0 Answers  


If there are more number of production defects, how will you tackle the team as a lead

0 Answers   FIC,


what are the differnent techniques of testing?

4 Answers  


Categories