QuickCheck

Developer(s)Koen Claessen, John Hughes
Initial release1999; 25 years ago (1999)
Stable release
2.14.2 / 14 November 2020; 3 years ago (2020-11-14)
Repositorygithub.com/nick8325/quickcheck
Written inHaskell
Operating systemUnix-like, Windows
Available inEnglish
TypeSoftware testing
LicenseBSD-style
Websitewww.cse.chalmers.se/~rjmh/QuickCheck

QuickCheck is a software library, a combinator library, originally written in the programming language Haskell, designed to assist in software testing by generating test cases for test suites – an approach known as property testing.