Verify Text Exists
The Verify Text Exists Action in the Avo Assure is found under the Captured Table from SAP Application Element. It instructs the Avo Assure Client to verify if the text given in the input is present in the table and save the status (True/False) in output variable.
Syntax
Input: <Value to be verified>
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)

Usecase/Example

Scenario
Consider a scenario where a user is testing a SAP GUI application, in the SAP MBBIS table, during testing, we need to validate if the specific value "V1" is present in the "Item Code" column. The Verify Text Exists Action is used to confirm the presence of the text "V1" within the table to ensure that the system correctly displays the expected item code. The test case verifies if the item code "V1" exists in the SAP MBBIS table under the "Item Code" column.
Input
V1
Expected Result
The Verify Text Exists action should verify the V1 text value present in table and save the status in Output variable.
Output
The Verify Text Exists action should verify the V1 text value present in table and stores in the {result} output variable as “True”, which can be utilized for display or other purposes.
Last updated
Was this helpful?