Hello group, I am new to Win32::GUITest. I have been writing GUI based automated test with WinRunner and Rational Robot for about two years. I was wondering if...
I am new to testing and have a few questions about WinRunner and Robot for you if you don't mind. 1. Which one do you like the most and why? 2. Which is easier...
... Perl is FREE. Perl skills are more resellable in the marketplace, than just closed solutions. Having Perl skills can lead to higher paid jobs. Perl has...
The febuary issue of Windows Developer (http://www.wd-mag.com/articles/2002/0202/0202toc.htm?topic=articles) has an article. There's a code snippet from: ...
I grabbed the zip file of 5.6.1 from ActiveState and unzipped the archive into C:\. The result is perl.exe is located into C:\ActivePerl\Perl. I found the...
Hello All. Believe or not I am actually a Macintosh user and UNIX fan. However, my recent job has a product for MS Exchange server, and I do whitebox QA. I...
When I type PPM I get this. I installed this from a zip from ActiveState. :-( Failed to load PPM_DAT file Can't use an undefined value as a SCALAR reference...
I looked in the article. It's ok, but is limited to just FindWindowLike, SendKeys, SendLButtonDown, MouseMoveAbsPix, etc. I wish there was more sample source...
I've found it to be very difficult automating the apps in MS Office (though my experience is strictly with Rational's Robot tool for trying it -- I'm still...
Hello Andy. Actually all of my automation is through OLE Automation. However I have two problems. (1) Outlook Profiles - there's no OLE automation for Outlook...
Using PushButton.pl as my guide, I did the following. If anybody has Outlook, configure it to use profiles, and try this. :-) The path I chose, requires...
I used spy--.pl to sniff out this window. I got the following snippet amongst everything else: ++0x00420082, 'Check Name', #32770 +++0x0084006C, 'Microsoft...
... SetForegroundWindow($windows[0]). ... button is not working. :-( Why?!? PushButton uses a case insensitive match with a regular expression. With that in...
Hi folks, Let's see a raise of hands for all whom have used QA Partner or Silk? I think this is a great product. However it like $4000, and many employers...
... Sign me up. I can be a beta tester as well. :-> Plus, I have a day job, but I am a whitebox QA tester. So I can possible test some things out, and get...
Hi, ... [...] ... It's going slower than I would like it to... I'm thinking about releasing an intermediate version that's mostly done already in case people...
Hi, ... [...] ... parentwin.childwin.dialog.button.click(), etc. For those of you Looks a bit like Smalltalk. In that language every method by default returns...
Here is some code that will retrieve the text from a ListView box. Paul SV* GetListViewHelper(HWND hwnd, int index) { /* some code adapted from Jeffrey...
Hi all, still have some work to do before I call it 1.5, but decided it's time to release it, as you've been waiting quite long for a new version. I'll wait...
Alright, I have an interest in doing automated tests now using Perl for Win32. How do I get started? I know VERY LITTLE Perl, but a substantial amount of...
Hi, ... for Win32. How do I get started? I know VERY LITTLE Perl, but a substantial amount of C,C++, and C#. That's fine the basics are quite straightforward...
hi. i'm trying to get keypress to recognise normal a-z characters but i can't seem to get it to work. first in keypress.pl i tried just changing @keys to qw/s...
Hi, ... but [...] ... You did nothing wrong. The version IsKeypressed that I uploaded only supports "special" keys. That means it understands the same things...
Thanks for that. i installed it using ppm cos nmake seems to crash when its compiling something that uses xs. anyway, i've run into a little bit of a problem....
Hi, ... [...] ... Win32::GuiTest No idea, but you could try two things to see what happens: 1) use strict; at the beginning of your script and using "perl -wc ...
Hi, ... You'll need GetWindowText for sure and then either GetForegroundWindow, GetFocus or GetActiveWindow, depending on what exactly you mean by "focused". ...