Verify value exists
The Verify value exists Action in the Avo Assure is found under the captured dropdown from Desktop Application Element. It instructs the Avo Assure Client to verify if the input value(s) provided by the user is/are present in the dropdown and save the status (True/False) in output variable.
Syntax
Input: <value1>;<value2>;… etc
Note: This Action will pass only if the input value matches the values present in the application under test.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Use case/Example

Scenario: Verify 'Avo Bank Preferred Checking8606' exists in the 'To Account' dropdown.
In this scenario, a desktop banking application is being tested where the "To Account" option contains the values: "Select Account," "Avo Bank Preferred Checking8606," and "Avo Bank Simple Checking8606." The "Verify Value Exists" action verifies that the "Avo Bank Preferred Checking*8606" value is present in the dropdown options. This ensures that the selected option exists.
Input
Avo Bank Preferred Checking*8606
Expected Result
The Verify value exists Action should verify the input value with the dropdown values.
Output
The result of the Verify value exists Action is verified the input value existed and stored in the {result} output variable as “True”, which can be utilized for display or other purposes.
Last updated
Was this helpful?