Get Selected
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure client to get the item name from the dropdown list which is currently selected and stores the value in an output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
User is working on SAP GUI application where a user needs to select a specific product category from a dropdown list in the "Sales Order Management" module.
A user selects a product category (for example, "Electronics") from the dropdown list. The test case retrieves the correct category name is displayed as the selected value in the UI.
The Dropdown has several product categories, including "Electronics," "Furniture," "Clothing," etc.
The Avo Assure uses the "Get Selected" Action to fetch the currently selected item from the dropdown.
The Get Selected Action needs to retrieve name of selected product category and save it in the Output Value.
The Get Selected Action retrieves the name of product which is selected and save it in the {result} output variable as Electronics, which can be utilized for display or other purposes.