Create and Edit Custom Action

Step to create Custom Action:

  1. On the Home page, click Design Studio button and navigate to Test Case window.

  2. Select Test Case and Test Step Group from left pane of window.

  3. Select any Test Step, open Action dropdown and click +Add Action button. Create Custom Action pop up window appears.

Note: Custom actions can be created for each element type, including captured elements.

  1. Enter Name for action, enter Description of action and add Input syntax (Optional) of the action.

Note: The Name and Description cannot be edited once the custom action is created.

  1. Select Code Language (JavaScript/Python).

  1. Type code for custom action in Code Editor and click Create Custom Action button.

Note: For understanding input and output handling process refer to Handling Input and Output Variables.

Edit Custom Action

Edit Custom Action allows to modify the code of the existing custom actions.

Steps to edit custom action in Avo Assure:

  1. Navigate to Test Case window.

  2. Select Element from dropdown then open Action dropdown.

  3. Click Edit icon located in front of Custom Action, Edit Keyword window will be displayed.

4. Edit the code from Code Editor field according to requirement and click Save Changes button.

Last updated

Was this helpful?