Soap-Ui tool

soap rest

Soap-ui is used for test soap protocols.Soap has paid and free versions. In free version we can’t re ... Read More

Soap vs Rest

soap rest

Web services – user sends request to server , gets response back . Two types of commonly used prot ... Read More

More differences between soap and rest

soap rest differences

Soap is a protocol it follows rules for requests and responses i.e requests and responses have envel ... Read More

Xquery Assertions in Soap-Ui

assertions soap

XQuery Tag-We have the xQuery assertions in which we make some predefined tags like result and then ... Read More

Xpath assertions using Soap-Ui

assertions soap

Lets us make a new Soap Project and copy WSDL of our local application and then add a login request ... Read More

Soap fault assertion in Soap-Ui

assertions soap

Soap fault assertion – A soap request has 4 parts . 1. Envelope 2.Header 3 Body 4 Fault( In som ... Read More

TestRunner Functions in Soap-Ui

testrunner soap

If we make a new test case and add two new test steps to it ,both groovy scripts and then in first g ... Read More

Passing variables from one response to another request

passing variables soap

Now let us make a new Soap project and load our local web service into it.Then we make two test suit ... Read More

Second way of passing variables from one response to another request

passing variables soap

Let us pass variables from a soap response(login test step in do Login test case ) to a soap request ... Read More

Groovy scripts ,xml holders and regular expressions in Soap-Ui

groovy xml hodler soap

In our Soap-Ui project lets add a new test ,groovy request. Type following in groovy request `` ... Read More