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

Web 2.0 Style Software Testing Management System- any suggestions? I'm looking out for a Web2.0 based software with features which makes test management easy. The feature I expect to see are; dashboards, live updating, reporting and communication system.

1 Answers  


Explain what should your qa documents include?

0 Answers  


What should QA require of Development?

0 Answers   Value Labs,


What are the types of documents in sqa?

0 Answers  


wat will be your testing approach for this product from project start to finish(product is landline phone)

1 Answers   QA,


if the requrements are not there in the specifications then how will you write the test scenario& test Cases

7 Answers   Covansys, QA,


How do you differentiate between priority and severity of the defect within the project?

0 Answers  


What is conformance testing?

0 Answers  


what is CR,BR

5 Answers   QA,


how do u create a data table

1 Answers   QA,


After releasing of the product to the market, it will be a failure, Now tell me whether the testing is a)pass b)fail c) it is partial

6 Answers   AZTEC,


1. What is the most critical bug you found 2. Consider a moblie phone : when you save the number, the number gets saved under a different name . What is the priority and severity of the bug 3. Write code for binary search

1 Answers   Relq,


Categories