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
- Effective Property-Based Testing https://blog.auxon.io/2021/02/01/effective-property-based-testing/ 2 comments testing
- Property-based Testing Basics (2016) https://ferd.ca/property-based-testing-basics.html 5 comments erlang , 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
- Writing a property-based testing library from scratch in Elm https://www.youtube.com/watch?v=Pym32n6AfSs 3 comments elm , testing , video
- 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
- 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
- Property-Based Testing In Go https://earthly.dev/blog/property-based-testing/ 11 comments golang
- 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
- Property-Based Testing in Rust with Arbitrary https://www.greyblake.com/blog/property-based-testing-in-rust-with-arbitrary/ 15 comments rust
- 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
- Introduction to Property-based Testing using ScalaCheck https://blog.codecentric.de/en/2015/11/introduction-to-property-based-testing-using-scalacheck-2/ 5 comments scala
- 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
- Generative Testing in JavaScript: The case for Property-based testing https://medium.com/javascript-inside/generative-testing-in-javascript-f91432247c27 7 comments javascript
- [ANN] rapid - property-based testing library with integrated shrinking https://golang.org/pkg/testing/quick/ 8 comments golang
- Exhaustive: A new crate to run a property-based test on ALL values of a type https://crates.io/crates/exhaustive 9 comments rust
- PrologCheck – Property-Based Testing in Prolog - 2014 -- Amaral, Florido, Costa https://www.researchgate.net/publication/268173398_PrologCheck_-_Property-Based_Testing_in_Prolog 3 comments prolog
- I made a 7 minute primer on property-based testing with Hypothesis https://youtu.be/xBhUzShDv8k 7 comments python
- 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 2: Generators http://baasie.com/2017/06/12/property-based-testing-in-java-with-junit-quickcheck-part-2-generators/ 5 comments java
- 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
- 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