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 |
i'm using WR 8.2 version to test a form developed using ORACLE10g. The problem i'm facing is, the form has number of edit objects in that only two objects are not able to recognize by WR while running the script. ( if i FIND that object in the GUI File it highlights the object but if i press SHOW button not able to recognize) can anyone tell me the reason for it??
Which of the following, we cannot include in a compiled module? a)check points b)analog statements c)reporting statemnts
whats spiral testing. give example
winrunner supports .NET technology or not?
How does winrunner Recognize Objects in an application?
Where can I find a tutorial on WinRunner 7.0?
What is the purpose of the temp GUI map file?
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?
What is tsl? What 4gl is it similar too?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
what is test bed
How to carry out manual testing for a background process which does't have any user interface