Verify Cell Value IRIS
This is prebuilt action in Avo Assure, designed for table elements captured from desktop applications. It instructs the Avo Assure Client to validate the text in a specific cell of the table against the expected value provided in the input field within Avo Assure and stores the status (True or False) in the output variable.
Syntax
Input: <Row>:<Col>;<Text>
Output: <Dynamic Variable>;<Dynamic Variable>(Optional)

Usecase/Example

Scenario: Verify Sales Details in a Sales Tracking Application Table
Consider a scenario where a desktop sales tracking application is being tested, and there is a need to view sales details from the table. For this scenario, the Verify Cell Value IRIS action is used by Avo Assure. It verifies the sales details from the third row and first column of the sales table and ensures that the sales information is displayed correctly.
Input
3;1; Sales rate
Excepted 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 saved the status in the {Result} output variable as True.
Last updated
Was this helpful?