what is cyclomatic complexity? plz explain with example
Answer Posted / keerthana
example
int a,b;
a=10,b=20;
if(a<b)
{
printf("a is greater");
}
else
{
printf("b is greater");
}
draw the flow chart for this program and count number nodes
in the flowchart.
the formula is v(G)=E-N+2P
E is edge
N is number of nodes
p predicated node
for eg
V(G)=E-n+2P
4-4+2=2
the path of the program is 2 we got write answer
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Can anyone list out major scenarios for an application managing drug composition?
Hi, I am planing to give ISTQB - Foundation level exam. Can anyone forward the ISTQB materials at laxmi_002@rediffmail.com mail ID.
value momentum
What is the difference between load testing and performace testing?
What do you do (with the project tasks) when the schedule fails?
Explain user acceptance testing.
What is rapid application development model (rad)?
What is configuration management in software testing ?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
What are the advantages of automation over manual testing?
what is the difference between website and web based application ?
what is your daily activities?
What r the documents required for performance testing
can we do database testing in manual testing? then how we write the test case?
please send me database stored procedure checklist.