robotframework-2.7.7.atest.robot.variables.reserved_syntax.html 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!
Robot Test Cases
Environment Variables
Setting
Value
Value
value
Value
Force Tags pybot jybot regression Resource atest_resource.txt Suite Setup Run Tests variables${/}reserved_syntax.html
Variable
Value
Value
Value
Value
Test Case
Action
Argument
Argument
Argument
Reserved Syntax &{var} Check Test Case Reserved Syntax \&{var}
Reserved Syntax *{var} Check Test Case Reserved Syntax \*{var} There should Be A Warning About Using Reserved Syntax In Stderr ${stderr} = Get Stderr ${exp1} = Catenate Syntax '\&{this_causes_warning}' is reserved for future use. Please escape it like '\\\&{this_causes_warning}'. ${exp2} = Catenate Syntax '\*{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