tags:

views:

237

answers:

1

What are the functionalities in soapUI that can be achieved only through script and not the GUI

A: 

One of the things that you can achieve using Groovy scripting is building dynamic responses in mocked services. You can find an example in the following question:

http://stackoverflow.com/questions/945403/soapui-getting-request-parameters-in-mock-service-script/1141843#1141843

Mateusz Mrozewski