Skip to content

mzw/AjaxMutator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

AjaxMutator is software to conduct Mutation Testing (or Analysis) on JavaScript Web Applications.

Mutation analysis consists of two parts, namely,

  1. Creating mutants (faulty program) and 2) Running test on mutants

Using AjaxMutator, you can

  1. Specify what kind of mutation to apply and 2) Running JUnit test cases over mutants

You are also able to

  1. Define your own mutation operator and 2) Combining other test framework
    by overriding build-in classes

Build

Requirement:

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

Usage

See /sample to check how to use AjaxMutator by running example.

License

MIT

Publication

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.

About

Mutation analysis tool for JavaScript Web Applications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.4%
  • Java 26.6%
  • PHP 1.3%
  • Other 0.7%