waldenner / robotframework

Automatically exported from code.google.com/p/robotframework
Apache License 2.0
0 stars 0 forks source link

`Run Keywords` keyword to allow running multiple keywords in setup/teardown easily #572

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This keyword was proposed by Bryan Oakley as part of this mailing list
discussion:
http://groups.google.com/group/robotframework-users/browse_thread/thread/48a82ef
b58b0fea7

Original issue reported on code.google.com by pekka.klarck on 7 Jun 2010 at 3:47

GoogleCodeExporter commented 9 years ago
Done in r3726. I already added a note about this to the test setup/teardown 
section
in the User Guide earlier.

Original comment by pekka.klarck on 7 Jun 2010 at 3:48

GoogleCodeExporter commented 9 years ago
Issue 1303 proposes implementing support for using keywords with arguments 
using syntax:

    Run Keywords    Keyword    arg    AND    Another Keyword    a1    a2

Original comment by pekka.klarck on 10 Dec 2012 at 2:54