Automated Mutation Testing

Automated Mutation Testing

Mutation testing repeats the execution of test cases that have already been passed for a test object, for example a software unit. However, when the test cases are repeated, they are not carried out with the original source code of the test object, but with code that has been changed (“mutated”).

Learn more and read full article here starting on page 14.