what is cyclomatic complexity ?
Answers were Sorted based on User's Feedback
Answer / rathnapriya
Cyclometric complexity or conditional complexity is
software metric used to measure the complexity of the
software program.It measures the linear independent paths
that passes through the program source code.
formula for cuclometric complexity is
M= E-N+2P
Where M is cyclometric complexity
E is the number of the edges in the graph
N is the number of the nodes in the graph
P is the number of connected components
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / janaki
for a particular flow diagram it is the no of conditions+1
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / anjani dubey
Cyclomatic complexity is the most widely used member of a
class of static software metrics.
Cyclomatic complexity may be considered a broad measure of
soundness and confidence for a program.It is often used in
concert with other software metrics. As one of the more
widely-accepted software metrics it is intended to be
independent of language and language format.
Cyclomatic complexity has also been extended to encompass
the design and structural complexity of a system.
The cyclomatic complexity of a software module is calculated
from a connected graph of the module
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the role of qa in a project development?
What are the benefits of destructive testing?
Can u plz explan Agile Methodology? In testing how agile methodology is used.
what is cyclomatic complexity ?
Who will write the use case?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please
how many types of testing techniques are there and please clarify each technique in a detail way?
How do you determine which piece of software require how much testing?
Some questions generally asked but i haven't correct answer. Becuase interviewer asking with example. Like : need to verify the google with 4 functionalty. 1. How does we estimate the Test case. 2. How does we estimate the automation testing process.
What is a test plan and what does it include?
What is the role of QA in a company that produces software?
How do you know that your test cases will meet the requirement that the client required for the application.