What are mutants and explain mutation testing?

Showing Answers 1 - 6 of 6 Answers

suresh

  • Jan 25th, 2006
 

A mutated program is called Mutant and Mutation

  Was this answer useful?  Yes

suresh

  • Jan 25th, 2006
 

A mutated program is called Mutant and Mutation testing is based up on seeding the Implementation with a Fault by applying mutation Operator  and determining whether Testing Identify this fault is called Mutation testing

  Was this answer useful?  Yes

Mutation testing is like testing the tester...
Under Mutation testing technique we need to check the working of the test suite. Basically we introduce some kind of change in the program source code intentionally. Then we run the test suit over that application. It should find the error associated with the modification to challenge the effectiveness and constructiveness of the test suit
There are also few automation tool by which we can use mutation testing.

  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