开发者

How do I do two consequent HTTP requests in JMeter?

开发者 https://www.devze.com 2023-03-18 18:41 出处:网络
I am using Jmeter to stress test my website. Each user needs to make two requests consecutively: First request to a auto-login page.

I am using Jmeter to stress test my website.

Each user needs to make two requests consecutively:

  1. First request to a auto-login page.
  2. Second request to an internal page.

How can I tell Jmeter to make these two requests in that order for each t开发者_开发百科hread?


Take a look at order execution in the User Manual

Jmeter will run the requests in the order you place them. So your structure would look like this:

Test Plan
 + ThreadGroup
   + HTTP Request - LOGIN
   + HTTP Request - 2nd Page

In addition to reading the usermanual, also check out the official step-by-step guide on how to record

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号