What is user defined functions in Load Runner ? Give some
Examples ?
Answers were Sorted based on User's Feedback
Answer / 1121
all these are LR defined functions. which can be done durin
g recording also unlike the enhancement phase.
| Is This Answer Correct ? | 17 Yes | 8 No |
Answer / akash
User defined functions are created by script developer to easy up things during script run.
functions to write data in text file, function to extract particular format of received string etc.
| Is This Answer Correct ? | 1 Yes | 0 No |
User defined functions are very important in VUGEN scripting
part. After recording an application we need to make our
scripting application matching with realtime application so
for this we need to do some enhancements to the existing
script and this enhancement can be done using User Defined
Functions. SOme of the User defined functions are
1. lr_error_message
2. Lr_output_message
3. lr_eval_string
4. lr_save_string
5. lr_save_int
6. lr_continue_on_error
7. web_reg_find
8. atoi function
9. itoa function
10. web_reg_save_param
11. lr_abort
12. lr_exit
13. lr_set_debug_message
we have lot of other function too see the user guide if we
need more user defined functions.
| Is This Answer Correct ? | 17 Yes | 35 No |
how to place a image check in load runner script.what is the procedure?
What are the different types goals in goal-oriented scenario?
In correlation(web_reg_save_param) function,i need to display the last but one value(n-1) value if the boundary values keeps on changing. For example : At the time of recording,the n value is 3 and at the time of playback, the n value is 4. then how can i display the n-1 value
How to increase the load on Server when number of users restricted?
how to handle the dynamic left and right boundaries are numeric
Explain the function of a transaction in a script?
where we can see the graphs in Loadrunner when it is use ? (Chandana)
What is a function to capture dynamic values in the web Vuser script?
How many section database vuser script have?
what is connection pooling?
Generally LoadRunner uses to test the load. ( client- server, webbased applications,... etc). Shall we use LoadRunner instead of WinRunner or some other tools?
How you will identify the Non Functional requirements?