QuickCheck

QuickCheck
DevelopersKoen Claessen, John Hughes
Initial release1999 (1999)
Stable release
2.14.2 / 14 November 2020 (2020-11-14)
Written inHaskell
Operating systemUnix-like, Windows
Available inEnglish
TypeSoftware testing
LicenseBSD-style
Websitewww.cse.chalmers.se/~rjmh/QuickCheck
Repositorygithub.com/nick8325/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.