私はJMETERテスト(今日は始まったばかり)で非常に新鮮で、暴徒アプリにj2meアプリケーションを使用しています.HTTPリクエストのこのリンクからパラメータ、パスを使用するにはどうすればよいですか
app2.new.com:8080/NewSwitch/Download?entity_type=bank&new_id=4&branch_id=99 &agent_id=1212&link_branch=&
ありがとうナミ
私はJMETERテスト(今日は始まったばかり)で非常に新鮮で、暴徒アプリにj2meアプリケーションを使用しています.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=