Tell me the Script to close winrunner from the script
itself..
Answer Posted / uday
load_dll ("user32.dll");
extern int PostMessageA (in long, in long, in long, in
long);
win_get_info (" {class: window, label: \"!
WinRunner.*\"}", "handle", hWnd);
PostMessageA (hWnd, 16, 0, 0);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
you hae a inbox and got a mail how can you know it is there or not write script.
Name the three modes of running the scripts?
What is the purpose of regexp_msw_class property?
How do you modify the logical name or the physical description of the objects in gui map?
What is the purpose of the temp GUI map file?
What is toogle breakpoints? How does it differ from break points?
How do you clear a gui map files?
How to integrate automated scripts from testdirector to winrunner scripts?
What are the reasons that winrunner fails to identify gui object?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
Explain the use of test director software?
How should we write and execute a user define function using WinRunner.
How to to get the information from the status bar without doing any activity/click on the hyperlink?
i this is priya speaking, any 1 tell me project detail for NETBANKING and HELTHCARE pls send to this E-MAIL ADDRESS; (priyadharshni2@yahoo.com)pls qik, thank u once agajn.
What is the disadvantage of loading the GUI maps through start up scripts?