Get multiple Value By Index
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 get multiple values from the list based on the index given in input value and stores value (Text) in output variable.
Input: <<Index1>;<Index2>;<Index3>… etc.>
Note: 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)
Consider a scenario where a system information desktop application is being tested, requiring the retrieval of multiple values from a list box based on their index positions. For this scenario, the GetMultipleValuesbyIndex action is used by Avo Assure. It extracts system details from the list based on specified index positions. This ensures that the application correctly retrieves details in the expected order from the list.
Input: 1;2
Excepted Result: The action needs to get multiple values from the list based on the index and saves in output variable.
Output: The action performed and saves the status in the {Result} output variable as details of system and saves status in {Status} output variable as True.