An open API service indexing awesome lists of open source software.

https://github.com/gsri30/software-testing-project

The final PIT report can be visualised here:
https://github.com/gsri30/software-testing-project

Last synced: 3 months ago
JSON representation

The final PIT report can be visualised here:

Awesome Lists containing this project

README

          

# Software-Testing-Project

## Problem Description

**Problem Statement**: Mutation source code: Projects that use mutation testing,
based on mutation operators applied at the level of a statement within a
method or a function.

**Aim**: The mutated program needs to be strongly killed by the designed
test cases. At least three different mutation operators should be used.

## PITest Results
Link to PITest results: https://gsri30.github.io/Software-Testing-Project/

## Execution

### Pre-Setup Required

- Make sure to have Java JDK 11 successfully setup.
- Also make sure to have maven installed with proper PATH variables initialized.

### How to Run

Run the following command:

`mvn install`

`mvn test-compile org.pitest:pitest-maven:mutationCoverage`