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 |
Can u plz tell me what r the functions available in load runner and how to write userdefined functions and what are they?
How do decrease the TPS,when one Vuser is running? For example, I am running one DRB with TPS 18 TPS, I want to maintain it as 7 TPS, how?
How do you identify the performance bottlenecks?
how test an real time application using the loadrunner .plz give me an example
how to test load test for an web application. what r the steps to do load test. urgently needed. thanks in advance
What is the benefit of running a vuser script as a thread?
What the vuser script contain?
Why is Load Runner called as State of Art Tool.
What is pause command?
suppose in ur company one new project is came for testing applictaion.. duration 1 year.. so,with in one week manual tester role starts and qtp(any) testers role starts..and others role starts,,,,BUT WHEN THE PERFORMANCE TESTER ROLE STARTS... in the midle of the project or ending of the project..and how many months it takes to starts the load runner tester role begins?
What is ramp up and ramp down?
What is the loadrunner end transaction and its syntax?