Select Value by Index
Last updated
Last updated
This is pre-built Action comes for Captured Dropdown from SAP Application Element. It instructs Avo Assure Client to select the value of an item in the dropdown list as per its index value.
Input: <Index of Item>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
The user is working on "Sales Order Management" module in the SAP GUI application. In the "Order Type" field, there is a dropdown list where users can select the type of sales order (e.g., "Standard Order," "Rush Order," "Credit Order"). The test case select from the dropdown based on its index position.
A user wants to select a specific sales order type from the dropdown list, and the test case selects the correct order type based on the index provided (for example, index 1 for "Rush Order").
The dropdown list contains the following sales order types:
Index 0: "Standard Order"
Index 1: "Rush Order"
Index 2: "Credit Order"
The Avo Assure uses the "Select Value By Index" Action to select a specific order type from the dropdown by its index.
1
The Select Value By Index Action needs to select the value item according to input value.
The Select Value By Index Action selects the Rush Order item from the dropdown