Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SoapUI Groovy API documentation [closed]

I'm using Groovy scripts as part of our SoapUI automation efforts.

I tried looking in SoapUI's website for documentation on their object model and how Groovy can be used properly within the testRunner context, but I was unable to find anything helpful yet. Since the Groovy editor SoapUI supplies does not have auto-completion, it is hard to guess which properties each object has.

Is there any good documentation about the APIs and how to use them?

like image 817
RonK Avatar asked May 24 '11 06:05

RonK


1 Answers

Please note there are TWO sets of APIs:

  1. Pro Version: http://www.soapui.org/apidocs/pro/index.html

  2. Free Version: http://www.soapui.org/apidocs/index.html

And the groovy docs: http://groovy.codehaus.org/groovy-jdk/

like image 96
BlackGaff Avatar answered Oct 28 '22 14:10

BlackGaff