Verify Values Exists
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
Input: <Text1>;<Text2>; etc.
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)
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.
Art; Baby; Books
This action needs to verify the given input data exists in the dropdown.
The action performs successfully, and output variable {Status} contains True.