what is cyclomatic complexity and what is the formula used
for it
Answer Posted / mfsi_priyankaa
Cyclomatic complexity is used to indicate the complexity of
a program. It directly measures the number of linearly
independent paths through a program's source code.
No. of decision + 1.
and L-N+2P
L=no. of edges
N=no. of nodes
P=no. of independent path (1)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Can you explain function points?
How do you get programmers to build testability support into their code?
What r the documents required for performance testing
can anyone tell anyone is providing training for CSTE exam in bangalore? and can u send some links related to this?
Explain the defect life cycle.
Can u give me explanation about section 508 testcase and Testcase for this section. It need a details checklist for the same Manimozhi
What is the difference between a bug, a defect and an error?
You may undergone many projects. Do all the projects match up with customer’s expectations?
What is agile testing and why is it important?
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
What is un-installation testing?
What is the different between SIT and UIT?
what is e-tester?
What do you like about computers?
Explain crud testing.