Forum Discussion
ZDGN
5 years agoContributor
Hi jantje1234
You're right, such a command:
context.expand('${#TestCase#Property}')won't give any result.
Here is a workaround:
testRunner.testCase.testSuite.project.testSuites["TestSuite"].testCases["TestCase"].getPropertyValue("Property")You will have to provide TestSuite and TestCase names, but it's easy to get them for sure.
Hope this helps.
David.