Get Textbox Length
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 fetches the length of textbox in SAP application and save the result in the dynamic variable.
Note: If the textbox has no character limit, it will return 0. If there is a character limit, it will return that limit number (e.g., 12).
Syntax
Input Value: N/A
N/A
Not Applicable
Output Value
<Dynamic Variable>(Required)
This variable holds the length of the text present in the textbox as a numeric value
<Dynamic Variable>(Optional)
This dynamic variable holds the status as True or False.
Example
Retrieves the character length of a User Name textbox in the SAP Application.
The Get Textbox Length action does not require any value from the Input Value column. It retrieves the length of the characters (e.g., 12) present in the User Name textbox. The result is stored in the {Textbox Length} variable, while the execution status is stored in the {Status} variable.


Last updated
Was this helpful?