NeoLoad – Random UUID Variable

‘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 To use the variable, you have to write ${<variable name>} in … Read more

NeoLoad – Date Variable

‘Date’ is a type of variable in NeoLoad to generate the date and time in the desired format in the script. You can define a pattern of the date or time as per the script requirement. NeoLoad provides an option to increment the date or time value by an interval of a second, millisecond, minute, hour, day, month and … Read more

NeoLoad – Current Date Variable

‘Current Date’ is a type of variable in NeoLoad to generate the current date and time in the desired format in the script. You can define a pattern of the date or time as per the script requirement. NeoLoad provides an option to increment the date or time value by an interval of a second, millisecond, minute, hour, day, … Read more

NeoLoad – Password Variable

‘Password’ is a type of variable in NeoLoad to input a pre-defined password in the script. You can define an alphanumeric string that may contain letters, numbers and special characters. The value of the ‘Password’ variable is encrypted on the hard drive and hidden and use for the login/authentication form. Inputs of ‘Password’ type variable Example Consider, a login … Read more

NeoLoad – Constant String Variable

‘Constant String’ is a type of variable in NeoLoad to pass a defined text in the script. The purpose of the ‘Constant String’ variable is as same as defining a string variable in a coding language. Such type of constant string could be City Name, Company Name etc. Inputs of ‘Constant String’ type variable Example Consider, a personal detail … Read more

NeoLoad – Random String Variable

‘Random String’ is a type of variable in NeoLoad to generate the text or string randomly. It is a simple type of string generator and its working is as same as ‘Random Integer‘. ‘Random String’ generates a letter or string of the given length range and helps to simulate the random string logic in the performance test script. e.g. … Read more