Proceedings of the Fifth ACM SIGPLAN International Conference on Functional Programming 2000
DOI: 10.1145/351240.351266
|View full text |Cite
|
Sign up to set email alerts
|

QuickCheck

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
80
0

Year Published

2004
2004
2023
2023

Publication Types

Select...
8

Relationship

0
8

Authors

Journals

citations
Cited by 658 publications
(81 citation statements)
references
References 12 publications
1
80
0
Order By: Relevance
“…QuickCheck [Claessen and Hughes 2000] is a tool that combines random data generation with a property language in order to test our code more thoroughly. QuickCheck testing is accomplished via a combination of a language to describe properties and a language to generate input data.…”
Section: Quickcheckingmentioning
confidence: 99%
“…QuickCheck [Claessen and Hughes 2000] is a tool that combines random data generation with a property language in order to test our code more thoroughly. QuickCheck testing is accomplished via a combination of a language to describe properties and a language to generate input data.…”
Section: Quickcheckingmentioning
confidence: 99%
“…The first PBT tool was QuickCheck [8] for Haskell. There are many other tools that are based on the concepts of QuickCheck, e.g.…”
Section: ∀Xs ∈ List[t ] : Reverse(reverse(xs)) = Xsmentioning
confidence: 99%
“…Property-based testing (PBT) is a testing technique that tries to falsify a given property by generating random input data and verifying the expected behaviour [8]. Properties can range from simple algebraic equations to complex state machine models.…”
Section: Introductionmentioning
confidence: 99%
See 1 more Smart Citation
“…The QuickCheck library [CH00] for Haskell, a purely functional programming language, enables the statement of properties of program constructs, which are then automatically tested. Test cases are randomly generated from the types of the variables in properties.…”
Section: Related Workmentioning
confidence: 99%