Put 5 requests and even if loop count is 1 each req will be executed at least once but there will be ... Read More
If we add 5 reqs to throughpput controller and we make loop count of thread to be 5 and throughput o ... Read More
We can even make some function in BeanShell ``` add(a,b) {sum = a+b; print(sum); } ``` Then ... Read More
We can add a new thread group to our test plan. Then we can add different http requests to it fro ... Read More
We can add a constant random timer to a thread group instead of a normal timer. Only difference is i ... Read More
Since workbench is disabled in latest version of jmeter so we can go to test case right click add A ... Read More
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
Let us add new Thread Group.Then add a http request.In server name add the name koha.com Then add ... Read More
Make a new thread group make a http req and give server name as koha.com give path \ Make a ... Read More
Make two http reqs.One points to koha.com other has /teams in its path Add a compare Assertion ... Read More