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 |
Weblogic performance parameters, Oracle database performance parameters
Why should we consider 90 percentile graph in the Lr report? Why Not 80 graph?
The response time of an application was 2.5 seconds.After a minor hotfix,the response time increased to 5 seconds.What analysis can you make out. What are all the things u check in the server side in such a scenario?
what is standalone mode running?
What are the information contain by script windows for each script in the list?
what is built monitors and they are explain plz?
How can u find out hidden files in Load Runner Script and how can u correlate?
What is transaction per second graph(pass)?
If we want to know the size of each component in system how?
I cannot find the record option if i select VB protocol in Load runner 8.0?Its asking me to install VB driver if i run the script?How should i install it?Please let me know.
lr_output_message?
Consider a business transaction, which is run in the LR tool (takes 2sec), but when run manually (takes 4sec). Please explain??