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 is mean by release in quality center and who will perfom?
what is batch mode, how can u run ur tests in batch mode?
Where do you found that you can't use winrunner for automation?
How many Record Methods are there in Winrunner?
6 Answers Accenture, Indicus Software,
What do you verify with the database check point custom and what command it generates, explain syntax?
What are the standards will you maintain at the timing of writing TSL script in WinRunner?
Where exactly testing comes in to picture in S.D.L.C?
What are the reasons that winrunner fails to identify gui object?
Besides Record and Replay what else can we do with WinRunner?
what is split function?Give me the syntax?
hye.when we do recording,objects r indentified by GUI map editor.and respective script is generated.But my problem is that in GUI map editor objects r not stored-not their description.I tried 'LEARN' option in GUI map,even it is not working.So that i can't run my script.Tell me solution Thank you.
The extension of the Script file is .mts ok Whis is stand for mts?