what is cyclomatic complexity
Answer / ashwin bhagat
Cyclomatic complexity is computed using the control flow graph of the program: the nodes of the graph correspond to indivisible groups of commands of a program, and a directed edge connects two nodes if the second command might be executed immediately after the first command. Cyclomatic complexity may also be applied to individual functions, modules, methods or classes within a program.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is the Fundamental Test process and The test development process the same
What were the major challenges u faced while testing
What is a ‘test plan’?
Which appraisal method class is the best?
What is meant by Multi Unit Testing?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
What is the difference between unit testing and integration testing?
How can you use technology to solve problem?
What is Independent Testing?
can anybody tell me what is release process of company? release note?
if anyone ask why did u choose testing field instead of ur core subject after btech in ECE how should i answer
how do u perform regression testing,means what test cases u select for regression