LoadRunner Question:
Download Questions PDF

How do you write user defined functions in LR?

Answer:

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*)

Download LoadRunner Interview Questions And Answers PDF

Previous QuestionNext Question
Where do you set Iteration for Vuser testing?When do you disable log in Virtual User Generator, When do you choose standard and extended logs?