what is cyclomatic complexity? plz explain with example

Answer Posted / amit

Cyclomatic Complaxity comes under white box testing.
It means best path searching. To measure logical Complaxity
of a prog.
for ex.

1-main()
2-if(a>1)
3{
------
------
}
4-else
5-{
-------
-------
}
}

Now a diagram would drawn from top as it would start from 1.
underneath it would be 2. and 2 would have two edges i.e. 3
and 4. they would futher combine to form 5.

2,3,4 & 5 would make close regeoin while outside would
become open region..

the arrows joining would be edges 2 would become predicate
node. while others are simple nodes.

it has got a formula:

v(g)=Node-edges+2
v(g)= 5-5+2
v(g)=2
v(g)= predicate node+1
v(g)=1+1
v(g)=2

So its logical correct.

Please correct me if i'm wrong.

Is This Answer Correct ?    74 Yes 29 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to test an Scheduled event? For ex: in an investment banking application, the scheduler will create an equity anbd user has nothing to do but tester has to test if the instrument is created properly or not?

1697


1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module

1557


What is big bang approach?

768


can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.

1410


list of methods that is used to document the requirements of a software.

1543






Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.

1793


Katari your questions was really helpful could you please send the questions and answers with them . Can anyone sends the top 30-40 question and answers for the interview purposes

1459


List the type of testing perform to test microsoft excel 2003 give atleast 1 example of each type

1426


How many types of api testing are there?

642


Presently working in software company as a software test engineer with 1.5 yrs of experience but i am 2002 passout.Gap is 6 yrs.Is there any problem getting job in MNC? Which criteria HR follows for recruiting test engineer?

1604


Can you explain the workbench concept?

693


uses of checklist

1504


need testing projects where can i find them

1662


What is client server application testing?

1533


Explain the defect life cycle.

621