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

What do you mean by penetration testing? i go through' in some site, but i want in detailed . how we have to test by these type of testing. Will any one knows plz guide me. Thanks in advance

5 Answers  


Which of the following is NOT included in the Test Plan document of the Test Documentation Standard: a) Test items (i.e. software versions) b) What is not to be tested c) Test environments d) Quality plans e) Schedules and deadlines

4 Answers  


In your company,does a different tester writes test cases & a different one executes them or a particular tester writes a set of test cases & executes them too?

2 Answers  


What is meant by gui testing?

4 Answers  


what is the difference between sanity and smoke testing?

11 Answers  






what type of diffects we can find while preparing the test plan

3 Answers   G S Lab, Patni, Saba,


Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.? and which phase of STLC comes?

1 Answers  


what is the difference between test case and test scenario.Explain with example?

19 Answers   Beryl Systems, Infosys, Intellinet, KUN, Mindteck, TCS,


IN software testing i have 3.2 yrs exp in testing. last week i attend the interview at Dell comaputers. interviewer asked me that what are the challenges faced in the project. but i didn't able to answer it properly. Anybody can answer it. Thanks in advance.

0 Answers   DELL,


HI GUYS...I INFORM U ONE IMP MATTER PLS..... REMEMBER IT...IN AMEERPET OR HYD ..YOU NEVER GO TO TRAINING FOR ETL TESTING..BECAUSE ALL FACULTIES ARE FRAUDS.. ZERO KNOWLEDGE ON ETL TESTING...ESPESIALLY "INFOSHARE TECH", & "CTRL+A" ETC...

1 Answers  


In development costs what percent Software testing accounts?

3 Answers   Covansys,


Tell me the Test cases for the Fan?

4 Answers  


Categories