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: 8 days ago
Linked from 1 awesome list

coveragecoverage-testingjavamutation-analysismutation-testmutation-testingpitpitesttutorialtutorial-exercises

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
hcoles/pitest A mutation testing system for Java code to ensure test coverage and detect defects 1,707
infection/infection Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. 2,058
comparethemarket/fettle An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes 66
sugakandrey/scalamu An engine for testing software mutations in Scala code 43
nlohmann/mutate_cpp A mutation testing tool for C++ projects to detect programming errors 173
atodorov/mutation-testing-in-patterns Exploring practical examples and software patterns related to mutation testing in various programming languages 23
muter-mutation-testing/muter Automated mutation testing tool for Swift 502
mbj/mutant Automated code review tool with mutation testing to simplify and improve code quality 1,957
kaiyuanw/mualloy A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. 8
boxed/mutmut A mutation testing system for Python that helps identify weaknesses in software code by introducing small changes and running tests to see which ones fail. 931
gtramontina/ooze An automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases. 255
sixty-north/cosmic-ray A tool for testing the robustness of Python code by introducing random changes 566
seer-lab/visman A tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases. 4
codeintegrity-ai/mutahunter Automated unit test generation and mutation testing tool using Large Language Models. 248
testura/testura.mutation A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. 105