Jmeter未录制.jsp网站,带有嵌入式js pageaction()页面上的JS链接

发布于 2025-01-17 18:53:10 字数 154 浏览 0 评论 0原文

在录制之前,我遵循了所有代理设置指南。

我正在尝试录制一个HTTP .JSP页面,该页面具有后端JavaScript:pageaction(操作,页面),用于网站上的每个页面链接。我看到当我单击网站上的链接时,Jmeter并未录制(捕获)我导航的页面。请让我知道,是否有任何选择。

I have followed all the proxy setting guidelines prior to recording.

I am trying to Record a Http .jsp page which has backend JavaScript:PageAction(Action,Page) for each Page link on the website. I see when I click on links on the website, JMeter is not recording(capturing) the pages I navigated. Pls let me know, if there is any option.

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

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

发布评论

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

评论(1

×眷恋的温暖 2025-01-24 18:53:11

首先检查点击此链接是否确实触发 HTTP 请求 使用您的 浏览器开发者工具 就好像什么也没发生一样,即在 锚链接 指向当前文档的特定部分或执行客户端 JavaScript你将无法使用 JMeter 的 HTTP(S) 测试脚本记录器来记录它。

如果有请求但 JMeter 没有捕获它 - 首先检查 jmeter .log 文件 查找任何可疑条目。您可能需要增加 HTTP 的 JMeter 日志详细程度 (S) 通过将下一行添加到 log4j2.xml 文件来测试脚本记录器:

<Logger name="org.apache.jmeter.protocol.http.proxy" level="debug" /> 

First of all check if clicking this link really triggers a HTTP request using your browser developer tools as if nothing is happening, i.e. in case of anchor links which point to the specific part of the current document or executing client-side JavaScript you won't be able to record it using JMeter's HTTP(S) Test Script Recorder.

If there is a request but JMeter doesn't capture it - first of all check jmeter.log file for any suspicious entries. You might need to increase JMeter log verbosity for the HTTP(S) Test Script Recorder by adding the next line to log4j2.xml file:

<Logger name="org.apache.jmeter.protocol.http.proxy" level="debug" /> 
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文