Verify all 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 verify if all the user provided input values are present in the dropdown and save the status (True/False) in output variable.
Input: <value1>;<value2>;... etc
Note: You can fetch values using array format (Ex: {value [0]} ;{ value [1]})
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, a desktop banking application is being tested where a Payment Frequency is selected from a dropdown containing options: Select Frequency Type, One-Time, Recurring (Monthly), and Recurring (Yearly). The "Verify All Values" action is used to check if all values are present in the dropdown. This ensures the dropdown includes all the expected options.
Select Frequency Type;One Time;Recurring(Monthly)
The Verify all values Action need to verify that all expected values are present in the dropdown.
The result of the Verify all values Action verifies all values and stored in the {result} output variable as “True”, which can be utilized for display or other purposes.