Run Multiple Keywords in Suite and Test Setup and Teardown
http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html?r=2.8.4#Run%20Keywords
Notes: Run Keywords only run keywords without return values.
Run Keywords | Initialize database | db1 | AND | Start servers | server1 | server2 |
|
Run Keywords | Initialize database | ${DB NAME} | AND | Start servers | @{SERVERS} | AND | Clear logs |
Run Keywords | ${KW} | AND | @{KW WITH ARGS} |
|
|
|
|