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
How to to get the information from the status bar without doing any activity/click on the hyperlink?
What are the different modes of recording in winrunner?
what is the difference between toggle checkpoint and checkpoint?
Name the two modes of recording?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
write a compilemodule function for loginscreen.
How do you call windows APIs, explain with an example?
What is contained in the test scripts?
How do you select multiple objects during merging the files?
what is the testing high level architecture
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.
descriptive program for web application.
How do you identify which files are loaded in the gui map?
Define parameterizing?
When it is appropriate to change physical description?