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 记录表单提交到数据库的响应时间(表单在参数请求中设置)即名称-值。
如果我选择 20 个线程,它将运行相同的参数集 20 次,但是如果我想让每个线程运行不同的参数集怎么办,我将如何实现呢?
有没有人这样做过?
在您的情况下,您应该使用CSV 数据集配置元素:
这将为每个线程提供不同的行,由您正确组织数据。
问候
菲利普