QuestionQ39

Generic Automation Development

Within the UiPath.Testing.Activities package, what does the Random String activity output?

  • A It generates a random string from a predefined list.
  • B It generates a random string with a specified case, ignoring the length
  • C It generates a random string of a given length and case.
  • D It generates a random string from alphanumeric characters.
Explanation

The Random String activity generates a random string using the specified length and letter case. Its inputs include Length and Case, with supported case styles such as lowercase, uppercase, camel case, and mixed case.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!