Random UUID

Random UUID variable for NeoLoad

NeoLoad has a type of variable called ‘random UUID’ which can be used to create random Universal Unique IDs (UUIDs) and send them to scripts. With the option provided in the popup, you can also create predictable random uppercase UUIDs.

Variable input of type ‘random UUID’

  1. Name: specify the name of the variable to be used in the script. This entry is required.
  2. Description: explain the function of the variable. This entry is not required.
  3. Parameters: to specify the environment.
    1. Generate upper case UUID: Check-mark this option to generate the UUID in the upper case.
    2. Predictable randomization: Checkmark this option to make the same sequence of the random number. This option helps to compare two identical tests.
  4. Value change strategy: specify the settings to choose the next date and time
    1. On each use (Default value)
    2. On each request
    3. On each page
    4. On each iteration
    5. For each Virtual User instance

To use the variable, you have to write ${<variable name>} in the script.

Example: ${uuID}

Note: You can also validate the variable using the ‘Test’ option. The variable should return the correct UUID value.

NeoLoad - Random UUID Variable
Scroll to Top