How do we write a user-defined function in loadrunner?
Answer / sushma
1)First we need to write user defined function in note pad
Save it as .h file
Include the file path in global.h
Eg. #include "f:\ user_fun.h"
2) Add the code directly in global.h and use it where ever u required
3) we can add extra file . By r. Click on extra files and create new or add new file to script. We have to add file and the include the file in global.h
| Is This Answer Correct ? | 0 Yes | 0 No |
What is lr_output_message?
What protocols does loadrunner support?
What is .lrs?
Any one could help me please in modeling of OpenSTA performance test script for session-id maintenance,so that edited script can used for several users.
How can i test the stress testing through loadrunner, Software is developed in .net & SQL 2005, plz assist me a loadrunner user?
What are the different types goals in goal-oriented scenario?
How to modify the script?
unexpectedly in analysis when i generated the report think time is added to response time.how to remove the thinktime from the report?
How do you measure current load levels in Load Runner?
What is the advantage of running vuser as a process than a thread?
How should you call loadrunner scripts using testdirector
We add think time between two transaction to give interval between transactions. Why?