Forum Discussion
mkhan031486
Contributor
Hi Rao,
I was actually stuck on the same issue as well, and you explained it beautifully. I have a question though...
What if I want to create the property in a test suite or at a project level.. what changes to I need to make to the below script???
testRunner.testCase.setPropertyValue("GENERATED_VALUE",myGeneratedValue)
nmrao
8 years agoChampion Level 3
Set property / its value at suite level
context.testCase.testSuite.setPropertyValue("GENERATED_VALUE",myGeneratedValue)
project level:
context.testCase.testSuite.project.setPropertyValue("GENERATED_VALUE",myGeneratedValue)
Related Content
- 10 months ago
- 6 years ago
- 2 years ago
- 9 years ago
Recent Discussions
- 2 days ago
- 2 days ago