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 configuration of systems when using load runner?
What do you mean by creating vuser script?
What is rendezvous graph?
What type of function generate and insert by the vugen to the script when you record a script?
What are the documents your using ,and how your distibute the users
What is transaction performance graph?
What are the advantages of load runner?
how to get current system time Loadrunner function?
What are the three sections of a vuser script and what is the purpose of each one?
What is the significance of “vuser-init “?
What is think time?
Why do you create parameter?
What are all the types of goals in goal-oriented scenario of load runner?
What kind of problem we can face regarding hardware, software, network and memory bottleneck during the performance test?
How you enhance the basic script?