Forum Discussion

joelgluth's avatar
joelgluth
Contributor
16 years ago

Code reuse in Groovy scripts

Is there a way to make Groovy code available to all groovy scripts in a project/suite/case?

I specifically don't want to make it available to *all* projects, so the SoapUI Pro common library directory isn't quite what I want.

I have an idea solution involving stuffing Groovy code into properties then calling them as Groovy scripts, but I don't want to

11 Replies

  • i am not sure if this is right way.

    I am creating Groovy packages and reusing them in soapui.

    Working great for me.