I often see Property-based testing recently, and the following article is useful to understand what property-based testing and quick check testing is I’ve read for a few years.
PropEr Testing
http://propertesting.com/
I use QuickCheck testing in my work, and it works fine against functions especially stateless ones.
1 Comment