Script editor

The simplified script editor displays the test script as English statements that are easy to understand and edit.

All the recorded actions on the test application isare displayed as test lines in the simplified script editor.

You can perform the following operations in the simplified script editor:
  • Enable/Disable action: Use this option to enable or disable the action on the application under test during playback.
  • Delete action (Delete action icon): Use this option to delete the test line from the script editor.
  • Create Group (Create group icon): 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.
  • Insert Java Snippet (Insert Java Snippet icon) or Insert Java Method (Insert Java Method icon): Use these controls to switch to Java test script.
  • Insert comments (Insert comments icon): Use this option to insert comments in the script editor.
  • Edit the test line: You can modify the input values of a test line. Click the test line and modify the input values.

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.


Feedback