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 benchmarking?
Explain performance testing life cycle.
What does vuser_init action contain?
How can we handle the vUsers with Secure certification.
I am facing the active Screen Problem in loadrunner.While runnning the script active screen pop up is dispalying, always asking for username and password.This popup having OK,Cancel and HELP buttons.After clicking any OK or CANCEL button , then only it is moving to next step.What can i do? Please give any suggestion...
How many vusers are required for load testing?
Can u Explain me in real time projects any frameworks follows in Loadrunner ? if Yes plz mentiond(Chandana)
What are different types of vuser logs which can be used while scripting and execution?
How to get the intermediate results from Controller, for example, when a 10 hours execution is going on in Controller, before the execution is completed how we can get the results at some 5 hours. Is it possible? (Not through graphs)
how to write scenarios using loadrunner in real time application. plz give me an example
how to add 100 for dynamic(correlate value) value
How do you estimate test duration in LoadRunner?