Validate textfield to be empty

I have to check whether the textfield is empty and one more thing is to check if the user enters more than specific no of characters in that field

Have you try: getText for the element and then check the return value & it’s String.length.

which keyword can i use to check return value and length?
Verifynot match can be used to validate the value

Hi deepa,
getText is the keyword & “.length” return your length.
https://docs.katalon.com/katalon-studio/docs/webui-get-text.html

you can make use of the condition/control statement with the return value for your next action.

The same question with me . Thank you for this thread