Get all value
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 fetch all values in the dropdown and save the status in output variable.
Syntax
Input: N/A
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Note: 1. This Action will pass only if the input value matches the values in the application under test.
2. You can fetch values using array format (Ex: {value[0]};{value[1]})
Usecase/Example

Scenario: Retrieve and verify all payment frequency options in the dropdown
In this scenario, a desktop banking application is being tested where a Payment Frequency is selected from a dropdown containing options: One-Time, Recurring (Monthly), and Recurring (Yearly). The "Get All Values" action is used to retrieve all the options available in the dropdown. This ensures that all expected values are present and accessible for selection.
Expected Result
The Get all values Action should retrieve all values present in the dropdown.
Output
The result of the Get all values Action is retrieved all values and stored in the {values} output variable as [‘One-Time’, ‘Recurring (Monthly)’, ‘Recurring (Yearly)’], which can be utilized for display or other purposes.
Last updated
Was this helpful?