differance between "lr_output_message"
and "lr_error_message"?
Answers were Sorted based on User's Feedback
Answer / ajay
lr_output_message function will give the data during the
run where as lr_error_message will give the error message
details when occured during the run.
For example
lr_output_message("VARNAME, %S",LR_EVAL_STRING
("{parameter}"));
will give the value of the "parameter" which is substituted
in the script during the run.
Where as lr_error_message will give only error messages
during run.
Is This Answer Correct ? | 18 Yes | 5 No |
Answer / shankar
lr_output_message - The lr_output_message function sends
notifications to the Controller Output window and the Vuser
log file.
lr_error_message - The lr_error_message function sends an
error message to the LoadRunner Output window.
Is This Answer Correct ? | 13 Yes | 5 No |
What is ur tem size & mention the role of ur's in ur team?(performance team)
What is parameterization & why is parameterization necessary in the script?
can u name some of the important functions in LoadRubber Scripting?
Can u call QTP scripts from Load Runner?
Where do you set automatic correlation options?
U r taken ORD=All in correlated function.What it represents.Now i want to capture the ORD=3 occurance& place it in web_submit_data of vu gen script. How can u do it?
how test an real time application using the loadrunner .plz give me an example
How do you estimating target load levels in loadrunner?
when i run start senario for different process it always completed at elapsed time 6.32 sec. i don't understand why it happens.. can we set elapsed time ? plz answer.... pratik196@gmail.com
What is lr_output_message?
If it is possible to test 5000 vuser through single machine? Then how you can test? plz explain
What is a function to capture dynamic values in the web Vuser script?