mutation-testing-elements
Mutation reporting schema
Defines a standard schema and guidelines for mutation testing results to visualize test outcomes in web components.
🗃 A schema for mutation testing results with the web components to visualise it 📊
28 stars
6 watching
21 forks
Language: TypeScript
last commit: 3 months ago
Linked from 2 awesome lists
hacktoberfestmutation-testingtesting
Related projects:
Repository | Description | Stars |
---|---|---|
| A mutation testing framework for Scala projects. | 201 |
| A tool for testing .NET projects by introducing temporary bugs to verify test reliability and effectiveness | 1,795 |
| A mutation testing tool for C++ projects to detect programming errors | 173 |
| An introduction to using mutation testing to validate unit tests in software development | 23 |
| 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 for detecting somatic variants in single-cell data | 177 |
| An engine for testing software mutations in Scala code | 43 |
| 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 |
| A mutation testing framework that enables the application of mutation testing on languages that can be compiled into LLVM code. | 26 |
| A tool for testing code changes by introducing random errors and assessing the impact on the code's functionality | 2 |
| A tool for generating and testing mutant models in Alloy to identify vulnerabilities in software systems. | 8 |
| A tool that tests software quality by randomly changing code to see if tests can catch the changes | 66 |
| A tool for detecting defects in software code by mutating specific statements and analyzing test results | 66 |
| Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,063 |