Forum Discussion

sdruker's avatar
sdruker
Contributor
10 years ago
Solved

Passing keywordtest name as input parameter to the script

Hi, I'm trying to write a generic script which gets a keywordtest name and call this: KeywordTests.Test_Name.Variables.Variable_Name I read the article: working with keyword test v...
  • HKosova's avatar
    10 years ago

    Hi Sivan,

    Use Eval:

     

    Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")