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 |
Black box Testing
Have u ever done testing related to a database,give examples to support u r answer.
Where we save the bugs?
in transfer funds module, how you come to know that amount has been transferred successfully or not....explain in detail
what is the difference between quality assurence and quality control
If we have show stopper bug then will Assign to Developer if he is not avialble then what we have to do.If it take one/Two day.
What is webbased application testing?
If u have to test the web page application and have to validate the Look & Feel of the application then how will u test it?
Explain about 'Interface Testing' in Web based Application?
write Test Cases on PEN and Fan. Like GUI and Functionality. Positive and Negative?
2 Answers CSR, Hoch Technologies, Mind Q Systems,
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. is it true
What is the smoke testing and sanity testing..?what is the difference?