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 is parallel testing?
What do u mean by Top down approach and Bottom up approach? How will u implement these in u r project ?
wht is IEEE 829
Can v prepare Test cases only from BRS from Tester point of view?
diff between re & regression who will decide priority
list of methods that is used to document the requirements of a software.
What if the software is so buggy it can't really be tested at all?
How do we run the database testing manually
What is 2-tier architecture, 3-tier architecture?
What is test design???
what are test cases for Session Time Out?
How will you review the test case and how many types are there ?