Code Monkey home page Code Monkey logo

test-suite-reduction's Introduction

Test Suite Reduction Algorithms

A set of javascript tools to reduce test suite size via delta debugging,linear search, and binary search designed to run on mutode2 csv ouput files. Feature selection is also used to select most correlated test cases with respect to mutation score (tools/correlations.py)

Usage

The tools works on the csv outputs of mutode2

Linear Search Algorithm

node linMin.js <path to csv> <tolerance>

Binary Reduction

node binaryMin.js <path to csv> <tolerance> <number of runs>

Delta Debugging

node ddMin.js <path to csv> <tolerance>

LinMin-ensemble

Executes multiple runs of LinMin
node linMin-ensemble.js <number of runs to execute> <path to csv> <tolerance>

DDMin-ensemble

Executes multiple runs of DDMin
node ddMin-ensemble.js <numbers of runs to execute> <path to csv> <tolerance>

Example

node ddMin-ensemble.js 10 experiments/async-new.csv 10

Greedy Selection

Does a selection of test cases which together kill all of mutants and returns a list of test cases ordered in decreasing manner of most mutants killed by test case (a csv output greedyMinOutputs.csv is also produced)
node greedyMin.js <path to csv> <debug>

Example

For debug Mode, the script will produce a greedyMinDebug.csv output
node greedyMin.js files/uuid-new.csv debug
For normal mode
node greedyMin.js files/uuid-new.csv

Delayed Greedy Selection

Does a selection of test cases which together kill all of mutants and returns a list of test cases ordered in decreasing manner of most mutants killed by test case (a csv output delayedGreedyOutputs.csv is also produced)
`node delayedGreedy.js

Example

node delayedGreedy.js files/uuid-new.csv

delayedGreedy-ensemble

Executes multiple runs of greedyMin
node delayedGreedy-ensemble.js <numbers of runs to execute> <path to csv>

test-suite-reduction's People

Contributors

saifullah73 avatar fatimacodes2001 avatar

Stargazers

Zain Sajid avatar Mehdi avatar Muhammad Asim ⚡️  avatar

Watchers

James Cloos avatar  avatar

Forkers

fatimacodes2001

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.