what is cyclomatic complexity and what is the formula used
for it
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ankita agrawal
1.) no. of regions of the flow graph correspond to the
cyclomatic complexity.
2.)cyclomatic complexity, V(G), for a flow graph, G, is
defined as V(G)=E-N+2
where E is the no. of flow graph edges, N is the no. of
flow graph nodes.
3.)cyclomatic compexity, V(G)=P+1
where, P is the no. of predicate nodes contained in the
flow graph G.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / mfsi_priyankaa
Cyclomatic complexity is used to indicate the complexity of
a program. It directly measures the number of linearly
independent paths through a program's source code.
No. of decision + 1.
and L-N+2P
L=no. of edges
N=no. of nodes
P=no. of independent path (1)
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / suneel reddy
cyclomatic complexity measures the quantitative measure of
the logical complexicity
NO of conditions+1
| Is This Answer Correct ? | 11 Yes | 7 No |
Answer / gopaldas
Cyclomatic complexity is no of independent paths in a
program.It is calculated using the formula L-N+2P where L
is no of links,N is no of nodes and P is no of independent
paths
Shortcut for calculating CC:
No of Decisions + 1
| Is This Answer Correct ? | 6 Yes | 5 No |
Answer / dipti surve
cyclomatic complexity is technique of whitebox testing. its
requires internal logic. i.e.coding part
Cyclomatic comlexity V(G)=
--> Number of edges-number of nodes + 1
--> Number of predicate nodes + 1
--> Independent region + 1
| Is This Answer Correct ? | 7 Yes | 8 No |
Answer / vedha_sathya
cyclomatic complexity measures the quantitative measure of
the logical complexicity
NO of conditions+1
| Is This Answer Correct ? | 5 Yes | 9 No |
Answer / vedha_sathya
cyclomatic complexity measures the quantitative measure of
the logical complexicity
NO of conditions+1
| Is This Answer Correct ? | 2 Yes | 6 No |
what is data guidelines
HI, I have joined in a new testing company. Can anyone suggest me how to go through all testing related web sites and become an expert in testing?
What is bidirectional traceability ??? and how it is implemented
What is agile methodology and how to perform agile testing?
In Testing What Type of Defects your finding
Who will prepare FRS(functional requirement documents)? What is the importent of FRS?
I am a manual test engineer working on an web application product testing.I have worked on test mgmt tool-testlink,defect tracking tool=bugzilla and I know functional-selenium ide (basics.So can anyone tel me which scripting language is extensively used in testing tools so that i can acquire some knowledge about it in order to shift into automation?
PLEASE PLEASE READ FULLY & HELP ME... IT IS VERY VERY URGENT.....
What is Guerrilla Testing?
in gmail.com when you enter username & password and try to copy and paste the password on notepad.will it copy and paste? what type of testing this is known as?
in customer details form having fields like customer name,customer address. after completion of this module, client raise the change as insert the two radio buttons after customer address. how you can check as a tester.
What is unit,load,stress,performance testing ?