Using Variable for Thread group Ramp up time

后端 未结 3 934
挽巷
挽巷 2020-12-16 06:46

how to configure the thread group ramp up time with a jmeter variable, I tried for both number of threads and ramp up time. No of threads is working fine, but ramp up time t

3条回答
  •  天命终不由人
    2020-12-16 07:25

    You cannot use variables for those values, only properties:

    • http://jmeter.apache.org/usermanual/functions.html

    Properties are not the same as variables. Variables are local to a thread; properties are common to all threads, and need to be referenced using the __P or __property function.

提交回复
热议问题