Forum Discussion
Marsha_R
Champion Level 3
10 years agoFor a project variable it is
Project.Variables.MyVariableName
For keyword test local it is
KeywordTests.MyKeywordTest.Variables.MyVariableName
It's similar for parameters. A trick I use for scripting something new is to create a keyword test that does what I want, then use Convert To Script. You find that by right-clicking the test name in the explorer. Then you have a keyword test and a script to compare.