SelectKeyByText
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure client to select an item from the dropdown list based on the Key value of that item.
Syntax
Input: <input Text>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Usecase/Example
Scenario
The user is working on "Sales Order Management" module in the SAP GUI. In the "Sales Order Creation" screen, there is a dropdown list for "Sales Organization" that lists various sales organizations based on a key (e.g., a unique identifier or code). The user should select a sales organization using the key value (such as "1000" for "North Region") rather than the displayed text ("North Region").
The user wants to select a sales organization using the unique key value (e.g., "1000").
The dropdown list in the "Sales Organization" field has:
"1000" - North Region
"2000" - South Region
"3000" - East Region
"4000" - West Region
The Avo Assure will use the "SelectKeyByText" Action to select a sales organization based on the key value ("1000" for North Region).
Testing Example:
Input
North Region
Expected Result
The SelectKeyByText Action needs to select the key according to the Input Value.
Output
The SelectKeyByText Action selects the “1000” key as the in the Input value North Region is given.
Last updated