verifyAllValues
Last updated
Was this helpful?
Last updated
Was this helpful?
This is pre-built action in Avo Assure which is located under the @Custom element. It instructs the Avo Assure Client to verify that all the input values provided by the user are present in the dropdown/list and stores the status (True or False) in the output variable.
Input: <Object Type>; <Visible text>(optional); <index>; <text1>; <text2>; …; <text>; <abs (optional)>
Output:Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Consider a scenario where a user is testing an E commerce application where user wants to verify the different payment methods during checkout in an e-commerce application. For this scenario, verifyAllValues action used by Avo Assure. It helps for user to validate the availability of different payment methods in e commerce application.
Listbox;;0.
The verifyAllValues action needs to verify all values from the Listbox element and store the status in the {Result} output variable.
The verify All Values action performed in listbox element and saves the status in the {Result} output variable as True.