Jmeter添加自增参数

  • 2020 年 1 月 23 日
  • 筆記

添加设置Counter

设置Counter如下

依次设置起始值、递增量、引用名称(这里设置为了user)

在所需位置引用Counter

通过${user}引用该计数器,如下为方便测试放在了连接里面:

http://localhost:8080/windcoder.com/2324272/sell?userId=${user}