mfoster711
11 years agoRegular Contributor
Get Keyword Test Name from script code?
Is this possible: I want to use the "Run Script Routine" from a Keyword test and have it call a generic function called "MyTestFunction". Within MyTestFunction, I want to be able to programmat...
- 11 years agooops a typo - for your example it would be
eval("KeywordTests." & KeywordTests.ThisTest.Variables.sTestName & ".Variables.GetVariableName(i)")