A fault-based software testing technique where small intentional errors (mutants) are introduced into the source code to evaluate test suite quality is:
AFuzz Testing
BMutation Testing
CStress Testing
DSmoke Testing
Explanation
Mutation testing tests the effectiveness of a test suite by modifying code and checking if existing tests detect (kill) the mutants.

No Comments