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 |
is validation done in white box testing .
if yahoo ceo asks you to do performance testing for yahoo site, what are the inputs you ask from them?
0 Answers QA, SmartData, Yahoo,
Can any one tell me which is the best institute for testing in Hyderabad and also the faculty suresh or nageshwarao ????
how do you know the testcases writing completed
Hi... What is difference between QA and testing?
Hello Frnds Could U plz tell me What r the contents present in TEST DIRECTOR(According to the Interview) ???
how to select tese cases for automation.give me an example plz.
what is meant by database testing? what is the strategy to be followed for database testing?
What is Test strategy?
Loop Testing Comes Under 1. White box Testing 2. Block Box Testing 3. Green Box Testing 4. Yellow Box Testing
There is a window with 6 to 7 fields like First Name, Last Name,Address,Contact Number, ..........etc My Question is ---> What are the -ve test cases for such a fields.There are no validations for any field.
entry criteria and exit criteria for unit testing, integration testing, system testing and uat