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 a correlation? Explain the difference between automatic correlation and manual correlation?
Recognize the debugging tools available in vugen?
What is running virtual user graph?
Can we able to record the vuser script in UNIX environment?
Where are automatic correlation options set?
How to write Web_custom_request?
on what monitoring tools have u worked on?
In which scenario, we should use "Vuser as Process" rather than "Vuser as Thread" and what is advantage of "Vuser as Process" option. (Please do not describe about Vuser as thread or advantages of vuser as thread).
what all the bottle necks can occur in real time, can any one tell me what all u have faced, thanks in advance
There is scenario. Total no. of transaction you have to done 1,00,000 in 8 Hour duration. One transaction taking time to complete 6 mins. how many Vusers you will run on this test.
What is the difference between lr_error_message and lr_debug _message?
How to reinstall LoadRunner Trial version without formatting the system