Edit - Settings
The Settings tab consists of the following components:
- The parameters pane, listing the setting names and values. The settings
are grouped in four subsections: Globals, Scripting,
Runtime and Output.
The settings absent in the script source and set to default values are displayed
in gray. See Syntax of Global Parameters for a
detailed description of each setting.
- To switch the value of a Yes/No setting, double-click
on its name (or highlight the setting name and hit on Space).
- To enter/edit values for Integer or String
value parameters, click the parameter name and enter/edit the value in the
editbox appearing in the Value column.
- The Includes: pane listing external .TST
files included in the current test script.
- To add a file, right-click on an empty area in the pane and select Add
. Then select .TST files using the standard
Open File dialog.
- To remove a file, right-click on its name and select Remove.
- The Headers pane listing additional fields
for the HTTP request header (UserAgent
etc.). This is a pure text editing field. List additional request headers
one per line, e.g.:
UserAgent=Mozilla/4.0 (compatible; MSIE 4.01; Windows
95)
Referrer=http://www.microsoft.com/