Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 type of documents would you need for QA/QC/Testing?

4 Answers  


What is the role of good test engineer?

6 Answers   Wipro,


Mention the different types of software testing?

0 Answers  


When u will start testing?

8 Answers   Accenture,


What are various ways of calculating defect density? What is recommended for .Net based development projects?

1 Answers  


QA Responsibilities?

10 Answers   Trigent,


what is test scenario?explain with example(positive and negative aspect)

2 Answers  


How is adhoc testing different from exploratory testing?

0 Answers  


What is the difference between preventative and reactive approaches in testing?

0 Answers  


I’m looking for test management software with collaboration capabilities but at an affordable rate.

1 Answers  


What is SDLC? What is QA methodulogy?

5 Answers  


If there are more number of production defects, how will you tackle the team as a lead

0 Answers   FIC,


Categories