Verify Cell Value
The Verify Cell Value Action in the Avo Assure is found under the Captured Table Element from the SAP GUI Application. The functionality of this action in Avo Assure to verify if the input values are the same as those present in the specified table cell and save the result in dynamic variable.
Syntax
Input Value: <Row;Column;Cell Value to be verified>
<Row>
(Required)
Specify the row index of the table to verified
<Column> (Required)
Specify the column index of the table to be verified
<Cell Value to be verified> (Required)
Specify input value to be verified with particular cell in table
Output Value:
<Dynamic variable>(Optional);<Dynamic variable>(Optional)
This dynamic variable holds the result of this action as Ture or False
Example
Verifies the value present in a specific cell of the table.
The Verify Cell Value action takes the value from the Input Value column (e.g., 2;3;OR45693) and checks whether the specified cell contains the expected value. The result of the verification is stored in the {VerifiedCell} variable as Ture or False

Last updated
Was this helpful?