Stepping back and forth in test levels in a Soap project

stepping up and down.soap

We can step back and forth in test levels in a project ``` tCase2 = testRunner.testCase;//This ... 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

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

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

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

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

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

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

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

Compliance status and standards assertions

assertions soap

Valid response assertions-We can go to Add assertions ->compliance status and standards and choose v ... Read More