What is Diff. between Pause() ,report_msg() statements?

Answers were Sorted based on User's Feedback



What is Diff. between Pause() ,report_msg() statements?..

Answer / sunil reddy

pause : It is a user defined function to create Pause or
continue msg

report_msg is used to report error message

Is This Answer Correct ?    0 Yes 0 No

What is Diff. between Pause() ,report_msg() statements?..

Answer / mercurytsl

Pause() function will hault the execution of the script and
show the msg,if it any.where as report_msg() will display
the message in the test results window.

Is This Answer Correct ?    0 Yes 0 No

What is Diff. between Pause() ,report_msg() statements?..

Answer / sofia

pause()
This function is used to pass the variable in to the
o/p window.
report_msg()
This function is used to send the o/p in to winrunner
Test Result Window & it will also show the user message.

Is This Answer Correct ?    0 Yes 0 No

What is Diff. between Pause() ,report_msg() statements?..

Answer / neelima

Pause():pauses the test execution and displays a message
report_msg:inserts a message in a test report

Is This Answer Correct ?    0 Yes 0 No

What is Diff. between Pause() ,report_msg() statements?..

Answer / prasad mvsn

pause() pause the execution and displays the message and
after pressing a required key the remaining test will be
executed, where as
report_msg() displays the message in Test log windows after
completion of the test.

and these 2 functions are not an error messages, it's a
message or result defined by TE

Is This Answer Correct ?    0 Yes 0 No

What is Diff. between Pause() ,report_msg() statements?..

Answer / vinoda

What Prasad MVsn said is right but i want to make some
changes in it regarding the report_msg()

report_msg() is just like printf() it displays the message
what ever we want in a message box ..but not in a Test Log
file....

Printf() function will the print the message in a seperate
Test log file

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More WinRunner Interview Questions

Tell me the function to move to the next row in a data table?

2 Answers   Accenture, Landscape Technologies,


How do you find the number of elements in a list box in winrunner?

1 Answers   BeBo Technologies,


what is deployment?and who do deploy in a server, and when ?

3 Answers   CTS, Mannar Company,


What is the definition of function?

1 Answers  


How do you filter the objects in the gui map?

0 Answers  






In the Object properties MSW id,MSWclass will appear..what exactly MSW means..?

2 Answers  


What is the use of 'Show' button in GUI Map Editor?

2 Answers   FCG,


How to know from the script that whether the object is custom object or virtual object?

5 Answers   Wipro,


How do you handle unexpected events and errors?

0 Answers  


what is cookies testing and what are the possible test case.

0 Answers  


How should we write and execute a user define function using WinRunner.

0 Answers  


what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance

0 Answers  


Categories