Display / modify action data
Relevant for: GUI tests only
Double-click an action to show only that action in the Keyword View or Editor.
Create an action template
-
Create a single text file containing the comments, function calls, and other statements that you want to include in all new actions.
The text file must be in the structure and format used in the Editor.
-
Save the text file in your OpenText Functional Testing installation folder under \dat\ActionTemplate.mst.
All new actions you create contain the script lines from the action template.
Action and action call properties
Action and action call properties are displayed in the Properties pane and the Action Properties dialog box.
The following tabs are included:
Action Properties dialog box | |
Action Call Properties dialog box | |
Action Properties pane |
Exit an action using programming statements
Use one of the following exit action statements:
-
ExitAction Exits the current action, regardless of its iteration attributes.
-
ExitActionIteration Exits the current iteration of the action.
See also: