Practice free →
HomeSoftware TestingSoftware Testingtools_automation_cicd › Mutation testing measures the effectiveness of

Mutation testing measures the effectiveness of

AA test suite by mutating production code
BPerformance under heavy concurrent load
CSecurity of an API authentication system
DUsability of the user interface design
Answer & Solution
Correct answer: A. A test suite by mutating production code
Mutation testing introduces small changes (mutations) into production code. If existing tests do not fail on a mutant, the mutant 'survives' and indicates weak test coverage. Tools: PIT (Java), Stryker (JS), Mutmut (Python).
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions