In Mutation Testing, a mutant program that produces functionally identical output to the original program for all possible inputs is a:
ADead Mutant
BEquivalent Mutant
CSurviving Mutant
DStale Mutant
Explanation
Equivalent mutants cannot be killed by any test case because their behavior is semantically identical to original code.

No Comments