What is mutation testing?

Showing Answers 1 - 5 of 5 Answers

Aditya Pinnali

  • Jul 28th, 2006
 

In Mutation Testing, you will introduce an error/bug/defect to see the extent of effect of that change in code or introducing the error/bug/defect.

  Was this answer useful?  Yes

KrishnaKanth

  • Jul 30th, 2006
 

In mutation testing we check various programing codes written for a particular task, to select most efficient, effective and optimized code for the implementaion. As various mutants of code are involved in this testing, this is termed as Mutation Testing. This is a white box testing.

  Was this answer useful?  Yes

kavitha N

  • Aug 18th, 2006
 

The Mutance of the main program are created and errors are introduced into them, then test all the mutance, debug them and once they are error free it increases the confidence in the main program.It is usually done for machine critical system.

sudhakar2068

  • Oct 9th, 2006
 

A testing methodology in which two or more program mutations are executed using the same test cases to evaluate the ability of the test cases to detect differences in the mutations.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

sudhakar2068

  • Oct 19th, 2006
 

Testing is a powerful method for finding errors in software programs. This paper will describe the process of mutation testing and how a new approach to this technology benefits the software industry.

sudhakar kolla,

My email:kollasudhakar2005@yahoo.co.in.

My number:09819859346

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions