Verify 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 verify if the input value present in the specified table cell and stores the status (True or False) in output variable.

Syntax

Input: <Row>:<Column>;<Value>

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

Use case/Example

Scenario

Consider a scenario where a desktop sales tracking application is being tested and the goal is to view sales details from the table, the Verify cell value action in Avo Assure can be used. This action verifies the sales details from the third row and first column of the sales table, ensuring that the sales information can be easily viewed.

Input

3;1; Sales rate

Expected Result

The action needs to verify the input value is present in the specified table cell and save the result in the output variable.

Output

The action performed and saves the status in the {Result} output variable as True.

Last updated

Was this helpful?