verify Textbox Length
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure available under the Captured Textbox Element, instructs the Avo Assure to verify whether the maximum length of the textbox matches the value specified in the Input Value field and save the result in the dynamic variable.
Input Value: <input value>
<input value> (Required)
The text value to be verified with textbox content.
Note: The user must provide the input as a positive numeric value.
Output Value:
<Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Compares the actual length of a textbox with the expected length provided.
The verify Textbox Length action takes the value from the Input Value column (e.g., 8) and checks if the textbox has the same character length. The result of the comparison is stored in the {VerifyLength} variable, with the following possible values:
True – If the textbox length matches the expected value.
False – If the length does not match or an error occurs.