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)
Sur cette page du site, vous pouvez voir la vidéo en ligne Simple Excel Data-Driven Framework SoapUI no assertions durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur T POT 31 janvier 2019, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 420 fois et il a aimé 2 téléspectateurs. Bon visionnage!