All Downloads are FREE. Search and download functionalities are using the official Maven repository.

site.fml.faq.fml Maven / Gradle / Ivy

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.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy