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

whats main working for tester. and developer, and prject manager.

0 Answers  


pliz anyone explain what is the DEFAULT BUG & also give me some example.Thanks in advance..

1 Answers   Amazon, Mindteck,


If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.

1 Answers  


If there are so many bugs open and still the client want the s/w what will you do?

2 Answers   TCS,


22 The main focus of acceptance testing is: a) finding faults in the system b) ensuring that the system is acceptable to all users c) testing the system with other systems d) testing for a business perspective e) testing by an independent test team

4 Answers   Nucleus Software,






what is the diff. between Test Case and Test Secenario ? give me one example ?

2 Answers  


Why are you looking for the change?

3 Answers  


i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?

5 Answers  


2.How should we post the bugs, Difference between priority and severity, Difference between sanity and smoke testing and Problem faced during development - please mail the answers to my mail id thanu_santo@rediffmail.com

3 Answers   InfoSpace,


When should you begin testing?

5 Answers   Wipro,


7. What types of Web accessibility information do you look for on the Internet?

0 Answers  


give me an example of high severity and low priority.And low severity and high priority

7 Answers   R Systems, Vertex,


Categories