QA tester, automation specialist, automation systems engineer — these are just a few of the names for a test automation engineer. No matter what their title may be, they're essential to the software development life cycle, so here's a look at what they do. Markets and...
StringLibrary
This collection contains user code methods that provide useful string manipulation functionality.
To use them, simply ⇢ add the individual methods to the desired recording modules.
On this page
ConcatStrings
Concatenates two strings into one and returns the resulting string. String string1 / string 2 are the strings to concatenate.
GetRandomString
Produces a random string of the specified length and returns it. String length is the number of characters of the string. If left empty, uses 35 characters as length.