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

robotframework-2.7.7.atest.testdata.core.import_settings.txt Maven / Gradle / Ivy

The newest version!
*** Settings ***
LIbrary    OperatingSystem
Resource   resources.html
Variables  variables.py

*** Test case ***
Library Import
    Fail If File Exists  ${CURDIR}${/}non_existing.file
    
Resource Import
    Should be Equal  ${resource_file_var}  Variable from a resource file
    
Variable Import
    Should be Equal  ${variable_file_var}  Variable from a variable file




© 2015 - 2024 Weber Informatics LLC | Privacy Policy