Extending JMeter – Creating Custom Functions – String Joiner

JMeter is one of the best open source tools in the Test Automation Community. It comes with all the possible extensions to come up with our test scripts quickly. To make our life even more easier, It also lets us to come up with our own plugins by implementing few interfaces. In this article, Lets

Extending JMeter – Creating Custom Functions – String JoinerRead 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 »