All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.utest.webcontent.spec.data.Suite.txt Maven / Gradle / Ivy

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}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy