Select value by text
Last updated
Was this helpful?
Last updated
Was this helpful?
The Select value by text Action in the Avo Assure is found under the captured dropdown from Desktop Application Element. It instructs the Avo Assure Client to select a dropdown value based on the text entered in the input and save the status (True/False) in output variable.
Input: <Input Value>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, a desktop banking application is being tested for setting up payments by selecting a "Frequency Type" as One-Time or Recurring (Monthly) from a dropdown. The "Select Value by Text" action is used to verify that when "One-Time" is entered in the input field, the dropdown correctly selects the One-Time option and continues with the appropriate payment setup.
One Time
Using the Select value by text Action should accurately select the One-Time option from the dropdown.
The result of the Select value by text Action is selects the One-Time option from dropdown and stored in the {Status} output variable as “True”, which can be utilized for display or other purposes.