Change the thread count of test plan in JMeter, at run time

前端 未结 7 470
名媛妹妹
名媛妹妹 2020-12-10 14:09

I want to change the number of threads for a JMeter test plan at runtime.

I have Googled my problem and found a proposed solution to use JMeter plugins. But in this

相关标签:
7条回答
  • 2020-12-10 15:10

    The short answer is: no, you cannot change the number of threads dynamically during runtime. Each thread count value is only read once when the test plan is first compiled and is not resolved again after this point, so it remains fixed.

    0 讨论(0)
提交回复
热议问题