what is cyclomatic complexity and what is the formula used
for it
Answer Posted / 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 |
Post New Answer View All Answers
1.what kind of testing have you done ?
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???
what the purpose of requirement phase
Does an increase in testing always improve the project?
What is formal testing?
What r the things,u prefer and prepare before starting testing?
list of methods that is used to document the requirements of a software.
Explain stub in testing point of view?
Please explain how to elaborate on the types of system/functionality for testing Payments, Statements, & Transactions features in a bank.....like what do we test in these,in detail? It's urgent, please reply...thanks in advance.
what risks do u faced u r projest how do you solve
What is the main use of preparing a traceability matrix?
I am having 2 years of experience in Manual Testing, 2marrow I have an interview with a Company. Which type of questions they will ask me?How should I prepare for interview?Please guide me so that I will clear the interview.
Explain the advantages of automation over manual testing?