User-defined functions in Load runner
How do you write user-defined functions in Load runner? Give me example of few functions you wrote in your previous project.
Before we create the user defined function 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 parameter. The function should have the following format:_declspec(dllexport) char * < function name > (char*, char*) Examples of the user defined functions are as follows: Get Version Get Current Time, Getpltform are some of the user defined functions used in my earlier project.
Related posts:
- Can a user create and save reports? Can they do this in Word format? Excel format? Can a user create and save reports? Yes. Can...
Related posts brought to you by Yet Another Related Posts Plugin.