Creation of Custom Action
Step-by-step process to create Custom Actions in Avo Assure:
Click Design Studio button and navigate to Test Case window
Select Test Case and Test Step Group from left pane of window
Select any Test Step, open Action dropdown and click +Add Action button then Create Custom Action pop up window will appear

Note: Custom actions can be created for each element type, including captured elements.
Enter Name for action, enter Description of action and also add Input syntax of the action.

Note:
If the user wants to enter a value or instruct the action to perform any operation based on the input or a required value, then the input syntax must be used. Otherwise, the input syntax should be marked as N/A
The Name and Description cannot be edited once the custom action is created.
Select Code Language (JavaScript/Python)

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


Note: The parameter passed in the input syntax field should match the parameters passed in the code snippet.

Last updated
Was this helpful?