Jmeter动态随机变量
是否可以在随机变量中使用 ${variable}
限制最大值?
或者用其他变量限制随机变量的最大值?
Is it possible to limit maximum value with ${varible}
in the Random variable?
Or limit the maximum value in Random variable with other variable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您必须编写一个 BSH 后处理器来为最大值提供动态值。
此链接有一个例子。
You'll have to write a BSH post-processor to give a dynamic value for Maximum Value.
This link has an example.
我遇到了类似的问题,
__Random
函数有所帮助我。我用它作为 HTTP 请求的值:
所以我有每个线程的随机值和可变最大值。
这是屏幕截图。
I had a similar problem and
__Random
function helped me.I've used it as a value for a HTTTP request that way:
So I have random value with variable maximum for each thread.
Here is the screenshot.
您不能在随机函数中使用评估函数吗?
Couldn't you use the evaluate function within the Random function?