JMeter – Continuous Performance Testing – JMeter + ANT + Jenkins Integration – Part 2

Goal: To create a Continuous Delivery Pipeline which includes Performance Testing process to detect any performance related issues as early as possible. Usually the full scale Performance Test will be done in the Staging/Pre-Production environment which could be identical to your Production environment. Code push to Staging happens after thorough QA functional/regression verification is done. So even if

JMeter – Continuous Performance Testing – JMeter + ANT + Jenkins Integration – Part 2Read More »

Best Practices – Continuous Regression Testing

In this post, I would like to show how I have implemented automated continuous regression testing process in my project. It is based on the Hybrid framework, I had implemented. I would request you to read the post on Hybrid Framework first if you have not.   Problem Statement: We follow agile methodology & we have

Best Practices – Continuous Regression TestingRead More »

QTP/UFT – Display Test execution progress in Jenkins Console

We had seen the QTP/UFT integration & triggering QTP test scripts remotely using Jenkins in this article. (If you have not read that, I recommend you to read the article first). In this article we will see how to display the QTP/UFT results in the Jenkins console. I have more than 5000 automated test scripts

QTP/UFT – Display Test execution progress in Jenkins ConsoleRead More »

Selenium WebDriver – Creating a Keyword Driven Framework for Localization Testing

In this article, I would like to show how I have implemented my Keyword driven framework using Selenium-WebDriver for automated localization testing of a web based application. Localization Testing can be defined as a process of customizing a software application to support any language. In localization, native language string is translated to target language &

Selenium WebDriver – Creating a Keyword Driven Framework for Localization TestingRead More »

QTP/UFT – Executing automated test scripts using Jenkins

This article outlines the integration of HP’s QTP (now it is called UFT) & Jenkins. This article provides the details in a very high level. I might not be able to cover all the benefits we could get, by integrating UFT with Jenkins, in this article. So, I have created separate posts in this site to

QTP/UFT – Executing automated test scripts using JenkinsRead More »