[erlang-questions] Killer Erlang tools
Ulf Wiger (TN/EAB)
ulf.wiger@REDACTED
Wed Jun 13 13:33:56 CEST 2007
Joel Reymont wrote:
>
> How do you specify tests in Erlang, though?
1) Erlang/OTP test server:
http://www.erlang.org/project/test_server/index.html
This is what OTP uses, and they have several thousand
test cases written for OTP. It's used by several large
commercial projects. It has support for multi-target
testing, and automated testing of embedded systems.
2) eUnit
https://support.process-one.net/doc/display/CONTRIBS/EUnit
This is for simpler unit testing, and can surely be combined
with the Test Server.
3) Erlang QuickCheck (http://www.quviq.com)
BR,
Ulf W
More information about the erlang-questions
mailing list