Giter Club home page Giter Club logo

mutation-analysis's Introduction

Mutation Testing and Analysis with different Java Mutation Tools

Introduction

Mutation testing is a fault based technique which helps to evaluate the performance of test suites. The effectiveness of test suites are measured by how many faults are detected.

Related Works

  • A Comparative analysis of Mutation Testing tools for Java
  • A Comparison of Mutation Analysis Tools for Java
  • How Effective Mutation Testing Tools Are? An Empirical Analysis of Java Mutation Testing Tools with Manual Analysis and Real Faults

Tools

The tools which are used to perform experiments are Judy, Major and PIT. These tools are freely available and used frequently. In this study, we will focus on these tools.

Major ( Mutation Analysis in a Java cOmpileR)

Major is also a tool that is mostly used in studies. Major tool is integrated into the Java Compiler, therefore, it can be used in any Java-based environments. The process of generating mutant is that it manipulates the abstract syntax tree of component which is going to be tested. It is also known as conditional mutation analysis tools.

alt text

MAJOR has a DSL support for specifying and adapting mutation operators. This makes Major extensible for mutation operators.

Judy

Judy is an implementation of the FAMTA Light approach developed in Java with AspectJ extensions.

Experiment Result

alt text alt text alt text

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.