Use request value from list of values in JMeter

前端 未结 4 1045
萌比男神i
萌比男神i 2021-02-07 04:21

I\'m sure I\'ve already done this in the past but somehow I cannot figure out how ;-) So, here\'s my problem:

I\'m trying to create a JUnit test plan in which a HTTP re

4条回答
  •  春和景丽
    2021-02-07 05:20

    The Simplest solution without variables can be done using vars.getIteration():

    /test/foo.html?id=${__groovy(vars.getIteration())}
    

提交回复
热议问题