How do you write user defined functions in LR? Give me few
functions you wrote in your previous project?
Answer / 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 |
How can we invoke a parellel process in load runner using C or perl language?
What do I need to know to do load testing in addition to knowing how to use the loadrunner tool?
How is vugen script modified after recording?
what is think time when u will use it?
When the loadrunner controller open the winrunner file then what is the location of the winner configuration file?
In real time Project how much generaly Bottilneck will take? suppose my application contain 10000 vusers accessable how much Bottile neck will consider?
what is the difference between placing a think time in between trasaction and the end of the transaction
on what basis you will provide the recommendations to upgrade the hardware?
What is memory leakage?
how test an real time application using the loadrunner .plz give me an example
How many users can I emulate with loadrunner on a pc?
Hi, I am executing a scenario for 48 hours. My controller is on remote host, so I am using RDC. After some 24 hours my remote session got terminated as it is put idle for some time. When I tried to open the result file(As it is Auto Collated and saved in the results folder), it is giving error. Is there any way that I can see the results for which the remote session is terminated? Please help in resolving this.