JMeter – Looping 2 CSV files

This article outlines reading 2 CSV files in JMeter. ie, For each row of outer CSV file, we need to read all the rows of inner CSV file. Scenario: I have 2 CSV files. Lets assume I have named them as file1.csv and file2.csv respectively. file1.csv contains & file2.csv contains So what I am trying […]

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 »