Random order controller in jmeter

random order controller jmeter

Put 5 requests and even if loop count is 1 each req will be executed at least once but there will be ... Read More

Throughput controller in jmeter

throughput conroller jmeter

If we add 5 reqs to throughpput controller and we make loop count of thread to be 5 and throughput o ... Read More

Bean shell scripting -Functions

Bean shell scripting -unctions jmeter

We can even make some function in BeanShell ``` add(a,b) {sum = a+b; print(sum); } ``` Then ... Read More

Types of requests in jmeter

request types jmeter

We can add a new thread group to our test plan. Then we can add different http requests to it fro ... Read More

Constant random timer

Constant random timer jmeter

We can add a constant random timer to a thread group instead of a normal timer. Only difference is i ... Read More

Https Test Script recorder

jmeter

Since workbench is disabled in latest version of jmeter so we can go to test case right click add A ... Read More

Synchronisation timer

Synchronisation timer jmeter

Let us say one we have 5 steps in our thread group and we add 20 users to our thread.When we run our ... Read More

For each controller

For each controller jmeter

Let us add new Thread Group.Then add a http request.In server name add the name koha.com Then add ... Read More

Size and duration assertion

size assertion jmeter

Make a new thread group make a http req and give server name as koha.com give path \ Make a ... Read More

Compare assertions in Jmeter

compare assertion jmeter

Make two http reqs.One points to koha.com other has /teams in its path Add a compare Assertion ... Read More