robotframework-2.7.7.proto.testgen.test.template.tsv Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of robotframework Show documentation
Show all versions of robotframework Show documentation
High level test automation framework
The newest version!
* Settings *
Meta: Foo Bar
Library OperatingSystem
Resource resource.tsv
Variables vars.py
* Variables *
${SCALAR} foo
@{LIST} 1 2 3 4
* Test Cases *
Test
[ Documentation ] This is test doc
[ Setup ] Log Bar
Keyword 1 ${arg2}
Keyword 2 ${arg1}
[ Teardown ] My TD
* keywords *
Keyword 1 [Arguments] ${arg1} ${arg2}=foo
Log ${arg1}
[ Return ] ${arg2}