verify Textbox Length

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.

Syntax

Input Value: <input value>

Argument
Description

<input value> (Required)

The text value to be verified with textbox content.

Output Value:

Argument
Description

<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.

Last updated

Was this helpful?