[erlang-questions] Integration testing in Erlang

Ulf Wiger (TN/EAB) ulf.wiger@REDACTED
Thu Jun 14 13:38:14 CEST 2007


eUnit has a lower entry threshold.
You can easily write a test suite for the Test Server
that runs all your eUnit tests.

BR,
Ulf W 

> -----Original Message-----
> From: erlang-questions-bounces@REDACTED 
> [mailto:erlang-questions-bounces@REDACTED] On Behalf Of 
> Kirill Zaborski
> Sent: den 14 juni 2007 13:34
> To: erlang-questions@REDACTED
> Subject: Re: [erlang-questions] Integration testing in Erlang
> 
> Ok, then I must check test_server docs.
> Are there any good tutorials about it elsewhere (an except 
> trapexit article)?
> If we have test_server then why bother with EUnit? For simpler cases?
> 
> Regards,
> Kirill.
> 
> On 6/14/07, gordon guthrie <gordonguthrie@REDACTED> wrote:
> 
> > Kirill
> >
> > Depends on the sort of tests you want to write.
> >
> > The Erlang Test Server will allow you to write as complex 
> system tests as you want. It runs through a set of suite and 
> test set-up routines, you execute your tests and it tears 
> down your environment.
> >
> > Typically I create a new db schema, load it with test data, 
> start an application (or applications) and then execute tests 
> against the known environment - depending on the product.
> >
> > For large web apps you can use Tsung to record and script 
> the http input and run regression tests, or you can use it as 
> a 'white noise' tester and fire a million random inputs in 
> and then look for crash reports (both work for me) .
> >
> > Gordon
> > _________________________________________________________
> > Post sent from http://www.trapexit.org 
> > _______________________________________________
> > erlang-questions mailing list
> > erlang-questions@REDACTED
> > http://www.erlang.org/mailman/listinfo/erlang-questions
> >
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
> 



More information about the erlang-questions mailing list