what is cyclomatic complexity and what is the formula used
for it
Answer Posted / sunny
Cyclomatic complexity: Is a metric that provides a
quantitative measure of the logical complexity of a
program.It defines number of independent paths in the basis
set.
Cyclomatic comlexity V(G)=
--> Number of edges-number of nodes + 1
--> Number of predicate nodes + 1
--> Independent region + 1
Note: Predicate nodes means conditions.
thanx
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
What is the difference between Functional testing and Unit Functionality testing?
In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance
what is the test plan of facebook?
What about the test case if the field only takes a certain number of characters or a minimum number?
how do u manage scripts in winrunner when you application is changing frequently?
Write positive and negative test cases for forgot password?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
What is remedy testing,expalim that and how can use that
Can you explain function points?
IN SQL SERVER 2005, With out using Query, hw can u break down USER NAME & PASSWORD to enter the software.
What are the modules of quality center?
what is e-tester?
I have 2 years of exp. in testing and looking for a change if any body knows, about any vacancy in testing then plz contact me on deepti_ac@yahoo.co.in
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....