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

how to download jmeter from net,is it open source

1 Answers  


which TSl statement is used in winrunner to stop the Run

5 Answers  


Where did you learn winrunner and testdirector?

0 Answers  


what r the standard properties r u checking for pushbutton?

1 Answers   MBT,


I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?

2 Answers   Accenture,


How will u find Automation Test cases and how to find regression test cases?

4 Answers   TCS,


Explain the purpose of gui spy?

0 Answers  


how to test online application

1 Answers  


What is Analog Recording?

2 Answers   Second Foundation,


ca n u give the example for low severity & low priority in ur Internet Banking project

2 Answers   Agile Software,


What are the functions generate when u use GUI Check point?give me some of ones?

4 Answers   Second Foundation,


When it is appropriate to change physical description?

0 Answers  


Categories