Properties view - General page

The General page of the Properties view displays the details of the test line that is selected in the script editor. You can change the test line description and the action on the control that the test line refers to. If a group is selected in the simplified script editor, this page shows the dataset details.

The Generalpage of the Properties view contains these controls when a test line is selected in the script editor:
Control name
Displays the name of the control that the test line refers to. You can change the control name in this field.
Action
Lists the actions that can be performed on the control. Select an alternative action from the list to change the recorded action on the control, if required.
Action parameter
Displays the input values or the action details such as the screen coordinates or the path. You can change the values in this field.
Control type
Indicates the generic type of the control, such as a frame or button.
Application domain
Lists the domain to which the control belongs, such as the Java or Win domain.
Control state
Indicates the state of the control in the application such as the browser-ready state.
The Generalpage of the Properties view contains the following dataset details when a group is selected in the script editor:
dataset name
Specify the dataset name to associate it with the group.
dataset iteration count
Specify how many times the statements in the group must be run during the script playback.
Remove dataset associated with the selected group
Select this check box to remove the dataset association with the selected group.
The Generalpage of the Properties view contains the following conditional controls when an If or Then statement is selected in the script editor:
Left Side
Lists the variables that are declared during the script recording. This field is displayed if you select the If statement in the script editor.
Compares To
Lists the operator parameters. The following parameters are available:
  • EQUALS
  • CONTAINS
  • STARTS_WITH
  • ENDS_WITH
  • LESS_THAN
  • LESS_OR_EQUAL
  • GREATER_THAN
  • GREATER_OR_EQUAL
Right Side
Specify the variable value that must be verified. For string values, you must specify the value in quotation marks, for example, "Visa". You can also select another variable from the list, if the Left Side value must be verified against another variable.