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

How to estimate testing effort ?

0 Answers  


How to test and to get the difference between two images which is in the same window?

0 Answers  


If Technical manager is not addressing to bugs while releasing the project , then how u can treat that bugs? a.open b.closed c.pending 4.deffered

11 Answers   Logica CMG,


Is there any other tool like QC which we can get as open source. the software should be able to write test cases, store documentation, dashboard and bug report. If anyone can suggest me it would be helpful.

2 Answers   Hydus,


What is a test case template?

0 Answers  






how do i know that I am using 32 bit Windows

5 Answers   SunGard,


Have you ever worked with QA in developing test tools? Explain the participation Development should have with QA in leveraging such test tools for QA use.

0 Answers  


What is coding?

0 Answers  


Why're You want so badly on becoming a Software QA Tester in this Company?

1 Answers  


What is a bug life cycle?

0 Answers  


what is sanity testing? what we do in sanity testing? give an example...

4 Answers  


What documents QA team needs from Development to orginize a QA process

4 Answers  


Categories