JMeter – Record iOS application HTTP requests

In this article, Lets see how to record iOS application HTTP/HTTPS requests using JMeter. Desktop/Laptop Setup: Make a note of your Desktop/Laptop IP address. Ensure that you have JMeter 2.11 or above & Java 7 or above. JMeter Setup: Start JMeter . (Go to JMETER_HOME/bin, Start jmeter.bat or jmeter.sh) Under JMeter Test Plan – Workbench, add ‘HTTP(S)

JMeter – Record iOS application HTTP requestsRead 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 »

JMeter – How To Run Multiple Thread Groups in Multiple Test Environments

Overview:  As part of performance testing,  I had to come up with performance test scripts for various use cases / business workflows for our application. When I design my performance test scripts, I will ensure that I have reusable test scripts as mentioned in this article. JMeter – How To Create Reusable & Modular Test

JMeter – How To Run Multiple Thread Groups in Multiple Test EnvironmentsRead 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 »

JMeter – Property File Reader – A custom config element

JMeter has many config elements to define some variables  which can be used in the JMeter test. For example – the mostly used ones, User Defined Variables to create variable names & values CSV Data Set Config to read the test data from CSV file  But we do not have one to read a user property files!!  hm..Well..that is

JMeter – Property File Reader – A custom config elementRead More »

JMeter – How To Test REST API / MicroServices

Overview: There are so many ways and tools available to test a REST API. When I had a requirement to test a REST API, after looking at various tools & options, I settled on JMeter for the following reasons. JMeter is FREE & Open Source. JMeter can read your testdata from the CSV file out

JMeter – How To Test REST API / MicroServicesRead More »