what is cyclomatic complexity? plz explain with example
Answer Posted / hnv bhaskar
Cyclomatic complexity is a white box testing technique, used
for Structural Testing.
CC can be calculated with two types of formulae:
a) M=E-N+2P
b) M=E-N+P (For Strongly connected systems, i.e, Exit point
is connected back to Starting Point.
E= No. of Edges.
N= No. of Nodes.
P= No. of Connected components.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
can anybody tell me what is release process of company? release note?
If automating - what is your process for determining what to automate and in what order
What is Traditional testing & Object Oriented testing?
i want to for technical interview question paper along with in tesrviwe Phases i need
Explain unit testing, integration tests, system testing and acceptance testing?
What if the project isn’t big enough to justify extensive testing?
What are the various techniques in white box testing?
Relative to other technical groups in the company? Relative to your staff?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
What is defect validity ratio?
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 is the difference between baseline and traceability matrix?
I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...
what is the technical challange you faced in your module.please ans me the question i just want example can me any example please very important
Which are the standards for software test plans?