what is cyclomatic complexity
Answer / ashwin bhagat
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 ? | 0 Yes | 0 No |
1. what is SDLC and TDLC ?
Hey guys, Developers compile the code they write. That is a kind of testing!! Which category it belongs to in Testing. Static testing or Dynamic testing. Please clarify
where did u gather requirements? what is user acceptance testing? in real time plz send me as early as possible?
why sanity testing and why smoke testing?
Why UAT required
wht is TRM
Explian traceablity matrix with an example ?
Difference between verification and validation?
Hi I want to prepare for ISTQB Foundation level. Can any body mail me some sample papers for preparation. My mail id is sanjaysachdeva2008 @gmail.com
What's the role of documentation in QA?
What is Mutation testing? When it can be done?
Are number of defects more in design phase or coding phase?