jmeter用于捕获系统生成的动态值

发布于 2024-11-05 18:34:44 字数 112 浏览 0 评论 0原文

我正在将 JMeter 用于房地产应用程序,当我选择一个图时,它会生成一个动态值,如 1305003402565。它会像这样递增 1305003280751 每个请求请求我需要捕获此值,但无法在中找到它源代码。

I am using JMeter for a real estate application when I am selecting a plot it is generating a dynamic value like this 1305003402565. It is incrementing like this 1305003280751 per request to request I need to capture this value and I am not able to find it in the source code.

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

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

发布评论

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

评论(1

场罚期间 2024-11-12 18:34:44

您可以通过以 GET(而不是 POST)方式请求页面来强制应用程序在源代码中显示动态值。然后,使用树视图,将源代码复制到您最喜欢的正则表达式提取器中,以编写正则表达式来提取值。

You may be able to force your application to show the dynamic value in the source code by requesting the page as a GET (instead of POST). Then, using Tree View, copy the source into your favorite regular expression extractor to write your regex to extract the value.

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