ATS character maximum

0
Hi, I'm trying to create a test to see if a character maximum is working correctly. However when I try to set a value of 700 characters the whole actions just crashes. I get an error and it keeps on coming with everything I try. When I try to open it, edit it, even when I try to delete the action.   Is there a maximum of characters allowed when setting a value? Or has anyone has had a similar problem?  
asked
1 answers
1

The maximum length of a literal value is 500 characters. What you can do to recover your test case is to refresh ATS then delete the step with the long value.
If you want to use very long string values I suggest using the built-in ATS Random String generator instead of a literal value, or use concatenate string to stitch multiple small strings together.

answered