sdrukerContributor11 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 MoreHKosova11 years agoHi Sivan,Use Eval: Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")
HKosova11 years agoHi Sivan,Use Eval: Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")
HKosova11 years agoHi Sivan,Use Eval: Set test = Eval("KeywordTests." + keywordtest_name + ".Variables")
Recent DiscussionsAccess Form opend with a menuitemCan we set sheet name in excel as active using python scriptSolvedUnable to capture objects inside iFrames in Power App using TestComplete
Related ContentPassing an array as function parameters from KeyWordTest?[Resolved] Pass empty string to query parameterKeywordtest to script conversion - no parameters