Jmeter未录制.jsp网站,带有嵌入式js pageaction()页面上的JS链接
在录制之前,我遵循了所有代理设置指南。
我正在尝试录制一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先检查点击此链接是否确实触发 HTTP 请求 使用您的 浏览器开发者工具 就好像什么也没发生一样,即在 锚链接 指向当前文档的特定部分或执行客户端 JavaScript你将无法使用 JMeter 的 HTTP(S) 测试脚本记录器来记录它。
如果有请求但 JMeter 没有捕获它 - 首先检查 jmeter .log 文件 查找任何可疑条目。您可能需要增加 HTTP 的 JMeter 日志详细程度 (S) 通过将下一行添加到 log4j2.xml 文件来测试脚本记录器:
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: