The AMF Request Window

| Option | Description | |
|---|---|---|
![]() | Toolbar | Overall control of the Amf Request Test Step |
![]() | [Endpoint and AMF call fields](#Endpoint and AMF call fields) | Fileds for specifying endpoint and AMF call |
![]() | [AMF parameters table](#AMF parameters table) | AMF parameters table, order of parameters coresponds to order of called method parameters |
![]() | [Initialisation script editor](#Initialisation script editor) | Script for initialising complex type parameters and amfHeaders. This script runs before AMF call. |
![]() | [Http headers table](#Http headers table) | Http Headers of AMF message |
![]() | [AMF headers table](#AMF headers table) | AMF Headers of AMF message |
![]() | [Response tab](#Response tab) | Place where your response is, in various formats |
![]() | [Response http headers table](#Response http headers table) | Http Headers of AMF response message |
![]() | [Response AMF headers table](#Response AMF headers table) | AMF Headers of AMF response message |
Toolbar

| Option | Description | |
|---|---|---|
![]() | Run test step | Submit request to specified endpoint URL |
![]() | abort call | Aboorts ongoing call |
![]() | Add assertion | Adds an assetion to this item |
Endpoint and AMF call fields

| Option | Description |
|---|---|
| Endpoint | Field for specifying endpoint to AMF server |
| AMF Call | Field for specifying AMF call |
AMF parameters table

| Option | Description | |
|---|---|---|
![]() | Add | Adds a parameter to the parameters list |
![]() | Remove | Removes the selected parameter from the parameters list |
![]() | Move Up | Moves selected parameter up one row |
![]() | Move Down | Moves selected parameter down one row |
![]() | Clear | Clears all current parameter values |
![]() | Load | Loads parameter values from an external file |
![]() | Save | Saves current parameter values to a file |
Initialisation script editor

| Option | Description |
|---|---|
| log | log variable is available for logging through groovy script |
| context | context variable |
| parameters | parameters variable is used for initiallising complex type call method parameters |
| amfHeaders | amfHeaders variable is used for initiallising complex type AMFHeaders |
Http headers table

| Option | Description | |
|---|---|---|
![]() | Add http header | Add http header property |
![]() | Remove http header | Remove selected http header property |
AMF headers table

| Option | Description | |
|---|---|---|
![]() | Add amf header | Add amf header property |
![]() | Remove amf header | Remove selected amf header property |
Response tab

| Option | Description | |
|---|---|---|
![]() | XML | Xml view of response |
![]() | Raw | Raw view of response |
![]() | Outline | Outlined view of response |
![]() | Overview | Owerview of response |
Response http headers table

Response AMF headers table



















