Get selected value
Last updated
Was this helpful?
Last updated
Was this helpful?
The Click element Action in the Avo Assure is found under the captured dropdown from Desktop Application Element. It instructs the Avo Assure Client to retrieve the selected value from the dropdown and save the result in output variable.
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
In this scenario, a desktop banking application is being tested, allowing the selection of a Payment Frequency when setting up payments. The dropdown includes options like Select Frequency Type, One Time, and Recurring (Monthly). The "Get Selected Value" action is used to retrieve the One-Time option from the dropdown and validate that it matches the expected selection.
The Get selected value Action should fetch the One-Time value selected from the dropdown field.
The result of the Get selected value Action is retrieved the value and stored in the {Value} output variable as One Time, which can be utilized for display or other purposes.