Understanding how to add ,retreive custom variables

custom variables soap

Let us make a new SoapUi Project and copy the following WSDL into it. ``` http://footballpool.data ... Read More

Reading from Properties file in Soap-Ui

properties file soap

If we want to add lots of data to a test step. Like for example we hhave a test step addProducts and ... Read More

Soap-UI ,soap and rest basics

soap rest webservices

Soap-Ui is used to automate Web services.Web services is also known as API If we click news link ... Read More

Soap-Ui tool set up

soap soap-ui

To download the free version of soapUi go to the website and download the free version so to the web ... Read More

Groovy basics

groovy soap

Data types in Groovy- To define data types in Groovy we can either use the keyword int ,double etc ... Read More

Setting up a project in Soap-UI and playing around with soap requests and responses

soap

We can go to SoapUi -. New project and add our locally running Webservice to it by adding the WSDL o ... Read More

WsdlTestRunContext example for our sample project

WsdlTestRunContext soap

Example with our own application In TestSuite2 let us make a new test case Login and in it add a ... Read More

Global level properties

global properties soap

We can define global level properties in soap-ui that can be accessed across various project in soap ... Read More

Sla response assertions in Soap-Ui

assertions soap

We can go to add assertions->Sla->sla response and choose a response time say 400ms.So next time if ... Read More

Third way of passing variables from one response to another request

passing variables soap

Now the third way to pass session id from login response to addProduct request is quite simple. F ... Read More