‘Random UUID’ is a type of variable in NeoLoad to generate a random Universal Unique ID (UUID) and pass it in the script. You can also generate upper case as well as predictable randomized UUID using the given option in the pop-up.
Inputs of ‘Random UUID’ type variable
- Name: To provide the name of the variable to be used in the script. This is a mandatory input.
- Description: To describe the use of the variable. This is an optional input.
- Parameters: To define the setting
- Generate upper case UUID: Check-mark this option to generate the UUID in the upper case.
- Predictable randomization: Checkmark this option to make the same sequence of the random number. This option helps to compare two identical tests.
- Value change policy: To define the setting when the next date/time will be picked
- On each use (Default value)
- On each request
- On each page
- On each iteration
- 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 by using the ‘Test’ option. The variable should return the correct UUID value.
You may be interested: