Hacker News
- Property-based testing in practice [pdf] https://harrisongoldste.in/papers/icse24-pbt-in-practice.pdf 52 comments
- Effective Property-Based Testing https://blog.auxon.io/2021/02/01/effective-property-based-testing/ 34 comments
- Hypothesis 1.0: A property-based testing library for Python http://lists.idyll.org/pipermail/testing-in-python/2015-March/006348.html 30 comments
Lobsters
- Property-based Testing Basics (2016) https://ferd.ca/property-based-testing-basics.html 5 comments erlang , testing
- Building on developers' intuitions to create effective property-based tests https://www.youtube.com/watch?v=NcJOiQlzlXQ 2 comments testing , video
- AI Assistant vs Property-based Tests https://youtu.be/I5vjCHIq5xs 5 comments kotlin
- Property-based testing http://whatdidilearn.info/2018/04/22/property-based-testing.html 10 comments elixir
- What are your thoughts on using Property-Based Testing with JavaScript? https://www.stackbuilders.com/blog/diving-into-property-based-testing-with-javascript-part-1/ 6 comments programming
- arbtest --- powerfully tiny property-based testing https://docs.rs/arbtest/0.3.0/arbtest/index.html 24 comments rust
- Effective Property-Based Testing https://blog.auxon.io/2021/02/01/effective-property-based-testing/ 8 comments programming
- In praise of property-based testing https://increment.com/testing/in-praise-of-property-based-testing/ 13 comments programming
- Property-based testing in Go http://www.quii.co.uk/property-based%20testing%20in%20go 8 comments golang
- Know for Sure with Property-Based Testing https://blogs.oracle.com/javamagazine/know-for-sure-with-property-based-testing 11 comments java
- Property-based Testing with QuickCheck in Playgrounds http://blog.haskellformac.com/blog/property-based-testing-with-quickcheck-in-playgrounds 4 comments haskell
- Master Complex Algorithm Testing Using Property-Based Tests https://youtu.be/010m2YkSmS8 3 comments kotlin
- Time Travelling and Fixing Bugs with Property-Based Testing https://wickstrom.tech/programming/2019/11/17/time-travelling-and-fixing-bugs-with-property-based-testing.html 7 comments haskell
- Evolving toward property-based testing with Hypothesis http://hypothesis.works/articles/incremental-property-based-testing/ 4 comments programming
- The sad state of property-based testing libraries https://stevana.github.io/the_sad_state_of_property-based_testing_libraries.html 107 comments programming
- 100% test coverage is not enough: Property-Based Testing in Python https://blog.robertroskam.com/p/100-test-coverage-is-not-enough 41 comments python
- Diamond Kata - TDD with only Property-Based Tests http://www.natpryce.com/articles/000807.html 12 comments programming
- What is Property Based Testing? http://hypothesis.works/articles/what-is-property-based-testing/ 5 comments programming
- Generative Testing in JavaScript: The case for Property-based testing https://medium.com/javascript-inside/generative-testing-in-javascript-f91432247c27 7 comments javascript
- Introduction to Property Based Testing https://medium.com/criteo-labs/introduction-to-property-based-testing-f5236229d237 3 comments programming
- Limits of Property based tests http://get-finch.com/2016/10/23/limits-of-quickcheck.html 5 comments programming
- Limits of Property Based tests http://get-finch.com/2016/10/23/limits-of-quickcheck.html 9 comments erlang
- Exhaustive: A new crate to run a property-based test on ALL values of a type https://crates.io/crates/exhaustive 9 comments rust
- Gopter: Property Based Testing in Golang https://itnext.io/gopter-property-based-testing-in-golang-b36728c7c6d7?source=friends_link&sk=ce42e40df93035b78a106f9828626df6 3 comments golang
- Go Advent Day 9: Property Based Testing https://blog.gopheracademy.com/advent-2017/property-based-testing/ 6 comments golang
- Property based tests, contracts with Ruby https://lolware.net/2015/07/19/property-based-tests-with-ruby.html 3 comments ruby
- Zero To Production In Rust, Part Six#2: An Introduction To Property-Based Testing https://www.lpalmieri.com/posts/an-introduction-to-property-based-testing-in-rust/ 13 comments rust
- Time Travelling and Fixing Bugs with Property-Based Testing (note: examples are in Haskell) https://wickstrom.tech/programming/2019/11/17/time-travelling-and-fixing-bugs-with-property-based-testing.html 8 comments programming
- Property-Based Testing in a Screencast Editor, Case Study 3: Integration Testing https://wickstrom.tech/programming/2019/06/02/property-based-testing-in-a-screencast-editor-case-study-3.html 8 comments haskell
- Erlang property based testing for unit testers with PropEr - Part 1 http://blog.erlware.org/2011/07/12/property-based-testing-for-unit-testers-proper-part-1/ 3 comments programming
- FuzzTest: a C++ testing framework for writing and executing fuzz tests, property-based tests executed using coverage-guided fuzzing under the hood https://github.com/google/fuzztest 13 comments cpp
- Property-based testing in Java with JUnit-Quickcheck – Part 1: The basics http://baasie.com/2017/05/03/property-based-testing-in-java-with-junit-quickcheck-part-1-the-basics/ 3 comments java
- Learn Go with tests: Roman Numerals (and an intro to property based tests) https://github.com/quii/learn-go-with-tests/blob/master/roman-numerals.md 5 comments golang
- Jessica Kerr on Java vs. Scala, Property Based Testing, and Diversity in IT http://www.infoq.com/interviews/jessica-kerr-java-scala-testing 8 comments scala
- [Blog] Great insight in to property based integration testing using Haskell! https://functional.works-hub.com/learn/property-based-integration-testing-using-haskell-6c25c?utm_source=reddit&utm_campaign=walkies&utm_content=hask%2Fblog 3 comments haskell
- An Intro to property-based testing, a testing technique where you run hundreds of tests with randomly generated values against your code. https://www.the-koi.com/projects/introduction-to-property-based-testing/ 2 comments programming
- Learning Elm, part 4 - Property Based Testing And Better Modelling | Lucas Reis' Blog http://lucasmreis.github.io/blog/learning-elm-part-4/ 4 comments elm