Property-based testing for ScalaSee the tool
Description
ScalaCheck is a library written in Scala and used for automated property-based testing of Scala or Java programs. ScalaCheck was originally inspired by the Haskell library QuickCheck, but has also ventured into its own. ScalaCheck has no external dependencies other than the Scala runtime, and works great with sbt, the Scala build tool. It is also fully integrated in the test frameworks ScalaTest, specs2 and LambdaTest. You can also use ScalaCheck completely standalone, with its built-in test runner.
More Resources & Tools in Automated Checking
Build your own cloud testing infrastructure.
A Gorgeous HTML/CSS Reporter for Mocha.js
Hypothesis is a modern implementation of property based testing, designed from the ground up for mainstream languages.