introduction-to-mutation-testing

Mutation Testing

An introduction to using mutation testing to validate unit tests in software development

Introduction to Mutation Testing

GitHub

23 stars
4 watching
5 forks
Language: C#
last commit: almost 2 years ago
Linked from 1 awesome list

coveragecoverage-testingjavamutation-analysismutation-testmutation-testingpitpitesttutorialtutorial-exercises

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
hcoles/pitestAn automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results1,707
infection/infectionMutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them.2,063
comparethemarket/fettleAn experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes66
sugakandrey/scalamuAn engine for testing software mutations in Scala code43
nlohmann/mutate_cppA mutation testing tool for C++ projects to detect programming errors173
atodorov/mutation-testing-in-patternsExploring practical examples and software patterns related to mutation testing in various programming languages23
muter-mutation-testing/muterAutomated mutation testing tool for Swift503
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
kaiyuanw/mualloyA tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems.8
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
gtramontina/oozeAn automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases.255
sixty-north/cosmic-rayA tool for testing the robustness of Python code by introducing random changes570
seer-lab/vismanA tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases.4
codeintegrity-ai/mutahunterAutomated unit test generation and mutation testing tool using Large Language Models.252
testura/testura.mutationA tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them.105