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 |
Difference b/w URL and HTML modes in LR?
What is the think time?
difference between latency and transaction response time
how can i capture the elapsed time of a scenario in a script?
explain about goal-oriented scenario in controller
What is the advantage of using loadrunner?
What is the difference between standard log and extended log?
What is running virtual user graph?
what is Rendezvous Point?
WHAT IS THE BEST INSTITUTE FOR LOADRUNNER TRAINING IN HYDERABAD
)In which way we can say html recording mode is best over the URL mode to record the script in Vu gen?
What is action section?