Verify Text of Cell
This is a pre-built action available under the Captured Container Element from the SAP GUI Application. The functionality of this action in Avo Assure is to verify whether the text present in a specific cell matches the expected input value.
Syntax
Input Value: <Row>;<Column>;<Text>;<Selective (Optional)>
<Row> (Required)
Row index (starting from 0) within the container where the action needs to be performed.
<Column> (Required)
Column number (starting from 0) where the action should be applied.
<Text> (Required)
The text or value to be entered, validated, or selected in the target cell.
<Selective> (Optional)
Optional argument used when the operation involves selective options (e.g., condition-based input).
Output Value
<Dynamic Variable> (Optional);<Dynamic Variable> (Optional)
This dynamic variable holds the execution status as True or False.
Example
Verifies the text or specific value within a cell in the container
The Verify Text Of Cell action is used to check whether the text in the cell located at the specified position (e.g., 1;1) matches the expected value (e.g., "001 50 0000113000 Bank - bank statemt 500.00-"). The verification result is stored in the {Verify Status} variable.
With the Row number, Column number and Text

With the Row number, Column number, Text and selective value
The Verify Text Of Cell action is used to check whether the text in the cell located at the specified position (e.g., 1;1) matches the expected full value (e.g., "001 50 0000113000 Bank - bank statemt 500.00-") and with selective value (e.g., "500.00"). The verification result is stored in the {Verify Status} variable.

Last updated
Was this helpful?