Interview Question : How do you debug a LoadRunner script?
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*)
Interview Question Category : Automated Testing
|