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 – 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 »