微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

JMeter和JavaScript

当我在JMeter中创建HTTP请求时,我得到响应数据,例如“此页面使用 JavaScript并需要启用JavaScript的浏览器”.怎么可能解决这个问题.

解决方法

JMeter不是浏览器,也不解释下载页面中的JavaScript.

JMeter wiki

JMeter does not process Javascript or applets embedded in HTML pages.

JMeter can download the relevant resources (some embedded resources
are downloaded automatically if the correct options are set),but it
does not process the HTML and execute any Javascript functions.

If the page uses Javascript to build up a URL or submit a form,you
can use the Proxy Recording facility to create the necessary sampler.
If this is not possible,then manual inspection of the code may be
needed to determine what the Javascript is doing.

根据您的操作,您可以使用Selenium IDE for Firefox创建执行测试.测试将在您的浏览器中运行,因此JavaScript也将运行.请注意,我从未使用Selenium作为JMeter的替代品,也不知道这两种工具的共同特征.

原文地址:https://www.jb51.cc/js/150878.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐