How to insert delay between each requests in Jmeter

后端 未结 3 1548
北荒
北荒 2020-12-13 12:38

I wanted to execute a Test Plan as Below. Example : I wanted every http request should take delay of two minutes

  • http_request_1,
  • delay (2 minutes)
3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-13 13:16

    The simplest way is to add a single 'Constant Timer' to your thread group at the same level as your HTTP requests.

    Right click Thread Group > Add > Timer > Constant Timer.

    Set the timer value to however many milliseconds you need (in your case 120000), and it inserts a delay between all requests in that thread group.

提交回复
热议问题