Select multiple list values by text

This is prebuilt action in Avo Assure which comes for captured List elements from Desktop application. It instructs the Avo Assure Client to select the value from the List based on the text provided in the input and stores the status (True or False) in output variable.

Syntax

Input: <text1>;<text2>;…etc.

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

Use case/Example

Scenario: Select Multiple Products by Visible Text in E-Commerce Application.

Consider a scenario where an e-commerce application is being tested, requiring the selection of multiple products from a list. For this scenario, the Select Multiple List Values by Text action is used by Avo Assure. This action selects multiple products from a list box based on their visible text. It ensures that all chosen products, such as smartphones and tablets, are selected correctly according to their displayed names in the list.

Input

Smartphone;Tablet

Expected Result

The action needs to select to select the value from the list based on the text provided in the input.

Output

The action performed on list and saves the status in the {Result} output variable as True.

Last updated

Was this helpful?