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 |
How will u Identify Defect Duplication
How many Test-Cases can be written for the calculator having 0-9 buttons,Add,Equalto buttons.The testcases should be focussed only on add-functionality but mot GUI.What are those test-cases?
what is cyclomatic complexity ?
write test case for atm ?
What did you do in you last project? Can any one tell me about the application in detail any project regarding credit card
how to know testing of application is finished? because i have a situation from my lead what u r testing u r missing some bugs?
How regularly you used to get the build and who used to installed build in software testing
suppose if you are in ATM center and if you withdraw an amount of rs. 10000/-, you get a message to your mobile for deduction of amount but you did not receive any amount from ATM machine. What will you do? How do you rise a defect?
What type of metrics we prepare in testing?
Hi Giving the good example for High priority with low severioty bug examle?
What is difference between Test Plan and Test Strategy?
what is usuability testing ,when and how is it done