mutate_cpp

Mutation tester

A mutation testing tool for C++ projects to detect programming errors

C++ Mutation Test Environment

GitHub

173 stars
17 watching
23 forks
Language: CSS
last commit: about 2 years ago
Linked from 2 awesome lists

c-plus-plusmutation-testing

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
comparethemarket/fettleAn experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes66
hanneskaeufler/cryticA tool for detecting defects in software code by mutating specific statements and analyzing test results66
hcoles/pitestAn automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results1,707
aliparsai/littledarwinA tool for testing software's robustness to faults and failures18
thierry-tct/martA mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code.26
boxed/mutmutA mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail.937
jmid/mutamlA tool that tests software quality by randomly changing code to see if tests can catch the changes66
mull-project/mullA tool for testing and validating C and C++ programs by introducing intentional errors to simulate real-world failures.755
squareslab/boggartA tool for testing code changes by introducing random errors and assessing the impact on the code's functionality2
stryker-mutator/stryker4sA mutation testing framework for Scala projects.201
sualeh/introduction-to-mutation-testingAn introduction to using mutation testing to validate unit tests in software development23
infection/infectionMutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them.2,063
testingresearchillinois/srcirorA mutation tool for testing source code and intermediate representation (IR) written in C/C++13
josuemolinamorales/mutant-krakenA mutation testing tool designed to verify the robustness and reliability of Kotlin code by introducing random changes.25
pharo-contributions/mutalkA tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness.22