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)>
Note: Index value of the row and column starts form 1.
<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 VerifyTextOfCell 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 as True (if the text matches) or False (if the text does not match).

Example 2
Verifying Full and Selective Text of a Specific Cell in a Table on the SAP Screen
The VerifyTextOfCell 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 contains the selective value (e.g., "500.00"). The verification result is stored in the {Verify Status} variable as True (if both conditions are met) or False (if they are not).

Last updated
Was this helpful?