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
What is difference between Manual testing and Pega/BPM testing?
What are the main key components in Web applications and Client Server applications? and their differences?
write testcases for open dialogbox
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
After insert the record in front-end, how will you check the back end by manually? Please explain?
What is smoke test? Do you use any automation tool for smoke testing?
Hi,Please can any one tell me about SAP Testing concepts.
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
any one giv test cases for wordpad using equivalence class partioning
What is function points??????
Explain Single View Testing ?
what is agile model and spiral maodel?pls explain with an example?
What is build interval period?
what are all the things we will include in " what to be tested and what not to be tested" in Test Plan
which test strategy your are fallowing in your company?which documents u r using in software development life cycle?