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
why use caffine for HPLC calibration ?
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Do you use any automation tool for smoke testing?
what is dib format?
Inwhat basis the time is allocated for testing the application?
how mapp the defect id in quality center?
how to test ecg machine?
Test Cases For Router&Switch
What is checkpoint? How can you handle the checkpoints?
What are the bugs we cannot find in black box?
what is data guidelines
What r the documents required for performance testing
What can you tell about the project if during testing you found 80 bugs in it
how to verify a button size (e.g Login Button) on a web page have same dimension prescribed by Client in UI Testing..??
What is severity and priority of bug? Give some example.