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 meant by cyclomatic complexity???

Answers were Sorted based on User's Feedback



what is meant by cyclomatic complexity???..

Answer / vinodh anandhan , software tes

Cyclomatic Complexity is a software measurement developed
by Thomas Macabe. It directly measures linearly independent
path of program source code

Cyclomatic Complexity = No of Edges - No of Nodes + 2 *
Number of connected components

or alternative Definition G = Edges - Nodes + 2

or No of closed loops in the flowgraph + 1

Is This Answer Correct ?    9 Yes 0 No

what is meant by cyclomatic complexity???..

Answer / jagadeesh

Cyclometric complexity is a whitebox testing technique
(More useful when doing Unit testing). In this we try to
identify all possible unique program branches (if, while,
forloops etc.) and ensure our test suit is covering these
all possible branches at least once.

Is This Answer Correct ?    2 Yes 0 No

what is meant by cyclomatic complexity???..

Answer / shyam

it is used to measure the complexity of software process& it
is used to measure how many test cases are passed in the
application

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Manual Testing Interview Questions

is validation done in white box testing .

4 Answers  


if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?

0 Answers   QA, SmartData, Yahoo,


Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????

2 Answers  


how do you know the testcases writing completed

4 Answers   GE,


Hi... What is difference between QA and testing?

8 Answers  


Hello Frnds Could U plz tell me What r the contents present in TEST DIRECTOR(According to the Interview) ???

1 Answers  


how to select tese cases for automation.give me an example plz.

2 Answers  


what is meant by database testing? what is the strategy to be followed for database testing?

3 Answers   MedePresence,


What is Test strategy?

4 Answers   Infosys,


Loop Testing Comes Under 1. White box Testing 2. Block Box Testing 3. Green Box Testing 4. Yellow Box Testing

3 Answers  


There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.

4 Answers  


entry criteria and exit criteria for unit testing, integration testing, system testing and uat

1 Answers  


Categories