AjaxMutator is software to conduct Mutation Testing (or Analysis) on JavaScript Web Applications.
Mutation analysis consists of two parts, namely,
- Creating mutants (faulty program) and 2) Running test on mutants
Using AjaxMutator, you can
- Specify what kind of mutation to apply and 2) Running JUnit test cases over mutants
You are also able to
- Define your own mutation operator and 2) Combining other test framework
by overriding build-in classes
Requirement:
- JDK 1.7 or higher
- Apache Maven installed
Run following command to configure Classpath for JavaFX (For detail, see http://zenjava.com/javafx/maven/fix-classpath.html)
mvn com.zenjava:javafx-maven-plugin:2.0:fix-classpath
And then, you can compile AjaxMutator by
mvn compile
See /sample to check how to use AjaxMutator by running example.
MIT
Mutation Analysis for JavaScript Web Applications Testing
Kazuki Nishiura, Yuta Maezawa, Hironori Washizaki and Shinichi Honiden
The 25th International Conference on Software Engineering and Knowledge Engineering (SEKE'13), 159-165, June 2013
Our GitHub page and Wiki may contain more details.