verifyValuesExists
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built Action located under the @Custom Element Name. It instructs the Avo Assure Client to verify if the input values provided by the user are present in the dropdown or list specified in the input and store the result in output variable.
Input: <Object Type>;<Visible Text(optional)>;<index>;<Text1>;<Text2>….etc;<abs(optional)>
For above syntax user needs to give specific Object type, visible text of the object (optional) along with element index of the object, the value which needs to be set on the object and abs. Text helps to provide input values
Note: if for last argument abs is defined then the Action must be executed with absolute preformation with the specified visible text in the input.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
In this scenario, the user is testing a library application and user wants to verify if the given book options are available or not. With the help of the VerifyValuesExists action, the user can check whether the specified values exist or not.
select;;0;Story;History;Novels
This action should verify that the given values exist in the dropdown, and the result will be stored in the output variable as True.
The verifySelectedValue action successfully verify values from dropdown, and the output variable {Result} contains True, which can be utilized for display or further processing.