mutation testing

Mutation testing is a software testing technique that involves making small, deliberate changes to the source code, called mutations, to create faulty versions of the program in order to assess the effectiveness of the existing tests. The goal is to determine if the tests can detect and identify these artificially introduced faults, thereby improving the quality and coverage of the testing process.

Requires login.