[erlang-questions] Integration testing in Erlang

gordon guthrie gordonguthrie@REDACTED
Thu Jun 14 12:55:06 CEST 2007


Kirill

There are a number of tools you can use to test apart from Eunit. For instance:
* the Erlang Test Server for Unit/System Testing (and the test helper skeletons for emacs)
--- http://www.erlang.org/project/test_server/index.html
* the Dialyzer for contract/type testing
--- comes in recent Erlang/OTP releases
* Tsung/Tsunami for load testing
--- http://tsung.erlang-projects.org/

There is an additional commercial product for very advanced testing:
http://tsung.erlang-projects.org/

You can wrap some of these tools up with a bash_script called erlang_automated_build that will perform them, e-mail on success or failure and graph the results daily. This is in the jungerl:
http://jungerl.cvs.sourceforge.net/jungerl/jungerl/lib/erlang_automated_build/

Most of the above will install straight from the comprehensive Erlang Archive Network, CEAN:
http://cean.process-one.net/

There are also tutorials etc:
http://wiki.trapexit.org/index.php/Testing_with_Test_Helper
http://forum.trapexit.org/viewtopic.php?t=6076

Good luck!

Gordon
_________________________________________________________
Post sent from http://www.trapexit.org



More information about the erlang-questions mailing list