Forum Discussion
ZDGN
4 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.
Related Content
- 4 years ago
- 8 years ago
- 6 years ago
Recent Discussions
- 14 days ago
- 15 days ago