Select Row
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to select the row given in the input and stores the status (True or False) in output variable.
Input: <Row>
Output: <Dynamic Variable>(optional);< Dynamic Variable> (Optional)
Scenario:
Consider a scenario where an Inventory Management desktop application is being tested and the goal is to select a specific product from the inventory table based on Product ID or name, the Select Row action in Avo Assure is used. This action selects the specific row from the inventory table, allowing easy access to product details such as price and quantity.
Input: 3
Excepted Result: The action needs to perform to select the row given in the input.
Output: The action performed and saves the status in the {Result} output variable as True.