-
Notifications
You must be signed in to change notification settings - Fork 406
testcase minimization
Sergey Bronnikov edited this page Jun 16, 2022
·
33 revisions
- C-Reduce http://embed.cs.utah.edu/creduce/, according to comparison C-Reduce is significantly better than Delta.
- https://github.com/fitzgen/preduce
- Delta-Debugging algorithm, see paper Simplifying Failure-Inducing Input, Ralf Hildebrandt and Andreas Zeller, 2000
- halfempty https://github.com/googleprojectzero/halfempty
- DustMite https://dlang.org/blog/2020/04/13/dustmite-the-general-purpose-data-reduction-tool/
- afl-tmin, description
Copyright © 2014-2025 Sergey Bronnikov. Follow me on Mastodon @sergeyb@honk.bronevichok.ru and Telegram.
Learning
- Glossary
- Translation
- Books:
- Courses
- Learning Tools
- Bugs And Learned Lessons
- Cheatsheets
Tools / Services / Tests
- Code complexity
- Quality Assurance Tools
- Test Runners
- Testing-As-A-Service
- Conformance Test Suites
- Test Infrastructure
- Fault injection
- TTCN-3
- Continuous Integration
- Speedup your CI
- Performance
- Formal Specification
- Toy Projects
- Test Impact Analysis
- Formats
Functional testing
- Automated testing
- By type:
WIP sections
Community
Links