Posted on December 20th, 2012 by Subrahmanyam
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 [...]
Filed under: Agile Testing, Restful, Test Auotmation, Testing, Uncategorized | No Comments »
Posted on October 31st, 2012 by Utsav
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 [...]
Filed under: Agile Testing, Android, iOS, iPhone, Mobile Apps, Mobile Automation, Mobile Testing | 1 Comment »
Posted on October 8th, 2012 by Gaurav Bansal
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 [...]
Filed under: Agile, Agile Testing, Kanban, Quality Assurance | No Comments »
Posted on August 17th, 2012 by Subrahmanyam
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 [...]
Filed under: Agile Testing, Frameworks, Selenium, Test Auotmation, Testing, WebDriver | No Comments »
Posted on July 24th, 2012 by Gaurav Bansal
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 [...]
Filed under: Agile, Agile Testing, Functional Programming, Groovy, jQuery, Quality Assurance, Selenium, Test Auotmation, Testing, Uncategorized, WebDriver | 2 Comments »