mirror of
https://github.com/papers-we-love/papers-we-love.git
synced 2024-10-27 20:34:20 +00:00
Add a paper on TDD+M: Roman, A., Mnich, M. Test-driven development with mutation testing – an experimental study. Software Qual J (2020) It presents an old idea of mutation testing in a new light of extending traditional test-driven development with it. It includes results of an experiment which was conducted to check whether TDD+M is better in terms of test efficiency than traditional TDD. |
||
---|---|---|
.. | ||
tdd | ||
README.md |
Testing
QuickCheck
QuickCheck: A Lightweight Tool for Random Testing of Haskell Programs
QuickCheck Testing for Fun and Profit
Property-Based Testing, best explained in John Hughes own talk at Testing the Hard Stuff and Staying Sane.