Answer Posted / 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 |
Post New Answer View All Answers
kindly guide me about inspection process with the requried roles in detail?
What are the key components of a test case template
What is the difference between web, window, desktop and client server application testing?
What is conformance testing?
What kinds of performance tests might be required for a word processing system?
Define Quality testing ?
What if the application has functionality that was not in the requirements?
How do you determine which piece of software require how much testing?
What are test driver and test stub and why it is required?
Why is it often hard for management to get serious about quality assurance?
What is cast?
What are the solutions for the software development problem?
What is mr and what information does mr consists of?
what is Conventional SPMs
Can you perform regression testing performed manually?