Forum Discussion

Andra's avatar
Andra
New Contributor
12 years ago

Is the Groovy Script Library a PRO feature only?

Hello,

I am interested in using a library of Groovy scripts in a similar way as described here: http://www.soapui.org/Scripting-Propert ... brary.html

Is this only possible in SOAP UI pro?

I couldn't find a place to configure the scripts location in the regular SOAPUI settings and the link above calls out "Soap UI PRO" explicitly.

Thanks!

Andra
  • redfish4ktc2's avatar
    redfish4ktc2
    Super Contributor
    yes this is a pro only feature
    SoapUI Pro adds the possibility to have a central library of Groovy Classes that can be accessed from any script within SoapUI, which can be useful for centralizing common tasks and functionality and for creating SoapUI extensions. Use as follows;


    In the open source version, you can compile your groovy scripts (http://groovy.codehaus.org/Compiling+Groovy) and put them in the jar.
    Then put the jar in the soapui ext folder to make the classes available to any script within SoapUI
  • Andra's avatar
    Andra
    New Contributor
    very nice, just what I was hoping to find.

    Thanks!