我在 JMETER 测试中非常新鲜(今天刚刚开始)并使用 j2me 应用程序进行 mob 应用程序。如何使用参数,来自此链接的 HTTP 请求路径
app2.new.com:8080/NewSwitch/Download?entity_type=bank&new_id=4&branch_id=99 &agent_id=1212&link_branch=&
谢谢纳米
我在 JMETER 测试中非常新鲜(今天刚刚开始)并使用 j2me 应用程序进行 mob 应用程序。如何使用参数,来自此链接的 HTTP 请求路径
app2.new.com:8080/NewSwitch/Download?entity_type=bank&new_id=4&branch_id=99 &agent_id=1212&link_branch=&
谢谢纳米
好吧,让我们从分解您的链接开始:
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=