robotframework-2.7.7.utest.webcontent.spec.data.Suite.txt 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 ***
Documentation suite doc
Metadata meta data
*** Test Cases ***
Test
[Documentation] test doc
[Tags] tag1 tag2
[Timeout] 1 second
Sleep 0.1 seconds
: FOR ${i} IN RANGE 2
\ my keyword ${i}
*** Keywords ***
my keyword
[Arguments] ${index}
Log index is ${index}