Copyright (c) 2013-2014 by Joseph Wayne Norton
Authors: Joseph Wayne Norton (norton@alum.mit.edu
).
QC is an Erlang application that provides a set of wrappers for QuickCheck and Proper testing tools.
This repository is a "work-in-progress" - please contribute if you find QC useful.
To download and build the qc application in one shot, please follow this recipe:
$ mkdir working-directory-name
$ cd working-directory-name
$ git clone https://github.com/norton/qc.git qc
$ cd qc
$ make deps clean compile
This README is the only bit of documentation right now.
Please see https://github.com/norton/lets for an Erlang application that has been developed and tested by using only QC.
QuickCheck is a commercial property-based testing tool for Erlang.
-
A language for stating properties of programs (implemented as a library of functions and macros).
-
A tool for testing properties in randomly generated cases.
See http://www.quviq.com/ for further details.
PropEr (PROPerty-based testing tool for ERlang) is a QuickCheck-inspired open-source property-based testing tool for Erlang.
See http://proper.softlab.ntua.gr/ for further details.
-
Documentation and Examples
-
PropEr resize issue (proper-testing/proper#10)
qc |
qc_gen |
qc_gen_http |
qc_slave |
qc_statem |