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!

GitHub

2k stars
25 watching
188 forks
Language: C#
last commit: 8 days ago
Linked from 3 awesome lists

dotnet-coredotnet-frameworkdotnet-strykerhacktoberfestmutation-testingstryker

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
stryker-mutator/stryker4s A mutation testing framework for Scala projects. 201
stryker-mutator/mutation-testing-elements Defines a standard schema and guidelines for mutation testing results to visualize test outcomes in web components. 28
comparethemarket/fettle An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes 66
nlohmann/mutate_cpp A mutation testing tool for C++ projects to detect programming errors 172
squareslab/boggart A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality 2
codeintegrity-ai/mutahunter Automated unit test generation and mutation testing tool using Large Language Models. 243
boxed/mutmut Tool for detecting and applying code mutations to improve testing 927
sourcefrog/cargo-mutants Tools to help detect potential bugs in Rust code by introducing mutations and testing their impact on tests. 600
pharo-contributions/mutalk A tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness. 21
testura/testura.mutation A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. 105
jmid/mutaml A tool that tests software quality by randomly changing code to see if tests can catch the changes 65
thierry-tct/mart A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. 26
faultify/faultify A tool to introduce controlled errors into .NET test projects to help identify error-prone code. 18
kaiyuanw/mualloy A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. 8
infection/infection Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. 2,055