Generate Random String
UiPath.Testing.Activities.Test.Data.GenerateRandomString
Description
Generates a random string with a given length and case.
Project compatibility
Windows - Legacy | Windows | Cross-platform
Windows - legacy configuration
Properties panel
Common
- DisplayName - The display name of the activity.
Input
- Case - Specifies the letter case with the following fields:
LowerCase,UpperCase,CamelCase,Mixed. - Length - Specifies the length of the string.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Output - String. Charset: Unicode.
Windows, Cross-platform configuration
- Case - Specifies the letter case with the following fields:
LowerCase,UpperCase,CamelCase,Mixed. - Length - Specifies the length of the string.
- Output - String. Charset: Unicode.