Interview Questions

How do you write user defined functions in LR?

LoadRunner FAQ


(Continued from previous question...)

26. How do you write user defined functions in LR?

Before we create the User Defined functions we need to create the external library (DLL) with the function. We add this library to VuGen bin directory. Once the library is added then we assign user defined function as a parameter. The function should have the following format: __declspec (dllexport) char* (char*, char*)

(Continued on next question...)

Other Interview Questions