Hacker News
- Property-based testing in practice [pdf] https://harrisongoldste.in/papers/icse24-pbt-in-practice.pdf 52 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
- Theft – property-based testing framework for C language https://github.com/silentbicycle/theft 0 comments
- Property-Based Testing with PropEr, Erlang, and Elixir https://ferd.ca/property-based-testing-with-proper-erlang-and-elixir.html 8 comments
- Show HN: PBT – A property-based testing library for Ruby https://github.com/ohbarye/pbt 33 comments
Lobsters
- Property-Based Testing for the People https://repository.upenn.edu/server/api/core/bitstreams/8abd65a8-7b3c-43c4-b004-fb756f3bc466/content 2 comments testing
- theft: property-based testing in C https://github.com/silentbicycle/theft 2 comments c , release
- Using Property-Based Testing on DHCP Library https://somerandomidiot.com/blog/2017/04/26/crowbar-dhcp/ 2 comments ml , programming , testing
- What is property based testing? http://hypothesis.works/articles/what-is-property-based-testing/ 2 comments programming , testing
- Property-Based Testing in a Screencast Editor: Video Scene Classification https://wickstrom.tech/programming/2019/04/17/property-based-testing-in-a-screencast-editor-case-study-2.html 5 comments debugging , haskell , testing
- The easy way to get started with property based testing http://www.drmaciver.com/2016/03/the-easy-way-to-get-started-with-property-based-testing/ 7 comments testing
- Finding Bugs with Property Based Testing in a Statistics Calculation https://pragtob.wordpress.com/2019/06/24/finding-bugs-with-property-based-testing-in-a-statistics-calculation/ 5 comments elixir , testing
- 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
- 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
- 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
- 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
- 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
- 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