Hi, I have an "Windows application" where there are 4 editboxes without captions. To turn the focus to any one of the edit boxes, I am not able to get the ...
Sriram - I had a similar problem with an application based on Javascript. I tried SPY++ and was able to get window handles and some class information. From...
... 20Search&Selected=1&FontSize=8.0 ... control and send a left mouse click? ... Lee, Could you please check the link provided? It does not provide any ...
Hi, My first post to this group, I am a beginner as far as guitest goes but am hopeful that it can really help with some automated testing I have planned. ...
Looks like this may be a .net issue. The application I am running against is a .net snap in to the mmc and it doesn't seem to work. However, I have tried a...
Is there any way to compare bmp or jpg images in Win32::GuiTest? I want to automate installation process. So when the status bar shows 100% completed, i want...
Hi All, How can I invoke the system tray menus? For example... I went to the system tray and right click the mouse over a particular Icon. A list of menu...
Hi I am new in perl .Actually I am testing a product for PC backup and I am planning to perform automation testing on the same becuase I have been receiving...
Hi all, I'm stuk! I've installed Win32::GuiTest with success and already have used the recorder to create a test script. However, I'm not 'knowleageble' on...
... I myself don't use the code (yet), so I hardly count, but you could always put a wrapper around it, something like Win32::GuiTest::Clean (or ::Simple, or...
Just (finally) got to this group, in my trek through the QA and perl world, so Hello everyone! I wanted to ask how easy people think creating scripts using ...
Hi... Bret Pettichord just published the note below to the WATIR and ruby-talk mail lists. If anyone here would be interested in helping to create a usable...
Hi, Some time ago I mentioned that it would be good to have a test application, which would be created only for being a target for tested WGT functions. I have...
Hey, i want to automate a 3270 Emulator called "IBM Personal Communications". it mainly contains a certain (custom?!) Control that i dont know how to obtain...
... I would recommend reading the perlxstut and perlxs parts of the perl core documentation. XS is a language for describing embedding of C functions into...
... There is a module called 'Inline' that lets you embed C code directly into your script, and call functions written in C. Other variants of Inline let you...
hi, How about Press Ctrl key? I write a function ,please look this: # 1 start x,2 start y,3 end x,4 end y sub CtrlClickTwo { MouseMoveAbsPix($_[0],$_[1]); ...
Thanks a lot ,i installed Inline successful at PPM. But when i write follow this code: use Inline C; greet('Ingy'); greet(42); __END__ __C__ void greet(char*...
If you get the inline.ppm installed, that's will be ok. I propose that you should read the manual carefully, and will find the correct answer. liu xiaolei...
I'm having problem with the manipulation of combo item selection when sending raw message(CB_SETCURSEL) or using the new feature "SelComboItem" command added...
Hi All, Can anyone point me to resources/scripts which will be helpfull in controling settings of IE->Options->Security->ActiveX stuff Thnx in advance, Shri ...
... when ... Both ... from ... change ... 2nd ... of ... Hmm... Good point. It behaves as expected. CBN_SELCHANGE documentation on MSDN says that it is not...
You could use the following that simulates a Win-d SendRawKey(VK_LWIN, 0); SendKeys('d'); SendRawKey(VK_LWIN, KEYEVENTF_KEYUP) Regards, Dennis K. Paulsen ... ...
Hello, The best source of information is the ReadMe file and example scripts; which are available at http://sourceforge.net/projects/winguitest It is also...