what is Cyclomatic Complexity?

Answers were Sorted based on User's Feedback



what is Cyclomatic Complexity?..

Answer / jeny devassy

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.

One of the ways is counting the number of closed loops in
the flow graph, and incrementing the number by one.

Is This Answer Correct ?    6 Yes 0 No

what is Cyclomatic Complexity?..

Answer / 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

what is Cyclomatic Complexity?..

Answer / bijimol c t

complexity is computed using the control flow
graph of the program

Is This Answer Correct ?    1 Yes 0 No

what is Cyclomatic Complexity?..

Answer / krishna

can someone answer what is cyclomatic complexity?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QA Concepts Interview Questions

Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards

0 Answers  


what is use of application server-web logic

0 Answers   Oracle,


I’ve heard that Zephyr, a test management tool saves the trouble of sending weekly and monthly status reports. Is that true?

2 Answers  


In which of the software testing phase is QA involved & QC not involved?

2 Answers   Uniken,


What do you understand by ‘test effectiveness’ and ‘test efficiency’?

0 Answers  






Can you help me with your suggestions so as to select a test management system that fits perfectly well with the two widely used software development methodologies i.e., agile and waterfall?

1 Answers  


What is difference between qa, qc and software testing?

0 Answers  


If a company does not contain any maturity levels?Do u think the company does not have quality?Discuss?

2 Answers   Liquid Crystal,


in v model of software testing which processes comes under QA and which processes comes under QC?And what is verification and validation please anwer these question i realy very confused

9 Answers   KPIT,


What is the difference between QA and QC?

39 Answers   CSS, Faurecia, Focus, KNP, Maruti Suzuki, Quality Assurance, Tech Mahindra, Tower Manufacturing,


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

1 Answers  


Hi all, I want to give ISTQB foundation level this july '08. PLease give me any question papers, syallabus, pateern type, books which u all have.. How long does one need to prepare. If you all have any data send it to karthis4u@gmail.com 9986667831

1 Answers  


Categories