我有一个 JMeter 测试计划,它执行一次简单的操作。当我将测试上传到 BlazeMeter 时,我可以为我的线程组选择我想要的线程数并运行测试。
我遇到的问题是我的测试设置需要知道线程组将拥有多少个线程。为了让事情更清楚,这里是测试计划的简单表示:
setUp Thread Group
needs to know the number of threads in the below thread group
Thread Group
The number of threads for this thread group is determined via BlazeMeter test configuration
在非设置线程组中,我可以动态获取通过 BlazeMeter 分配的线程数,但我找不到从设置线程组中获取此数字的任何方法。
有任何想法吗?