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 […]

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 »