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 unit level testing?
what is TAS language which is used as a language for some projects/
What are bug leakage and bug release?
Inwhat basis the time is allocated for testing the application?
How quickly we need to fix the bug?
write test case for gmail login page
what kind of testing have u done?
Why we have to do manual testing?
can anyone help me regarding testing patterns?
Explain crud testing.
What is test management?
What is checkpoint? How can you handle the checkpoints?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
What if the project isn’t big enough to justify extensive testing?
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