Create and Edit Custom Action

Step to create Custom Action:

  1. Navigate to Test Case Tab

  2. Click Design Studio button and navigate to Test Case window

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

  4. Select any Test Step, open Action dropdown and click +Add Action button then Create Custom Action pop up window will appear

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

The following guidelines apply when providing the input syntax while creating a Custom Action.

Input Syntax Behavior in Avo Assure

Each Custom Action exposes an input field in the Test Step of a Test Case where users can enter:

  • Literal values (like strings or numbers)

  • Test data references

  • Output values from previous steps

USE CASE
INPUT TYPES
SYNTAX
EXAMPLE

STATIC STRING INPUT

Literal/String

"YourValue" (in quotes)

"AdminUser"

NUMERIC INPUT

Literal

Number (no quotes)

12345

OUTPUT OF PREVIOUS STEP

Dynamic (Chained)

{outputParamName}

{temPath}

  1. Select Code Language (JavaScript/Python)

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

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?