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 DiscussionsTestComplete not recognizing WPF objects in interopped WPF windowTestComplete with Chrome v147Anyone use Google's "Chrome for Testing" with TestComplete?
Related ContentPassing an array as function parameters from KeyWordTest?[Resolved] Pass empty string to query parameterKeywordtest to script conversion - no parameters