create http request
新しい HTTP 要求をインスタンス化します。
このアクションには引数がありません。
なし
このアクションは、次のプロジェクト項目で使用できます: テストモジュールおよびユーザー定義アクションです。
create http request
 
key value
add http parameter firstName John
add http parameter lastName Doe
 
uri method variable expected code
send http request http://www.acme.com/phonebook/UserDetails GET >>response 200
- 特定のウェブサービスを実際に操作を開始する前に、最初にこのビルトインアクションを使用してHTTPリクエストをプログラムで作成する必要があります。