Verify Text
This is a pre-built action available under the Captured Textbox Element from the SAP GUI Application. The functionality of this action in Avo Assure is to verify whether the text present in the specified textbox matches the expected text provided in the input value.
Syntax
Input Value: <input text>
<input text>(Required)
Enter the text value to be compared with the actual textbox content.
Output Value
<Dynamic Variable>(Optional)
This dynamic variable holds the result as True or False.
Example
Verifies that the text in a textbox (e.g., acap3) matches the expected value.
The Verify Text action takes the expected text (e.g., acap3) from the Input Value column and compares it with the actual text present in the textbox element. The result of this verification is stored in the {VerifyUsername} variable.

Last updated
Was this helpful?