Simple Excel Data-Driven Framework SoapUI no assertions

Pubblicato il: 31 gennaio 2019
sul canale di: T POT
420
2

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)


In questa pagina del sito puoi guardare il video online Simple Excel Data-Driven Framework SoapUI no assertions della durata di ore minuti seconda in buona qualità , che l'utente ha caricato T POT 31 gennaio 2019, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 420 volte e gli è piaciuto 2 spettatori. Buona visione!