Creation of Custom Action
Last updated
Was this helpful?
Last updated
Was this helpful?
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, add Description of action
Note: The input syntax is optional when creating an action. By default, the input syntax will be set to N/A.
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.