Answer Posted / mfsi_chinmayb
Hi,
Cyclomatic complexcity is a methodology to measure the
complexity at a certain area of code.In other words it an
another way to reach at defect clustering.
Cyclomatic complexity is to measure the number of
independent paths in a program's source code.
The formula it follow: M = E- N + 2P
where
M = cyclomatic complexity
E = number of edges of the graph
N = number of nodes of the graph
P = the number of connected components.
**The easier one is like:n(umber of Decision statements in
the program being tested plus one.)
It provides the degree of testing/review required in a
certain area of code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
i completed btech in IT in 2012.i am not good at programming.i want to do software testing.am i eligible for the course and how will be my future?please help and than you
What is agile testing and what is the importance of agile testing?
What is a bug life cycle?
What is the Procedure and documents for obtaing CMM Certification
what are the tables in testcases?
What are the factors responsible for the estimation of system integration test cycle and total integration time?
What the purpose of testing?
How frequently is your project audited? How do you know the result of these audits?
Explain the advantages of implementing cmmi.
What are the responsibilities of a qa analyst?
what is difference between smoke testing and sanity testing?
Do anybody have any idea about the testing tools related to client-server apllications( for banking application or products ).Kindly tell me both open source and licensed tools. Thanks in advanceRegards
wht type of intersting things sqa have or what is intersting abt sqa and how it will be advanategous for us as a sqa engineer?
What are the actual QA processes run in software compamy ?
Explain what is bug triage?