setProperty function is used to set a key value pair where tool is the key and jmeter is the value ... Read More
Let us say in a particular test plan we define variale named Quantity and give it value of 10 . ... Read More
We can create a csv file and in that file we give usernames,passwords as column names and add some ... Read More
* Does not send any request to the server. * Used to check jmeter properties ,system properties an ... Read More
If we want to put load on a website using 5000 users from a single machine. With limited cpu and ra ... Read More
In concurrency thread group we have many options like * Target Concurrency i.e total no of users ... Read More
In order to run a jmeter script which has the format of .jmx in command prompt we first have to go t ... Read More
Let us make a simple selenium project in eclipse We add a class in it and add some junit test c ... Read More
Let us say we have a login page and a authenticate page as http requests in a thread group. Lets say ... Read More
Let us say we have two requests in a thread group named login and authenticate. So when login req ... Read More