Select Value by Index
This ‘Select Value by Index’ is pre-built Action located under the Dropdown captured Element. It instructs the Avo Assure Select a value from the AUT (Application Under Test) as an input based on its index and save its status in the output variable.
Syntax
Input: <Index value>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Use case/Example

Scenario
Consider a scenario where you are using the ‘select Value by Index’ Action to find and choose an item from Amazon’s search results. By picking the item based on its position in the list (its index), you can quickly get to what you want to buy.
Input
2
Expected Result
This action needs to be select third row of the index.
Output
The selects value by given index output variable {Status} contains True.
Last updated
Was this helpful?