如何在JMETER中获取HTTP请求的参数和路径

时间:2013-11-05 10:35:27

标签: jmeter

我在JMETER测试(今天刚刚开始)和使用j2me应用程序的mob app非常新鲜。我如何使用参数,来自此链接的路径用于HTTP请求

app2.new.com:8080/NewSwitch/Download?entity_type=bank&new_id=4&branch_id=99 &安培; AGENT_ID = 1212&安培; link_branch =安培;

由于 奈美

1 个答案:

答案 0 :(得分:0)

好吧,让我们先打破你的链接:

app2.new.com:8080/NewSwitch/Download?entity_type=bank&new_id=4&branch_id=99& agent_id = 1212& link_branch =&

这是一个HTTP查询:

    app2.new.com        This is the site
    8080                This is the port
    /NewSwitch/Download This is the path
    entity_type=bank    These are 5 parameters, each with name and value:
    new_id=4              insert 5 lines into the parameter table and fill them in.
    branch_id=99
    agent_id=1212
    link_branch=