Forum Discussion
JKambli
8 years agoStaff
Attaching the scripts as well.
- nmrao8 years agoChampion Level 3
Thank you for the pdf document with the scripts.
In the groovy script step, there are context, and testRunner variables being initialized.
In order to refer a test case object, any of the below two can be used. Is there is any specific difference?
context.testCase
testRunner.testCase
- JKambli8 years agoStaff
On a groovy script test step (above example), its pretty much same but context essentially has current run data and it can leverage the data but testRunner has methods which can control flow (fail, cancel etc).
context object is available at all levels since it holds information but testRunner is available only when you want to trigger a run.
Thanks,
Jeshtha
Related Content
- 6 months ago
- 9 years ago
Recent Discussions
- 2 days ago