Let us say we have 3 requests in a Thread group and we have a listener and see the results. If we ... Read More
Click test plan add a new variable with name = count and value =15 Then in the thread group Add a ... Read More
Graph Results-We can make a threag group add a few reqs and then add a graph result.In this graph we ... Read More
We right click a test plan we click add and then add a thread group. Thread Group is a group of t ... Read More
${__time(YMDHMS,)} -Used to display time in year,month,date,hour,min.sec in the mentioned format ... Read More
To concatenate two Strings in BeanShell we have to first make one String and then use the function c ... 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
Since workbench is disabled in latest version of jmeter so we can go to test case right click add A ... Read More
Make a new thread group make a http req and give server name as koha.com give path \ Make a ... Read More