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 is split testing?

0 Answers  


Explain about "Compatibility Testing" in Web based Application?

2 Answers   Crea,


what are the different things we test other than field level and form level validatons in functional testing

1 Answers  


what is the structure of test cases

3 Answers  


What is maturity level in software testing?

0 Answers  


what is the difference between debugging & manual testing?

8 Answers   TCS,


What is testing Approach, Methodology, Terminology, Technic and Types? what is domain? Please clear me.

1 Answers  


Difference between client application and web application

1 Answers   Cap Gemini, PIT Solutions,


will any real time user send me any dummy r real time copy of traceability matrix. ref_it_ref@yahoo.co.in

2 Answers  


what is difference between test strategies and test data ?

3 Answers   TCS,


trecebality matrix used for which purpose?

8 Answers   Cap Gemini,


What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.

0 Answers   Zensar,


Categories