what is meant by cyclomatic complexity???
Answer Posted / vinodh anandhan , software tes
Cyclomatic Complexity is a software measurement developed
by Thomas Macabe. It directly measures linearly independent
path of program source code
Cyclomatic Complexity = No of Edges - No of Nodes + 2 *
Number of connected components
or alternative Definition G = Edges - Nodes + 2
or No of closed loops in the flowgraph + 1
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is the test case?
tell wat u did in ur banking project?
how can u prepare the test plan?
What is the difference between load and stress testing?
Explain branch coverage and decision coverage.
Is quality control similar to quality assurance?
how many modules in ur bank project? what functionalities r there?how did u check? could u plz expalin ur banking project?
What kind of testing to be done in client server application and web application? Explain
What is system level testing?
What is the difference between a standalone application, client-server application and web application?
How to do the performance testing manually? Does you have a test case for that?
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.
Write test cases on duster
Tell me example for Risk,Mitigation,Assumption?
What are the different ways to check a date field in a website?