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

robotframework-2.7.7.atest.robot.variables.reserved_syntax.html Maven / Gradle / Ivy

The newest version!






Robot Test Cases

Environment Variables

Setting Value Value value Value
Force Tagspybotjybotregression
Resource atest_resource.txt
Suite SetupRun Testsvariables${/}reserved_syntax.html

Variable Value Value Value Value

Test Case Action Argument Argument Argument
Reserved Syntax &{var}Check Test CaseReserved Syntax \&{var}

Reserved Syntax *{var}Check Test CaseReserved Syntax \*{var}
There should Be A Warning About Using Reserved Syntax In Stderr${stderr} =Get Stderr
${exp1} =CatenateSyntax '\&{this_causes_warning}' is reserved for future use. Please escape it like '\\\&{this_causes_warning}'.
${exp2} =CatenateSyntax '\*{this_causes_warning}' is reserved for future use. Please escape it like '\\\*{this_causes_warning}'.
Should Be Equal${stderr}[ WARN ] ${exp1}\n
[ WARN ] ${exp2}\n

Keyword Action Argument Argument Argument




© 2015 - 2024 Weber Informatics LLC | Privacy Policy