2 articles
← Back to all tagsProperty-based testing (PBT), popularized by QuickCheck in Haskell in the late 1990s, reverses the traditional approach to unit testing.
The scenario is classic: a legacy function f, tangled, difficult to maintain, but whose behavior is correct (or at least accepted as such by system users).