Verify Values Exists

This ‘verifyValueExists’ is pre-built Action located under the Dropdown captured Element. It instructs the Avo Assure to verify whether the given input data is present in the dropdown, and to store the status in an output variable.

Syntax

Input: <Text1>;<Text2>;etc.

Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Use case/Example

Scenario

Consider a scenario where you are verifying if a specified value is present in the dropdown list in the eBay shopping app, use the 'verify value exists' Action. This Action will check for the presence of the input value in the dropdown and store the result (e.g., True if it exists, false otherwise) in an output variable for further validation.

Input

Art; Baby; Books

Expected Result

This action needs to verify the given input data exists in the dropdown.

Output

The action performs successfully, and output variable {Status} contains True.

Last updated

Was this helpful?