Answer Posted / sri
Cyclomatic complexity is a software metric (measurement)
developed by Thomas McCabe and is used to measure the
complexity of a program. It directly measures the number of
linearly independent paths through a program's source code.
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain insurance project modules,and what we need to test on which functionality?
How is adhoc testing different from exploratory testing?
How do you determine which piece of software require how much testing?
What is a cause effect graph?
How you will begin to improve the QA process?
What is conformance testing?
prepare functional requirements and design test cases for a given business requirement as follows(consider all the implicit requirements): A message portal is given,Login into that, check for any e_mail in inbox-if present reply,if not compose a mail and send it.
How can you introduce new software qa processes to an existing organization?
What should QA require of Development?
What is the role of qa in a project development?
1.what ia QA and QC? 2.how do you configure qtp and testdirector? 3.IN Online banking syatem project Which functionalities of QTP your using? 4.how do you test the money transform from one account to another account?
how cani do requirement testing using some testcase
Explain cmmi.
What is maturity level?
What is boundary testing?