How to Close Winrunner using Winrunner Script?

Questions by srinivasulub1981   answers by srinivasulub1981

Showing Answers 1 - 6 of 6 Answers

Uday Kumar. Anem

  • Dec 8th, 2005
 

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, 5, 0, 0);

  Was this answer useful?  Yes

Lali

  • Dec 29th, 2005
 

Hi Uday,

could you plz explain the script.

  Was this answer useful?  Yes

Mahesh Kumar

  • Jan 27th, 2006
 

Dear Friend,

I tried to run this code. but it is not working. please send me the exact code. i am waiting for your reply.

Regards

Mahesh

  Was this answer useful?  Yes

venkat

  • Nov 12th, 2006
 

   what ever u  have written is correct or not? i couldnt understand dat functionality....explain me once again please...

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions