what is meant by cyclomatic complexity???
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jagadeesh
Cyclometric complexity is a whitebox testing technique
(More useful when doing Unit testing). In this we try to
identify all possible unique program branches (if, while,
forloops etc.) and ensure our test suit is covering these
all possible branches at least once.
Is This Answer Correct ? | 2 Yes | 0 No |
What is split testing?
Explain about "Compatibility Testing" in Web based Application?
what are the different things we test other than field level and form level validatons in functional testing
what is the structure of test cases
What is maturity level in software testing?
what is the difference between debugging & manual testing?
What is testing Approach, Methodology, Terminology, Technic and Types? what is domain? Please clear me.
Difference between client application and web application
1 Answers Cap Gemini, PIT Solutions,
will any real time user send me any dummy r real time copy of traceability matrix. ref_it_ref@yahoo.co.in
what is difference between test strategies and test data ?
trecebality matrix used for which purpose?
What are the typical risks that you identify during test planning and their mitigation plan and Contengency plan.