How do you write user defined functions in LR?

Submitted by: Administrator
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*)
Submitted by: Administrator

Read Online LoadRunner Job Interview Questions And Answers