https://github.com/tokenrove/talk-cusec2018-proptests
Slides for CUSEC 2018 talk on property testing
https://github.com/tokenrove/talk-cusec2018-proptests
Last synced: 6 months ago
JSON representation
Slides for CUSEC 2018 talk on property testing
- Host: GitHub
- URL: https://github.com/tokenrove/talk-cusec2018-proptests
- Owner: tokenrove
- Created: 2018-01-11T15:43:03.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-12T13:33:43.000Z (over 8 years ago)
- Last Synced: 2025-04-03T19:47:05.353Z (over 1 year ago)
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I gave a short talk at CUSEC2018 on randomized testing, with some
practical strategies for using property testing immediately. The
slide source is [here](slides.org).
Here are some resources for learning more about property testing:
- [Hypothesis](http://hypothesis.works/)
- [propEr testing](https://propertesting.com/)
- [theft's guide to coming up with properties](https://github.com/silentbicycle/theft/blob/master/doc/properties.md)