Explain lr_output_message?

Answers were Sorted based on User's Feedback



Explain lr_output_message?..

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

Explain lr_output_message?..

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

Explain lr_output_message?..

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

Post New Answer

More Load Runner Interview Questions

Can u plz tell me what r the functions available in load runner and how to write userdefined functions and what are they?

2 Answers  


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?

3 Answers  


How do you identify the performance bottlenecks?

1 Answers  


how test an real time application using the loadrunner .plz give me an example

1 Answers  


how to test load test for an web application. what r the steps to do load test. urgently needed. thanks in advance

2 Answers  


What is the benefit of running a vuser script as a thread?

0 Answers  


What the vuser script contain?

0 Answers  


Why is Load Runner called as State of Art Tool.

1 Answers   CTS,


What is pause command?

0 Answers  


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?

1 Answers  


What is ramp up and ramp down?

0 Answers  


What is the loadrunner end transaction and its syntax?

0 Answers  


Categories