sdrukerContributor12 years agoSolvedPassing keywordtest name as input parameter to the scriptHi, 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...Show MoreHKosova12 years agoHi Sivan,Use Eval: Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")
HKosova12 years agoHi Sivan,Use Eval: Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")
HKosova12 years agoHi Sivan,Use Eval: Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")
Recent DiscussionsSend Request Operation - Response Body?Elements detected, clicked in wrong location with ChromeLatency and Device Disconnect Issues in Test Complete Mobile Testing
Related ContentPassing an array as function parameters from KeyWordTest?[Resolved] Pass empty string to query parameterKeywordtest to script conversion - no parameters