<p>Have you had a look at the Common Test system that comes with Erlang?</p>
<p>While it is not overtly BDD, the way you write tests are for the positive case, going with the usual "let it crash" philosophy, meaning the test failed if it crashed. This makes writing tests in a BDD fashion almost superfluous.</p>
<p>/Robby<br>
</p>
<div class="gmail_quote">On Jul 14, 2015 10:21 AM, "Cláudio Amaral" <<a href="mailto:coa@dcc.fc.up.pt">coa@dcc.fc.up.pt</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div><div><div><div><div><div>Hello all!<br><br></div>We all know and love tools like eunit, quickcheck or proper, but there are more types of tools around that do different kinds of tests.<br><br></div>I work at a place where I now have the opportunity to shift the technologies used on test automation and I would eventually like to have quickcheck/proper style of tests on our application models.<br><br>Just doing it is a tough sell on my environment due to the time it may require to get things going (not many erlangers here, but enough to start making things happen, I guess).<br><br></div>I thought it could be possible to build my way towards that and have all my automated test needs in Erlang. This way it would be easier to get people started with it.<br><br></div>For this I need your help in finding such tools for BDD style tests and performance tests. I found references to cucumber implementations (which would be most interesting) but I find no tutorials or active developments (latest thing I found was from 3 years ago). I will continue to search, but I am sure you guys will show me a very cool set of resources to explore.<br><br></div>Best<span><font color="#888888"><br></font></span></div><span><font color="#888888">Cláudio Amaral<br></font></span></div>
</div><br></div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div>