Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 jmeter 脚本在执行 while 循环后停止执行,进一步的操作被中止并且脚本被暂停。我使用 ${lineNo} 作为 while 的条件,${lineNo} 是 .csv 文件中第一列的名称。
您可能在 CSV 配置中将 EOF 上的停止线程设置为 true,将其更改为 false。