Verify selected value
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <value>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Note: This Action will pass only if the input value matches the value selected in the 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.
One Time
The Verify selected value Action should verify the One-Time value with the dropdown value.
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.