In Mutation Testing, a mutant program is classified as ‘Killed’ when:
AAt least one test case in the test suite fails when executed against the mutant
BAll test cases pass without detecting changes
CThe compiler throws a syntax error
DThe mutant causes a deadlock
Explanation
A mutant is ‘killed’ when test cases detect the seeded defect, proving the test suite’s diagnostic power.

No Comments