Website testing: Load,
|
Home | Product | Download | Order | Support | Distribution | About us | What's new | ||||||||
Editor - RequestsThe Requests tab displays the Requests pane with the list of requests, the Request parameters pane with the list of parameters for the currently selected request and the controls to manage the behavior of separate functions used within the parameter, along with individual request settings. Requests management Highlight the desired request in the Request name pane, then press: - to add a new request (or right-click on the pane and select Add); - to rename a request (or right-click the desired request and select Rename); - to delete a request (or right-click the desired request and select Delete). Request parameters management Highlight the desired parameter in the Request parameters pane, then press: - to add a new parameter (or right-click on the pane and select Add); - to rename a parameter (or right-click the desired parameter and select Rename); - to delete a parameter (or right-click the desired parameter and select Delete). Concatenation of functions Each request parameter is composed of simple building elements – functions (see also in Syntax of request parameters). You can concatenate the results of multiple functions to build the value of a single parameter. The order of functions used in the parameter is controlled by the uppermost input field on the right side – it lists the order and the types of the components building up the current parameter. You can add and delete components or change their order in the parameter value string – use the following buttons: - to add a component; - to delete a component; - to move the highlighted component one position up; - to move the highlighted component one position down. Function types and arguments The Parameter type field controls what function will be used for the current component (the one selected in the parameter value string). The following function types are available:
You can use the following buttons: - to copy the type and settings of the current function; - to paste previously copied settings into the current function (pasting will also change the function type); - to apply the modifications made (the changes will be written to the script source in the Source tab). Request properties The Request properties area controls the request-specific parameters. Check the respective checkboxes to use modified parameters for the current request; uncheck to leave the global parameters active (see Syntax of Global Parameters):
- applies the modifications made (the changes will be written to the script source in the Source tab); |
|
|