Once only controller in Jmeter

Once only controller jmeter

Let us say we have 3 requests in a Thread group and we have a listener and see the results. If we ... Read More

While controller in Jmeter

while controller jmeter

Click test plan add a new variable with name = count and value =15 Then in the thread group Add a ... Read More

Graph results in Jmeter

graph results jmeter

Graph Results-We can make a threag group add a few reqs and then add a graph result.In this graph we ... Read More

Thread group in jmeter

thread group jmeter

We right click a test plan we click add and then add a thread group. Thread Group is a group of t ... Read More

Functions in jmeter - __time

__time jmeter

${__time(YMDHMS,)} -Used to display time in year,month,date,hour,min.sec in the mentioned format ... Read More

Bean shell functions in jmeter

beanshell fucntions jmeter

To concatenate two Strings in BeanShell we have to first make one String and then use the function c ... 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

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

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