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 |
what is the most critical bug u have to find in ur project.My application is ERP based,in this purchase module is there.plz tell me the answer?
0 Answers Accenture, Value Labs,
entry criteria and exit criteria for unit testing, integration testing, system testing and uat
Diff between ALM &QC?
Is testing is done for ERP Products.?? like SAP R/3,If yes please send me a notes/Details. Thank you in advance
explain v- model? why we call this model as v-model, not an u-model?
why tester using database?
hi, In testing, what is raw data and what is test data and who will prepare/provide those datas. and test run using raw and test datas will be the same or it differs and reasons. this has been asked to me in an interview. expecting a reply from you.
3 Answers ProdEx Technologies,
entry and exit criteria for each phase in STLC and SDLC
What is STLC?
what are the testing methodologies?
How you assign severity for a defect?
how u will write test case for system testing give me example