differance between "lr_output_message"
and "lr_error_message"?
Answer Posted / 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 |
Post New Answer View All Answers
What is the modular approach of scripting?
What is performance testing in loadrunner?
What the host attributes determine?
How will you stop the execution of a script on error?
What is the benefit of running a vuser script as a thread?
Which protocols are supported by loadrunner?
When the rendezvous point is insert?
While the script is running we find some values that may need to be correlated? Is it possible to do manual correlation for those values?
What are the types of checkpoints is available in loadrunner?
What are different types of vuser logs which can be used while scripting and execution?
how to add 100 for dynamic(correlate value) value
How is vugen script modified after recording?
What do vuser_init and vuser_end action contain?
What is the advantage of running vuser as a process than a thread?
What is vuser-init section?