stryker-net
Bug tester
A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness
Mutation testing for .NET core and .NET framework!
2k stars
25 watching
188 forks
Language: C#
last commit: 3 months ago
Linked from 3 awesome lists
dotnet-coredotnet-frameworkdotnet-strykerhacktoberfestmutation-testingstryker
Related projects:
Repository | Description | Stars |
---|---|---|
| A mutation testing framework for Scala projects. | 201 |
| Defines a standard schema and guidelines for mutation testing results to visualize test outcomes in web components. | 28 |
| An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes | 66 |
| A mutation testing tool for C++ projects to detect programming errors | 173 |
| A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
| Automated unit test generation and mutation testing tool using Large Language Models. | 252 |
| 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 |
| Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. | 626 |
| A tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness. | 22 |
| A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. | 105 |
| A tool that tests software quality by randomly changing code to see if tests can catch the changes | 66 |
| A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
| A tool to introduce controlled errors into .NET test projects to help identify error-prone code. | 18 |
| A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. | 8 |
| Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,063 |