Mutation Testing: Mutants Killed Dead
Mutation Testing: Mutants Killed Dead
• Mutation testing helps a user create test data by interacting with the
user to iteratively strengthen the quality of test data. During mutation
testing, faults are introduced into a program by creating many
versions of the program, each of which contains one fault. Test data
are used to execute these faulty programs with the goal of causing
each faulty program to fail.
1
Basic Steps of Mutation Testing
Add More
Constructing the
Test Cases 5 Mutant Set 2
3
Mutation Testing