verifyAllValues

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.

Syntax

Input: <Object Type>; <Visible text>(optional); <index>; <text1>; <text2>; …; <text>; <abs (optional)>

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

Usecase/Example

Scenario

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.

Input

Listbox;;0.

Expected Result

The verifyAllValues action needs to verify all values from the Listbox element and store the status in the {Result} output variable.

Output

The verify All Values action performed in listbox element and saves the status in the {Result} output variable as True.

Last updated

Was this helpful?