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 |
What is performance testing in loadrunner?
which kind of database counters we use to check the performance of the software and where we can check them?
What are the 5 icons appear in the buttom of the controller windows?
How you develop the database vuser script?
If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can we achieve it in Loadrunner.
How many types of scripts generated in Load Runner?
Where are automatic correlation options set?
)what is web protocol& webservices protocol .Can u just give the examples.
I have one Scenario login then bookcoffee then logout explain test plan for above scenario?
If a Page is having 5 Links and there are 5 users and each user is clicking on one link. How can we achieve it in Loadrunner.
What is the threshold level for think time and how can be this changed?
What is parameterizion?