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

robotframework-2.7.7.atest.testdata.misc.timeouts.txt Maven / Gradle / Ivy

The newest version!
*** Settings ***
Documentation    Initially created for testing timeouts with testdoc but
...              can be used also for other purposes and extended as needed.
Test Timeout     1min 42s

*** Test Cases ***
Default Test Timeout
    [Documentation]    I have a timeout
    No Operation

Test Timeout With Message
    [Timeout]    1d2h    The message
    No Operation

Test Timeout With Variable
    [Timeout]    ${100}
    No Operation




© 2015 - 2024 Weber Informatics LLC | Privacy Policy