site.fml.faq.fml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of muto Show documentation
Show all versions of muto Show documentation
Automated Mutation Testing Framework
The newest version!
What is the mutation testing?
Mutation testing (or Mutation analysis or Program mutation) is used to design new software tests
and evaluate the quality of existing software tests. Mutation testing involves modifying a program's
source code or byte code in small ways. Each mutated version is called a mutant and tests detect
and reject mutants by causing the behavior of the original version to differ from the mutant.
What is the Muto?
Muto is the framework for automated mutation testing which provides runner to perform testing itself and collecting results as
well as extend existing functionality by introducing custom mutations.