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
Can you explain calibration?
Write test cases on duster
What is actually a rule based testing
What is your Approach when you find 10 Sev-1 bugs in 50 test cases?
What criteria would you use to select Web transactions for load testing?
What are the two main categories of software testing?
Hi If anyone from banglore want to know the real time senario like writting Test cases and how things actually happens in a company. I am taking a 2 hours class which will cover all the real time experiance and guidence for job. classes are counducted only at weekends. for further queries mail me at vinodhanandhan@gmail.com Vinodh Anandhan Software Test Engineer vinodhanandhan@gmail.com
what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example
1.What is configuration Management? 2. Explain Impact Analysis 3. Explain Peer Review 4. what i kickoff phase of Formal Review. 5. Whatv are the phases of fundamental test process. 6. what is state transition testing. 7. what is LCSAJ 8. Test conditions are derived from where?
How does compatibility testing differ while testing in Internet explorer and testing in Firefox?
what is the challenging position faced in the testing not in point of management point of view it must be in the point of while testing the application?
Define what is a critical bug.
How do test documents in a project span across the software development lifecycle?
Describe Testing Decomposition?
Give an example for pre testing and post testing ?