在 Jmeter 中哪里可以查看 xPath Extractor 结果

发布于 2024-11-07 17:03:28 字数 297 浏览 1 评论 0原文

我是 Jmeter 新手,我想查看 Xpath Extractor 生成的结果。
我有

 Reference Name : pt_idx
 Xpath query : //patientList/patient/idnetifierList/identifier/text()           
 Default Value : 0

请澄清我的疑问,我可以在 Http 请求中使用 Xpath 查询生成的结果吗?
这些结果将存储在 pt_idx 变量中吗?
最后,哪里可以看到结果呢?

I am new to Jmeter, I want to see the Xpath Extractor generated results.
I have

 Reference Name : pt_idx
 Xpath query : //patientList/patient/idnetifierList/identifier/text()           
 Default Value : 0

Please clarify my doubts, can i use Xpath query generated results in Http Request?
Is those result will store in pt_idx variable?
Finally, where can i see the results?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

久随 2024-11-14 17:03:28

是的,您可以在 Http 请求中使用它,我之前使用过几个 XPath 提取器< /a> 并能够使用占位符符号 ${varname} (对您来说是 ${pt_idx})在后续的 http 请求中将它们用作变量

来验证变量的值,我可以通过查看 HTTP 请求(因为我使用变量来填充请求参数)来通过报告来完成此操作。

希望有帮助。

Yes, you can use it in an Http Request, I have previously used several XPath Extractors and been able to use them as variables in subsequent http request using the placeholder notation ${varname} (for you it would be ${pt_idx})

To verify the value of the variable, I could do it via the report by looking at the HTTP Request (as I used the variable to fill a request parameter).

Hope it helps.

盛夏已如深秋| 2024-11-14 17:03:28

最后,我在哪里可以看到结果?

通过转到线程组并右键单击Thread group -> 添加调试采样器添加->采样器->调试采样器。调试采样器将给出 XPath Extractor 检索的值。只需添加查看结果树并选择调试采样器并查看响应数据选项卡,信息就应该全部在那里。

Finally, where can i see the results?

Add a Debug sampler by going to the thread group and right clicking Thread group -> add -> sampler -> debug sampler. The debug sampler will give the values that the XPath Extractor retrieves. Simple add a View Results Tree and select the debug sampler and view the Response data tab and the info should be all there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文