Forum Discussion
satishpatil
11 years agoNew Contributor
I found the following link http://www.soapui.org/functional-testing/working-with-scripts.html
nishantna
11 years agoOccasional Contributor
The best way to study groovy script is through API documentation for SoapUI. If you dont know about methods defined in TestRunner or TestCase or any such variable then on groovy test step you should write something like the following code:
log.info testRunner log.info testRunner.testCase
and this will give you the class name for TestRunner or TestCase. After that, open the API documentation and go to the desired class name, clicking on which you will be introduced to a whole lot of methods.