单击JMeter中的html按钮

时间:2013-08-24 11:24:21

标签: html jmeter

我需要单击“添加”按钮。我已遍历到具有“按钮”的页面,这已从“查看结果树”中的“响应数据”进行验证。 我尝试发出获取请求(发布按钮点击URL),但这不起作用。

下面是Button的HTML

<button 
    class="bigbutton ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
    onclick="var win = this.ownerDocument.defaultView || this.ownerDocument.parentWindow; if (win == window) { window.location.href='?x=KOGI5TeEN-U*JE6roI7oZMd-OfKSr5oQnRTh7tHdN*Bh66LwE2vEHDjxo9WFuOf7Ti2zcBh-IaE'; } ;return false" 
    style="float: right;" 
    role="button" 
    aria-disabled="false">
<span class="ui-button-text"> Add </span>

1 个答案:

答案 0 :(得分:4)

您需要记录请求以确切了解应用程序生成的请求类型。

按照本教程了解如何进行操作。

http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.pdf