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 DiscussionsI'm not able to handle cookie pop up with test complete using java script,I'm using windows machine.Unable to install upgrade of TestComplete as previous installation not finished.If statement
Related ContentPassing an array as function parameters from KeyWordTest?[Resolved] Pass empty string to query parameterKeywordtest to script conversion - no parameters