我在Jmeter - Stop reading CSV file after find out right item
中的“while”中通过修改条件传递问题现在我只想在找到合适的产品时运行“http请求”一次。目前,“http请求”的数量是等于循环次数。
如何一次运行HTTP请求?
答案 0 :(得分:0)
不确定我是否正确理解了您的问题,但不会https://jmeter.apache.org/usermanual/component_reference.html#Once_Only_Controller帮助?
每个线程只触发一次。通常用于登录。
答案 1 :(得分:0)
我在“While Controller”中使用了“IF controller”并解决了这个问题。
while(“$ {Error}”==“Response Error”)
CSV文件(brandid,brandurl,producturl)
if(“$ {brandOfWH}”==“$ {brandid}”)
- Http请求
- - BSF预处理器
- - 获取“错误”提取器