Select Menu
Last updated
Last updated
This is pre-built Action located under the @Sap Element. It instructs the Avo Assure Client to select the menu item.
Input: <Heirarchy of the menu item>
Note: The menu item name should be given in hierarchy separated by a “;”.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
There are multiple Menu items presents within a transaction or on the SAP window like Edit, Goto, and Menu etc. and within these menu items there are further options available. To go to a specific menu item the user must input the menu item in hierarchy within the test step in Avo Assure. The "Select Menu" Action is used to automate the process of selecting a menu item from the SAP application’s menu bar.
Goto;Elements;Dropdown list
The "Select Menu" Action should correctly navigate through the SAP menu system, selecting the "Goto" menu first, then the "Elements" sub-menu, and finally the "Dropdown list" menu item.
The Select Menu Action selects the item according to the hierarchy which is given in the Input Value.