Category: How-To
-
Increase Number of users generated from your local machine
Number of user generated from your local machine depends on your local machine specs but what if you can generate more users with number of tricks. 1. Don’t use listners Listners consumes a lot of memory to be able to display information and do the necessary calculations , the less listners you use the more…
-
Generate GUID in Apache JMeter
Although there is no dedicated sampler in JMeter to generate GUIDs but you can use the built-in functions to generate them. In this article i will share with you how to generate GUID that is unique by user and iteration and use it through your JMeter thread group or test plan. Steps: Open JMeter and…