Explain lr_output_message?
Answers were Sorted based on User's Feedback
Answer / aruna
eg
script code:
lr_save_string("123",svalue)
lr_output_message("The value of the data is : %d",svalue)
output:
The value of the data is :123
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / munna
if u want to print the messages in between the script
then we use lr_output_message
its just like report_msg ("")in win runner and msgbox()
in qtp
Ex:
lr_output_message("pass");
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / masthan
Lr_output_message function is used to dispaly the output
message.
Eg :
lr_output_message (" request passed succesfully");
So the same thing will be displayed in output log
Like
Action
Request passed succesfully.
End Action.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between manual and auto correlation? Why we need Manual correlation? what is the main Drawback in auto correlation?
In which scenario, we should use "Vuser as Process" rather than "Vuser as thread" and what is benefit in this case?
When we go for manula correlation, automation correlation Expl?(Chandana) Real timers Plz
What function is used to call Web Services in your Script?
What is Standard deviation? How it will use in Lr?
What is planning for the test?
What is a function to capture dynamic values in the web Vuser script?
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)
What is RDR files in Load runner? What is Scenario Configuration in Load runner
If client is not given in the requirement? In that case how you are going to perform performance testing?
What are the 5 icons appear in the buttom of the controller windows?
what is think time when u will use it?