A Simple Excel Data-Driven Framework for SoapUI (free version) to Send Requests and Compare Responses.
The purpose of this is to give you a simple, working project which you can then modify or use as a reference for other applications.
This script does not use Assertions and does not use variables in either the Request or the Response (which may interest some) and does not show running this at the Test Case level. The only meaningful output appears in the Groovy test step log, which most people probably DON'T WANT to do. See my other videos using Assertions for a better example.
Instead of using variables in the Request and Response, I use
requestHolder.setNodeValue("//"+ns+":ubiNum",number) to set the value in the Request
and
def returnedWord = response.getNodeValue('//m:NumberToWordsResult') to get the value from the Response.
Code listed in Public Comments below.
(Recorded with https://screencast-o-matic.com)
On this page of the site you can watch the video online Simple Excel Data-Driven Framework SoapUI no assertions with a duration of hours minute second in good quality, which was uploaded by the user T POT 31 January 2019, share the link with friends and acquaintances, this video has already been watched 420 times on youtube and it was liked by 2 viewers. Enjoy your viewing!