The StringLibrary collection provides user code methods for advanced string manipulation. These methods allow you to combine and generate text values within your recordings without writing custom scripts.
StringLibrary methods
To use these methods, add them to your recording module. For more information, see Using the User Code Library.
ConcatStrings
This method joins two strings together and returns the combined text. It requires two arguments: String string1 and String string2.
GetRandomString
This method produces a random string of the specified length and returns it. String length is the number of characters of the string. If empty, the application uses 35 characters as length.