Forum Discussion
7 Replies
- nmrao
Champion Level 1
How about this?
context.testCase.testSuite.setPropertyValue('name', 'value')
- sumeet0420New ContributorI want to pass a variable that is defined in test suite with value as an Object and use in the subsequent test cases.
For eg. My test suite has set up script which defines a context variable as follows
context.testSuiteVariable = new HelloWorld()
I want to use this context.testSuiteVariable in my test case. Any idea how to achieve this?- nmrao
Champion Level 1