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:
- Host: GitHub
- URL: https://github.com/gsri30/software-testing-project
- Owner: GSri30
- Created: 2022-11-27T15:00:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T17:06:32.000Z (over 3 years ago)
- Last Synced: 2025-02-24T13:48:53.573Z (over 1 year ago)
- Language: HTML
- Homepage: https://gsri30.github.io/Software-Testing-Project/
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`