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
Hi All. How can we write negative test cases for Logout Operation ? Please place the answer with a few details and if possible add some related object properties. "A tester exposes his/her ability not only by words he/she also proof it by work"
What will be your approach if a particular script in Load Test fails?
What is the difference between three tier and two tier application?
. Is any graph is used for code coverage analysis?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
What is bucket testing?
what is test case management?explain in brief.
Enlist some bug status along with its description?
When we use integration testing for any new system so why we required system testing.
1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision
Explain the advantages of automation over manual testing?
What is a ‘test plan’?
How quickly we need to fix the bug? Or how soon the bug should get fixed?
What is the difference between baseline and traceability matrix?