Verify selected value
The Verify selected value Action in the Avo Assure is found under the captured dropdown from Desktop Application Element. It instructs the Avo Assure Client to verify the user provided input value with the selected value from the dropdown and save the status (True/False) in output variable.
Syntax
Input: <value>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Note: This Action will pass only if the input value matches the value selected in the dropdown.
Scenario: Verify 'One-Time' selection in the payment frequency dropdown.
In this scenario, a desktop banking application is being tested where a Payment Frequency is selected from a dropdown during payment setup. The dropdown options include Select Frequency Type, One-Time, and Recurring (Monthly). When the value "One-Time" is provided, it must be verified against the currently selected dropdown value. The "Verify Selected Value" action ensures that the provided input aligns with the selected value in the dropdown.
Input
One Time
Expected Result
The Verify selected value Action should verify the One-Time value with the dropdown value.
Output
The result of the Verify selected value Action is verifies the value and stored in the {status} output variable as “True”, which can be utilized for display or other purposes.
Last updated
Was this helpful?