Before looking into this, how does Robot compare to Cucumber/RSpec (the two other BDD frameworks I know of)?<div><br></div><div>Thanks,</div><div>Arve<br><br><div class="gmail_quote">On Tue, Jun 15, 2010 at 11:30 AM, Pekka Klärck <span dir="ltr">&lt;<a href="mailto:peke@iki.fi">peke@iki.fi</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello,<br>
<br>
Robot Framework [1] is a generic open source test automation framework<br>
for acceptance testing and acceptance test driven development (ATDD).<br>
It has an easy-to-use tabular syntax for creating test cases and its<br>
testing capabilities can be extended by test libraries implemented<br>
either with Python or Java. It utilizes the keyword-driven testing<br>
approach and supports also data-driven testing and behavior-driven<br>
development (BDD). For executable example test cases see the Quick<br>
Start Guide [2] and the SeleniumLibrary demo [3].<br>
<br>
Robot Framework 2.5 was released last Thursday. The biggest new<br>
features are continuing execution on failure, stopping execution<br>
gracefully, named arguments, and test templates to ease data-driven<br>
testing. The new features, fixed bugs, and backwards incompatible<br>
changes are listed in the release notes [4], and release packages are<br>
available on the download page [5].<br>
<br>
[1] <a href="http://robotframework.org" target="_blank">http://robotframework.org</a><br>
[2] <a href="http://code.google.com/p/robotframework/wiki/QuickStartGuide" target="_blank">http://code.google.com/p/robotframework/wiki/QuickStartGuide</a><br>
[3] <a href="http://code.google.com/p/robotframework-seleniumlibrary/wiki/Demo" target="_blank">http://code.google.com/p/robotframework-seleniumlibrary/wiki/Demo</a><br>
[4] <a href="http://code.google.com/p/robotframework/wiki/ReleaseNotes25" target="_blank">http://code.google.com/p/robotframework/wiki/ReleaseNotes25</a><br>
[5] <a href="http://code.google.com/p/robotframework/downloads/list" target="_blank">http://code.google.com/p/robotframework/downloads/list</a><br>
<br>
Cheers,<br>
    .peke<br>
<font color="#888888">--<br>
Agile Tester/Developer/Consultant :: <a href="http://eliga.fi" target="_blank">http://eliga.fi</a><br>
Lead Developer of Robot Framework :: <a href="http://robotframework.org" target="_blank">http://robotframework.org</a><br>
<br>
_______________________________________________<br>
testing-in-python mailing list<br>
<a href="mailto:testing-in-python@lists.idyll.org">testing-in-python@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/testing-in-python" target="_blank">http://lists.idyll.org/listinfo/testing-in-python</a><br>
</font></blockquote></div><br></div>