JMeter和JavaScript

前端之家收集整理的这篇文章主要介绍了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.f2er.com/js/150878.html

猜你在找的JavaScript相关文章