What is mutation testing and when can it be done?
Answers were Sorted based on User's Feedback
Answer / mercy
The basic idea of mutation testing is to seed the program
to be tested with errors, creating several mutants of the
original program. The program and its mutants are then run
interpretively on the test set. If the test set is
adequate, it is argued, it should be able to distinguish
between the program and its mutants.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / saravanan rk
TO VERIFY THE EFFECTIVENESS OF THE TESTCASE IS CALLED
MUTATION TESTING
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunithayagnamurthy
this testing is conducted by developer ,intentionally
modify the code and test the programe and verify the
functionality
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the qualities needed by a software tester?
what is traceabiity matrix
what a tester test in unit testing,,, explan in details...
I have a build in which there are 17 files, now 3 new files added, in this case what type of testing will do
What is main difference between Testing Techiques and Testing Methodology. I need exact answer of it.
what is the use of l10n testing?
please give me the template of tracebility matrix ? i need whicch is commanly used in real time...
how to write test cases for fibonacii series
Can any one explain the all types of testing in detail with aim of the testing,purpose,Person Doing,entry criteria,exit criteria,Documents required.....its very helpful for me..if possible send it to my mail id varalaruu@gmail.com
What is Cyclometric testing?
Need some 10 test scenarios for integration testing on Gmail.
What is Retesting & Regression Testing? When do we use retesting & regression testing(i.e In what situation)? Please clear me.