verify Textbox Length
Last updated
Was this helpful?
Last updated
Was this helpful?
This is a pre-built action in Avo Assure that comes for the textbox capture element. It instructs Avo Assure Client to verify the textbox's maximum length matches with the specified input value in Avo Assure. The status of action (True or false) stores in output variable.
Input: <input value>
Note: The user given input as positive numeric value.
Output: <Dynamic Variable> (Optional) ;< Dynamic Variable> (Optional)
Consider a scenario where you are testing web application. It verifies the length of text in textbox ensures the web application correctly handles character limits for fields like usernames, passwords and emails. The system should verify maximum length limits.
In this example, user gives positive numeric value as 8.
It should verify the maximum length of textbox matches with input value which is 8 and status of action stores in {result} output variable.
The verify textbox length action verified the maximum length of the text box to the value that is specified in the input value. The status of the action stores in the {Result} output variable as True, which can be utilized for further work.