How to handle TimeOuts , implicit and explicit waits in Selenium?

The most common problem which I used to face while running selenium test scripts is because of the intervention of threads .I went through many forums and communities to see the solution of this problem but was not able to  find the best way out to resolve this problem. So just gave a thought, to [...]

Service Mocking in SoapUI

Few days back I encountered a situation in my project, where we had to test a web service to which we were not having access to since it was at client’s side. So, we decided to create a simulation or approximation of the Web Service before the actual Web Service by using the SOAP Service [...]

Efficient Parallel Testing using GRID and TestNG

There is no point explaining, how efficient ‘Automation’ is for a Product Testing. Now imagine ‘icing on the cake’, when parallel testing is introduced along with it. I will showcase how Parallel testing could reduce time and effort, and the same time run the test cases parallel on multiple machines ,operating systems and browsers in [...]

Contract coverage report using SOAP UI

My previous project was with a Java Web Service Provider team. Being the service provider, it was very critical for us to keep the web services up and running. A little outage or bugs impact many groups’ work. Management came up with a requirement to know if our testcases are covering enough functional scenarios possible [...]

JMeter Post Processor – Regular Expression Extractor

The Apache JMeter™ desktop application is open source software, a 100% pure Java application designed to load test functional behavior and measure performance. It was originally designed for testing Web Applications but has since expanded to other test functions. The post can be broadly classified in 3 parts.. Who, When and How. Who covers the [...]