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
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
what are the Cs in testing
What is quality center? How many built in tables does quality center have?
How do you get programmers to build testability support into their code?
Please Tell me About Fish-Bone Model. Thanks in Adv.
What is the Myers Boundary Table?
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?
Write 2 scenarios for Integration testing? Please let me know its urgent.
what is the impact analysis?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
What is test closure?
how deployment phase of SDLC differs in product based and in service based company ?
how to create automation frame work ?
What is the difference between functional requirement and non-functional requirement?
What is a test server?