what is Cyclomatic Complexity?
Answers were Sorted based on User's Feedback
Answer / jeny devassy
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.
One of the ways is counting the number of closed loops in
the flow graph, and incrementing the number by one.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / bijimol c t
complexity is computed using the control flow
graph of the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / krishna
can someone answer what is cyclomatic complexity?
| Is This Answer Correct ? | 0 Yes | 0 No |
I would like to know whether Zephyr, the test management tool takes a complex installation procedure?
What are the actual QA processes run in software compamy ?
What is the differance between QA & Qc?? and brief introduction of QA & QC's role in testing??
at any application or software where the data will be stored at server side or at client side kindly answer it in detail?
can anybody explain insurance project modules,and what we need to test on which functionality
As a tester, what is the final report u submitted to ur customer? please write it in tabular form
Who defines quality?
In an Interview I have been asked the following questions, 1) How would allocate job to your team members if you are assigned a role of Team Lead. 2) The second question was, do you follow any technique for the distribution of time while assigning jobs to your team members. For, both the questions I was clueless to answer. Please give me a practical approach for the above questions.
How do you start your QA if there are no system requirements?
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?
Could anyone share FAQs for QA/QC position.
can anybody clarify me that requirements carries id number likewise functionalitis under that requirement has any id number or not?