what is Cyclomatic Complexity?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List out the software quality practices through the software development cycle?

570


Why regression testing is important?

635


Mention some of the types of software testing?

577


What is your understanding regarding a test plan?

547


What are the key components of a bug report?

568






Explain the difference between the verification and validation?

609


What is cross browser testing?

603


A power plant control system?

1177


What are the functions of the Quality Assurance Group (QAG)?

3171


I want to create a set of portofolio for increasing the chance applying as a SQA Tester, the Question is, What kind of thing that must I put on that Portofolio?

1655


what is Conventional SPMs

1672


What is the difference between quality assurance and software testing?

615


What is the testing lifecycle?

623


How does the Internal QA Audit relates with the ISO Standards level ?

1737


What is the rule of a "test driven development"?

608