Let us make a new SoapUi Project and copy the following WSDL into it. ``` http://footballpool.data ... Read More
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 is used to automate Web services.Web services is also known as API If we click news link ... Read More
To download the free version of soapUi go to the website and download the free version so to the web ... Read More
Data types in Groovy- To define data types in Groovy we can either use the keyword int ,double etc ... Read More
We can go to SoapUi -. New project and add our locally running Webservice to it by adding the WSDL o ... Read More
Example with our own application In TestSuite2 let us make a new test case Login and in it add a ... Read More
We can define global level properties in soap-ui that can be accessed across various project in soap ... Read More
We can go to add assertions->Sla->sla response and choose a response time say 400ms.So next time if ... Read More
Now the third way to pass session id from login response to addProduct request is quite simple. F ... Read More