JMeter – Distributed Load Testing using Docker in AWS

In the Previous post, We had learnt how to use docker in creating multiple containers running jmeter-server for distributed load testing. But we had created all the containers in the same host. Even if we can not use the single-host containers for performance testing with huge load, before pushing your performance test script related changes to

JMeter – Distributed Load Testing using Docker in AWSRead More »

JMeter – Distributed Load Testing using Docker

Overview: A single JMeter instance might not be able to generate enough load to stress test your application. As this site shows, one JMeter instance will be able to control many other remote JMeter instances and generate larger load on your application. JMeter uses Java RMI [Remote Method Invocation] to interact with objects in a

JMeter – Distributed Load Testing using DockerRead More »

JMeter – Post Processors / Script Language – Comparison

When we do an intensive load testing with JMeter / Response data processing, we might be very careful with the type of post processor / scripting language we choose. In this post I would like to show how these post processor / script language affects the overall performance of the test. We would be comparing below post processors

JMeter – Post Processors / Script Language – ComparisonRead More »

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 »