Get Cell Value IRIS
Last updated
Was this helpful?
Last updated
Was this helpful?
This is prebuilt action in Avo Assure, designed for table IRIS elements captured from desktop applications. It instructs the Avo Assure Client to retrieve the value from a specific cell in the table of the Desktop AUT, with the row and column numbers provided in the input values and store the result in the output variable.
Input: <Row>:<Col>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
Note: Optional simply means that creating a dynamic variable is optional for this action
Consider a scenario where a desktop inventory management application is being tested and there is a need to retrieve the stock quantity from the table for a specific product. For this scenario, the Get Cell Value IRIS action is used by Avo Assure. This action is used to automatically fetch the value from the Stock Quantity cell for that product. For example, if checking the stock of Widget A, this action will retrieve the exact quantity from the corresponding cell.
1;3
The action needs to fetch the value present in specified cell of table and save the result in the output variable.
The action performed and saved the result in the {Result} output variable with Stock quantity as 50.