What is Diff. between Pause() ,report_msg() statements?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
What are the advantages of Global gui over gui map per test mode?
How to check the Back Ground Color of screen in Winrunner?
3 Answers 3i Infotech, Satyam,
WHAT S/W LANGUAGES DOES THE WINRUNNER & QTP SUPPORT? WHAT ARE THE LATEST VERSION OF BOTH THE TOOLS?
how to invoke the window based application in win runner
What is the Extension File name of WinRunner?
can any one provide some testing material?
What is the XML test cases creation?
What is the TSL function in WinRunner to connect to test director?
1 Answers Infosys, Kanbay, Scope International,
how do you rate your self in winrunner
How to carry out manual testing for a background process which does't have any user interface
What are the couple of web functions found in the function generator and what is the purpose of them?
How to Import(insert) data from an excel sheet to Database(table).