Hello Support team,
Thanks for the update! Is there a tutorial available that shows an end-to-end example of using groovy in SoapUI? I am looking for example that does the following in a data driven scenario.
Start condition: The SoapUI test case is configured to be data driven, using a spreadsheet that has on each row both the request input data elements, and the response output data elements - this latter for validation through assertions.
On run a Groovy script should be able to correlate the response that was received with the proper row in the spreadsheet. Thus, fetching the response data elements from the spreadsheet from the row that corresponds with the currently returned XML response and compare it with the response. Basically doing custom validation / assertion as the default assertion functionality in SoapUI is not entirely meeting our requirements for cross fields validation and calculations based on the response.
Thanks,
Joseph H.