Get Cell Value IRIS

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.

Syntax

Input: <Row>:<Col>

Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Note: Optional simply means that creating a dynamic variable is optional for this action

Usecase/Example

Scenario: Retrieve Stock Quantity for a Specific Product in Inventory

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.

Input

1;3

Excepted Result

The action needs to fetch the value present in specified cell of table and save the result in the output variable.

Output

The action performed and saved the result in the {Result} output variable with Stock quantity as 50.

Last updated

Was this helpful?