Select Value by Text
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <input Text>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
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.
John Doe
The Select Value By Text Action needs to select the item from the Dropdown which is specified in the Input Value.
The Select Value By Text Action Selects the John Doe item from the dropdown according to the Input Value.