is there any winrunner function which will allow me to send
my user defined message to the test result window.
i mean to say is there something similar to msgbox(that we
use in qtp)in wr?
the wr function i want to know is other then report_msg and
tl_step.
Answers were Sorted based on User's Feedback
Answer / srikanth.m
i guess pause statement is also used to display user msg.
pause("user msg");
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saritha
in winrunner we use
report_msg(message)
other than this there i don't think there are more functions
| Is This Answer Correct ? | 0 Yes | 1 No |
WHAT PURPOSE TO USE WINRUNNER
If I do not check any of the add-ins that pops up initially, for which type of application can I do scripting?
Name the three modes of running the scripts?
Is 'public' allowed inside of the function declarations?
What are the three modes of running the scripts?
What is the use of gui map and what happens when the gui map file get loaded?
How do you clear a gui map files?
How to Get data from database(table) to an excel sheet
Where do you found that you can't use winrunner for automation?
what are the differences you see in e-commerce and banking domain in testing point of view Thanks in Advance
which checkpoint is used to analyze the appearance of AUT
How to Know through script which add-ins are loaded with winrunner?