SoapUI API Testing Tool Tutorial

soapui tutorials

In this article, we have compiled a list of Soap UI Tutorials for the benefit of our readers. Let’s get started. STH is coming up with another testing tool tutorial. You know how detailed and useful these tutorials are. The tools are SoapUI and SoapUI Pro. We suggest that our …

Read more


QTP Parameterization Part 1

Parameterization in QTP

What is QTP Parameterization? Sometimes the application does not accept duplicate data records. In this case, if you run the same Test script with a fixed set of input data, an application may throw an error due to data duplication. To avoid this issue, QTP provides ways to accept different …

Read more


HP ALM/QC – Installation Guide

Micro Focus Quality Center Installation Guide

HP ALM/QC is now changed to Micro Focus ALM/QC but still, the content on the page is valid on the new Micro Focus domain as well as the tools. After we published Quality Center tutorial 1, we figured that it would help our readers immensely if we add an article …

Read more


How to Create REST Project in SoapUI Pro

soap vs rest services

This tutorial talks in detail about SOAP (Simple Object Access Protocol) and REST (Representation State Transfer) based services and their advantages. Let’s get started. In an earlier tutorial, we discussed the features of SoapUI Pro and briefly touched upon SOAP vs REST web services.  => Click here for the complete …

Read more


Manual and Automation Testing Challenges

Manual and Automation Testing Challenges

Software testing is full of challenges. Testers face many challenges in manual as well as automation testing. Tester who manages to address these challenges effectively can become successful tester. In this article I have included most of the testing challenges created due to testing staff, developing staff, testing processes and wrong management decisions.


QTP – Using Virtual Objects and Recovery Scenarios

Using Virtual Objects and Recovery Scenarios

Do you see an object not found error while running QTP tests? Well, this is because, during playback, QTP can’t recognize non-standard objects. To solve this object recognition problem, we use Virtual Objects. Using Virtual Object Wizard we can map these unrecognized objects to a standard class which can then …

Read more


QTP – Object Identification with Examples

Object Identification Paradigm

How Does QTP Identify Object Uniquely? – This is the 7th QTP Tutorial in our QTP training series. We are getting ourselves equipped with all the basic concepts that will enable us to write robust QTP tests. We have covered the QTP Record and Run settings, Working with Keyword view, …

Read more


How to Handle Alerts/Popups in Selenium WebDriver

Handling alerts popups in selenium

This tutorial provides efficient methods to handle alerts/popups in Selenium WebDriver for Windows and web-based applications. In the previous tutorial, we focused on different types of waits provided by the WebDriver. We also discussed various types of navigation options available in WebDriver. Moving ahead in the Selenium WebDriver Tutorials, we …

Read more


PowerShell UIAutomation Tutorial with Example

Desktop Application UI Automation With PowerShell

In the PowerShell UI Automation tutorial, we’ll focus on how PowerShell uses the module to implement UI automation.  To explain this we will use the Windows Form application as an example. UI Automation is an open source project PowerShell extension for GUI automation tests. It supports Win32, Windows Form, WPF, …

Read more