what is cyclomatic complexity and what is the formula used
for it
Answer Posted / dipti surve
cyclomatic complexity is technique of whitebox testing. its
requires internal logic. i.e.coding part
Cyclomatic comlexity V(G)=
--> Number of edges-number of nodes + 1
--> Number of predicate nodes + 1
--> Independent region + 1
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What is bidirectional traceability ??? and how it is implemented
Explain what is exhaustive testing?
What is desk checking and control flow analysis
What is a defect age?
Is an "A fast database retrieval rate" a testable requirement?
What is checkpoint? How can you handle the checkpoints?
Explain the difference between alpha testing and beta testing.
Define what is a critical bug.
Can you explain function points?
Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
When did u complete testing ? Which scenrio should not be in automation testing ? why ?
what the purpose of requirement phase
What is stub?
What is quality center? How many built in tables does quality center have?