mutalk

Mutation tester

A tool for mutation testing in Smalltalk to improve test quality and fault-finding effectiveness.

Mutation Testing in Pharo Smalltalk

GitHub

22 stars
7 watching
14 forks
Language: Smalltalk
last commit: almost 2 years ago
Linked from 2 awesome lists

pharo

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
aliparsai/littledarwinA tool for testing software's robustness to faults and failures18
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
stryker-mutator/stryker4sA mutation testing framework for Scala projects.201
pharo-contributions/pharo-talentsA Smalltalk library for dynamically adding and removing behavior to objects without modifying classes.23
nlohmann/mutate_cppA mutation testing tool for C++ projects to detect programming errors173
squareslab/boggartA tool for testing code changes by introducing random errors and assessing the impact on the code's functionality2
testura/testura.mutationA tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them.105
stryker-mutator/stryker-netA tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness1,795
juliendelplanque/drtestsAn UI extension for testing Smalltalk projects7
hcoles/pitestAn automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results1,707
mbj/mutantAutomated code review tool with mutation testing to simplify and improve code quality1,956
jmid/mutamlA tool that tests software quality by randomly changing code to see if tests can catch the changes66
comparethemarket/fettleAn experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes66
muter-mutation-testing/muterAutomated mutation testing tool for Swift503
sualeh/introduction-to-mutation-testingAn introduction to using mutation testing to validate unit tests in software development23