Get cell value
This is prebuilt action in Avo Assure which comes for captured Table elements from Desktop application. It instructs the Avo Assure Client to retrieve the value present in the specified cell of the table captured from Desktop AUT whose row and column number are specified in input value and save the result in the output variable.
Syntax
Input: <Row>:<Column>
Output: <Dynamic Variable>(optional);<Dynamic Variable> (Optional)

Usecase/Example

Scenario
Consider a scenario where a desktop Inventory Management application is being tested and the goal is to retrieve the stock quantity from the table for a specific product, the Get Cell Value action in Avo Assure can be used. This action automatically fetches the value from the Stock Quantity cell for that product.
Input
3;2
Expected 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 saves the result in the {Result} output variable with stock quantity as 50.
Last updated
Was this helpful?