Answer Posted / sri
Cyclomatic complexity is a software metric (measurement)
developed by Thomas McCabe and is used to measure the
complexity of a program. It directly measures the number of
linearly independent paths through a program's source code.
Cyclomatic complexity is computed using the control flow
graph of the program: the nodes of the graph correspond to
indivisible groups of commands of a program, and a directed
edge connects two nodes if the second command might be
executed immediately after the first command. Cyclomatic
complexity may also be applied to individual functions,
modules, methods or classes within a program.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I want appear the ISTQB fundation level in june '08. For this i require previous question sets or glossaries.pls email me if any one have previous question sets or glossaries. my mail id is- jayanta_bncoe@yahoo.com Thanks jayanta
How is monkey testing different from adhoc testing?
You have 250 outstanding requests in a bug tracking application,you have no automated build environment, or representative production environment in test, nor the hardware required.You are responsible for establishing some kind of process and order to the QA department, what would you need in terms of budget and what would your processes be, as well as how would you address the environment issues mentioned above?
Mention some of the types of software testing?
Have you ever worked with QA in developing test tools? Explain the participation Development should have with QA in leveraging such test tools for QA use.
In case you have any doubts regarding your project, how do you approach?
what for cmmi and iso(what are they) are used and how we can use them in our testing and whole work related to sqa.Do it has any kind of format if it has kindly tell me from whr i will get it kindly give detalied answer?
What has not worked well in your previous QA experience and what would you change?
What are the different verification techniques you know?
Dear All, Is MBA Graduates Eligible for Software Testing jobs? Thanks Ramesh
What is agile testing and what is the importance of agile testing?
What is test metric is software testing and what information does it contains?
what is the SOAP UI and Web services? what are the uses in testing?
hi, my qusetion is that plz send me the complete testplan and test cases of any web application with testing too so i have an idea bcz i have no any experience in it
What is bug?