sara.flo
sara.flo

Reputation: 63

script library using Groovy - SOAPUI

Hi there,

I’m starting to work with SOAPUI and Groovy.

I found the reusable code problem. I mean, I would like to avoid having a lot of copies of the same script in different projects. As I want to make a "global library", how could I do it?

I saw the following method, http://www.spamer.me.uk/wiki/doku.php/soapui_reusable_script_library?rev=1350558275 but I have some doubts. Would it be the only way to do it?

Thank you very much for your help and sorry for the inconvenience.

Upvotes: 1

Views: 2452

Answers (1)

ITemius
ITemius

Reputation: 881

You need create a JAR with your code and put it to bin/ext in your soapui directory (for example C:/Program%20Files/SmartBear/soapUI-Pro-3.0-beta-2/bin/ext/sqljdbc.jar ) so it will be added to soapui classpath

Upvotes: 1

Related Questions