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 quality assurance? What types of testing do testers perform?What ifs the difference between defect, error, bug, failure, fault?

2 Answers  


Define bug leakage and bug release?

0 Answers  


What Contains in Business Design Document?

0 Answers   Satyam,


What is destructive testing, and what are its benefits?

0 Answers  


Explain what is a cause effect graph?

0 Answers  






Have u ever converted test scenarois into testcases? If so how?

1 Answers   IBM, MBT,


what is Conventional SPMs

0 Answers  


I’m in search of a system that can handle the tasks, for instance, of a manager or a tester equally well. Can anyone help me in this?

1 Answers  


What is base concept of QA against usability Issues

0 Answers   CSC, Infosys,


what is test methodology? .What is its function in software testing? .What it discribe in test plan?

1 Answers  


What are basic, core, practises for a QA specialist?

0 Answers  


What are the defects found in testing banking domain?

0 Answers   XYZ,


Categories