Select multiple Value By Indexes
Last updated
Was this helpful?
Last updated
Was this helpful?
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 index provided in input value and stores the status (True or False) in output variable.
Input: <Index1>;<Index2>;…etc
Index: Only numerical values are allowed in the input value. The index starts with '0' for the first value in the list.
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Scenario: Select Multiple Records by Index in Data Analysis Application.
Consider a scenario where a data analysis desktop application is being tested, requiring the selection of specific data entries from a list based on index positions in a list of records. For this scenario, the Select Multiple Values By Indexes action is used by Avo Assure. It selects multiple records, such as the 2nd and 3rd records, from the list box based on their index. This ensures that the selected records are highlighted, making it easier to export data.
Input: 2;3
Excepted Result: The action needs to select the value from the list based on the index.
Output: The action performed and saves the status in the {Result} output variable as True.