Verify value exists
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
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)
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.
Avo Bank Preferred Checking*8606
The Verify value exists Action should verify the input value with the dropdown values.
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.