Verify Cell Value IRIS
This is a pre-built action available under the Captured Table Element from the Desktop Application using the IRIS method. The functionality of this action in Avo Assure is to verify whether the value of a specified cell in the table matches the expected text. Save the result in the dynamic variable.
Note: For better execution results, capture a constant element using Ctrl and left mouse click, and select the required area.
Syntax
Input Value: <Row>;<Col>;<Text>
<Row>(Required)
Enter the row number of the cell to verify
<Col>(Required)
Enter the column number of the cell to verify
<Text>(Rerquired)
Provide the expected text to compare with the actual cell value
Output Value
<Dynamic Variable>(Required)
This variable holds the status as True (if the cell value matches the expected text), or False (if it does not match)
<Dynamic Variable>(Optional)
This dynamic variable holds the result as True or False.
Example
Verifies if the value of the cell at row 2, column 5 is "Approved".
The Verify Cell Value IRIS action takes the row number, column number, and expected text from the Input Value column. The result of the verification is stored in the {VerifyVal} variable.

Last updated
Was this helpful?