Verify Selected Value
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs the Avo Assure Client to check whether the expected input of the selected value in a dropdown list matches the actual output. The variable created with this Action gives true/false value when displayed.
Input: <input Value>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
The user is working on SAP GUI application for managing "Purchase Orders" in the "Purchase Order Creation" screen. The "Document Type" dropdown allows users to select different document types, such as "Standard PO," "Subcontracting PO," and "Consignment PO." The test case verifies that the selected document type matches the expected value in the Input Value.
A user selects a document type (e.g., "Standard PO") from the dropdown, and the Action will verify if the selected value in the dropdown matches the expected value, ensuring the correct option was chosen. The Avo Assure will verify the selected value ("Subcontracting PO") from the dropdown with the Input value validate whether the selection is correctly reflected in the UI.
Standard PO
The Verify Selected Value Action needs to verify the selected item value with the Input Value’s text and save the status in the Output Variable. The selected value in the dropdown should match the expected value, "Subcontracting PO."
The Verify Selected Value Action verify the selected value with the Subcontracting PO which is given in the Input Value and save the status {result} output variable as True, which can be utilized for display or other purposes.