All the recorded actions on the test application are displayed as test lines in the simplified script editor.
):
Use this option to delete the test line from the script editor.
):
The test lines in the script editor are grouped based on the parent
window that the test line control refers to. Use this option to create
more logical groups to manage the test lines for easy identification.
) or Insert Java Method (
): Use these controls to switch to Java test script.
): Use this option to insert comments in the script editor.
): Use
this option to repeat the actions statements. The selected test lines
are grouped into the Repeat group and
are executed based on the repeat count during playback.
):
Use this option to insert conditional statements to verify the values
of the variables in the script and perform actions in the application.
The test lines in the If Then group are executed
if the conditions of the variables are met during playback.
):
Use this option insert the Else group and add the
test lines that must be executed if the variable conditions are not
met during script playback. The Java code for the simplified script is displayed in the Java script editor. The simplified script test line is displayed as a comment in the corresponding Java code.
The properties of each test line can be viewed and modified in the Properties View.