introduction-to-mutation-testing
Mutation Testing
An introduction to using mutation testing to validate unit tests in software development
Introduction to Mutation Testing
23 stars
4 watching
5 forks
Language: C#
last commit: almost 2 years agoLinked from 1 awesome list
coveragecoverage-testingjavamutation-analysismutation-testmutation-testingpitpitesttutorialtutorial-exercises
Related projects:
| Repository | Description | Stars |
|---|---|---|
| An automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results | 1,707 | |
| Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,063 | |
| An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 | |
| An engine for testing software mutations in Scala code | 43 | |
| A mutation testing tool for C++ projects to detect programming errors | 173 | |
| Exploring practical examples and software patterns related to mutation testing in various programming languages | 23 | |
| Automated mutation testing tool for Swift | 503 | |
| Automated code review tool with mutation testing to simplify and improve code quality | 1,956 | |
| A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. | 8 | |
| 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. | 937 | |
| An automated testing tool that assesses the quality and coverage of test suites by introducing controlled changes to code bases. | 255 | |
| A tool for testing the robustness of Python code by introducing random changes | 570 | |
| A tool to help developers analyze and visualize the effectiveness of mutation testing in their codebases. | 4 | |
| Automated unit test generation and mutation testing tool using Large Language Models. | 252 | |
| A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |