Scheduling each requests in a jmeter threadgroup

318 Views Asked by At

I want to start each request in a threadgroup at different times.Is it possible in jmeter? that is suppose there are 50 requests.each request should start at different times after the thread group started.

1

There are 1 best solutions below

3
On

You can run the thread group at specific time. Once the thread group is started, you can use only timers to delay the requests inside the thread group. You can not actually schedule it!!