QTP/UFT – How to Pass Test Parameters from Jenkins

Aim: To run the QTP/UFT script on any given test environment using Jenkins by passing the environment as a parameter to the QTP/UFT test.   Please read this post first to get a high level idea of basic QTP/UFT + Jenkins integration.   Creating Simple Test Script with Test Parameters: Create a simple QTP/UFT test script

QTP/UFT – How to Pass Test Parameters from JenkinsRead More »

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 »

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

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

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

JMeter – Response Data Extractors – Comparison

If you are using JMeter, You would have also used any of the below Post Processors to extract information from the Sampler response and use it for the subsequent request or response validation. CSS/JQuery Extractor JSON Path Extractor Regular Expression Extractor XPath Extractor But do they all perform same? How do they affect the JMeter

JMeter – Response Data Extractors – ComparisonRead 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 »

JMeter – Real Time Results – InfluxDB & Grafana – Part 1 – Basic Setup

Overview: In this article, I will explain how we could get real time performance test results using JMeter + InfluxDB + Grafana. Please do note that this topic is too huge to cover everything in one article.  So, I have tried to provide links to other articles of TestAutomationGuru which could be related to this

JMeter – Real Time Results – InfluxDB & Grafana – Part 1 – Basic SetupRead More »