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

Explain what is mr and what information does mr consists of?

699


Is automating some test case is important? What about the maintenance? When will automated test become uneffective?

1493


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

581


What is a cookie testing?

563


What would you do if you have a large suite to execute in very less time?

727






What is conformance testing?

575


Describe the dimensions of the risk in qa?

604


Explain what is the difference between regression testing and retesting?

575


What are the table contents in testplans and test cases?

600


Describe use case testing?

643


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

576


How will you manage a team member who is more experienced than yours and what challenges will you face? ( that guy might be technically sound).

1945


We have a WISPr application making an authentication request to a server running an authentication module. The client application is sending the User--Agent value, but the authentication application logs the User-Agent value as null, please explain the steps i should take to troubleshoot the issue. Please mention the steps by applying your knowledge of the OSI model.

1751


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

3177


What should Development require of QA?

1808