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: about 1 month ago
Linked from 2 awesome lists

pharo

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
aliparsai/littledarwin A tool for testing software's robustness to faults and failures 18
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. 937
stryker-mutator/stryker4s A mutation testing framework for Scala projects. 201
pharo-contributions/pharo-talents A Smalltalk library for dynamically adding and removing behavior to objects without modifying classes. 23
nlohmann/mutate_cpp A mutation testing tool for C++ projects to detect programming errors 173
squareslab/boggart A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality 2
testura/testura.mutation A tool to verify unit test quality by introducing artificial defects into production code and checking if tests detect them. 105
stryker-mutator/stryker-net A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness 1,795
juliendelplanque/drtests An UI extension for testing Smalltalk projects 7
hcoles/pitest An automated testing tool designed to detect faults in software code by introducing random errors and observing the impact on test results 1,707
mbj/mutant Automated code review tool with mutation testing to simplify and improve code quality 1,956
jmid/mutaml A tool that tests software quality by randomly changing code to see if tests can catch the changes 66
comparethemarket/fettle An experimental tool for testing C# code by intentionally changing it to see if tests can detect the changes 66
muter-mutation-testing/muter Automated mutation testing tool for Swift 503
sualeh/introduction-to-mutation-testing An introduction to using mutation testing to validate unit tests in software development 23