Software Testing

Exercise Question, (5) Test Selection II

How is the mutation score calculated and why is it problematic to use this score in practice?

Mutation Score:
#Killed Mutants / Non-Equivalent Mutants
 
Problematic:
Undecidable if a mutant is equivalent to the original program
 

Diskussion