Select Value by Text
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure Client to select the value specified in the input field from the dropdown list.
Syntax
Input: <input Text>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario
User is working on "Purchase Order Creation" module in the SAP GUI application. In the "Vendor" section, there is a dropdown list where users can select a vendor name from a list of available vendors. The test case select the vendor correctly from the dropdown when the vendor name is provided as input. A user needs to select a specific vendor (for example, "John Doe") from the dropdown list of vendors. The test case will check whether the system selects the correct vendor when provided with the vendor name as an input.
The Dropdown contains several vendors: "John Doe," "Mary Major," "Janie Miles," etc.
The Avo Assure uses the "Select Value By Text" Action to select a specific vendor (e.g., " John Doe") from the dropdown.
Input
John Doe
Expected Result
The Select Value By Text Action needs to select the item from the Dropdown which is specified in the Input Value.
Output
The Select Value By Text Action Selects the John Doe item from the dropdown according to the Input Value.
Last updated
Was this helpful?