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 Finite state Machine in Testing? What is High Availability Testing? What is Incremental Regression Testing? What is sensitivity Testing? Plz Reply ASAP.
What happens in a web application when you enter all the data and click on submit button suddenly the connection goes off? Where the data will go?
what is black box testing
13 Answers CTS, IBM, Virtusa,
Smoke testing is also called sanity testing? Why?
While doing system testing your have missed out some issues. The same issue is found by customer and he reverts back to you for an explaination. How do you convince him or how do you justify yourself about your testing?
Who is responsible for doing "Cause-Effect GraphCause Effect Graph". If tester is responsible then how we to do it? Urgent
Which one of the functional groups do test engineers interact with in order to retrieve the correct set of requirements for a specific software release?
What is the diffirent part of Case Studies?
Hi, Can anyone send me the interview questions & answer for 1+ year of experience in manual testing
what is the diffrence b/w Sanity testing and smoke testing
wht is IEEE 829
What is d diff. between d window based application and web based application testing?