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 can I monitor with loadrunner?
How to configure yahoo cookies in load runner?
What is performance testing in loadrunner?
what are the skip functions in Load Runner?
What are the advantages of load runner?
How will you stop the execution of a script on error?
What is wasted time in vugen replay log?
How can we find database related issues?
What is report viewer?
How can we debug a loadrunner script?
What should be done to view parameter substitution in the execution log?
How does loadrunner execute a performance scenario?
How many users can I emulate with loadrunner on a pc?
How is automated correlation configured?
What is remote command launcher?