How do you write user defined functions in LR? Give me few
functions you wrote in your previous project?
Answer Posted / mahesh sv
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* <function name>(char*, char*)Examples of
user defined functions are as follows:GetVersion,
GetCurrentTime, GetPltform are some of the user defined
functions used in my earlier project.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is the process for developing a vuser script?
What is parameterization & why is parameterization necessary in the script?
What is report viewer?
Hi all, I am new to Load Runner. I have run the load runner and i got analyzed reports/graphs. But i am very much confused about how to analyze those graphs. Can any one help me out this problem?
What protocols does loadrunner support?
What is rendezvous graph?
What is the difference between overlay graph and correlate graph?
How we tested remote servers if client is installed in another place
How vugen create a vuser script?
How are concurrent users differing from simultaneous users?
How can you set the number of vusers in loadrunner?
What is extended log?
What is vuser-init section?
What is the difference between hits/second and requests/second?
What is the difference between performance testing and performance engineering?