我有一个场景,我必须命中一个API,从中提取一个值并将其传递给另一个API。
这就是我的测试计划的设置。测试计划-
>Thread Group
—>HTTPS request
—>extracted variable
—>For each controller (input from prev response)
—>HTTPS request
I have used a for each controller because I will have multiple ids in one response and I have to extract all the ids and then loop it.
My script is perfectly working fine for one user but for multiple users it is failing. Please help.
1条答案
按热度按时间c8ib6hqw1#
我们不能“帮助”你,而不知道它到底是如何“失败”的。
到目前为止,我能提供的唯一建议是通过操作结果文件配置或使用类似于JavaScript的简单数据编写器来实现temporarily enable storing JMeter request and response data。另外,查看jmeter.log文件并查找任何可疑条目
通过这种方式,您将能够确定请求失败的原因,例如系统过载,并且没有正确响应第一个HTTPS请求,因此数据提取失败,因此第二个请求没有执行。