What are the Internal Data Parameter Types?
Internal data gets created automatically when a Vuser runs. These are like Date/Time, Group Name, Iteration Number, Load Generator Name, Random Number, Unique Number, and Vuser ID etc. We can define the properties for the data getting generated internally by the Vuser. <<<<<< =================== >>>>>> Q. 57: What are the User Defined Parameter Types? User Defined Parameter Types are the data being generated using a function from an external DLL. A user-defined function replaces the parameter with a value returned from a function located in an external DLL. Before we assign a user-defined function as a parameter, we need to create an external library (DLL) with the function. The format of the user defined function is: __declspec(dllexport) char *(char *, char *) <<<<<< =================== >>>>>> Q. 58: What is the Global Directory option for Parameterization in VuGen? Global Directory option is available only for backward compatibility with earlier versions of VuGen. In earlier version