What is the best way to test the max length of a field?
For example, I want to validate that if a field has a max length of 20 char that a message will populate for user.
I know I can create a variable and pass in a value > 20 char but I was looking to see what other options may exist. Possibly use a library where I can have random values created.