Tools and Frameworks for testing Web Services

In this blog I am going to explain what all tools are available in the market to test the SOAP/REST Web Services. What are the pros and cons of each of them and which tool can be used for which testing purpose? Recently I had an opportunity to test the implementation of Web Services of [...]

Monkey with ANT (Mobile App Automated Tesing – II)

Continuing from where we halted in my previous post ‘When Monkeys Talk’, in this blog I will talk about Integrating the existing Monkey Talk Script with ANT, Running with ANT, Extending Test with JavaScript, Executing a MT JS file. MonkeyTalk scripts can be run via Ant from the commandline, and Ant can be easily integrated into a [...]

Emerging Paradigms in Agile Testing

We all know that the landscape of software quality is getting changed significantly primarily because of 3 reasons viz. the need to go faster to the market, need to add/deliver/optimize value for customer in every delivery that we make and to cut the costs. However many pillars of successful quality strategies of the past are [...]

Webdriver Automation Framework Utilities

In continuation to my previous blog on ‘Data Driven Automation Framework with Selenium and Test-NG’ i would like to share some utilites which one could use during his automation to complete end to end Framework design. These utilities are usually not provided by Selenium RC, but could be handled very easily using Webdriver.SO lets gets [...]

Geb: Groovy Browser Automation Tool – Part 2

In Part-1 we have covered the installation & usage of Geb, JQuery locators and how using Navigator API we can navigate to different elements of a web page. In part-2 we will see how using in-built Page Object classes of Geb we can leverage Groovy’s DSL capabilities to easily define the interesting parts of our [...]