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...
63
huazhi_ca
Mar 13, 2002 10:12 pm
... 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...
64
huazhi_ca
Mar 13, 2002 10:17 pm
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: ...
65
huazhi_ca
Mar 13, 2002 10:18 pm
... Nope. Don't even know what that is. I am going to use DejaGNU, which has excellent documentation and is bundled with Cygwin....
66
huazhi_ca
Mar 13, 2002 10:27 pm
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:\ActivePerl92;Perl. I found the...
67
huazhi_ca
Mar 13, 2002 10:41 pm
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...
68
huazhi_ca
Mar 13, 2002 10:52 pm
I just picked my magazine up today at Border's....
69
huazhi_ca
Mar 13, 2002 10:54 pm
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...
70
huazhi_ca
Mar 14, 2002 2:53 am
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...
71
Tinkham, Andy
tinkha
Mar 14, 2002 4:51 am
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...
72
huazhi_ca
Mar 14, 2002 4:28 pm
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...
73
huazhi_ca
Mar 14, 2002 5:57 pm
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...
74
huazhi_ca
Mar 14, 2002 10:08 pm
I used spy--.pl to sniff out this window. I got the following snippet amongst everything else: ++0x00420082, 'Check Name', #32770 +++0x0084006C, 'Microsoft...
75
ctrondlpaulsden
Mar 15, 2002 3:20 am
... SetForegroundWindow($windows[0]). ... button is not working. :-( Why?!? PushButton uses a case insensitive match with a regular expression. With that in...
76
huazhi_ca
Mar 20, 2002 11:53 pm
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...
77
ctrondlpaulsden
Mar 21, 2002 6:37 am
... Silk? I think this is a great product. However it like $4000, and many employers may not want to pay for it. ... ...
78
huazhi_ca
Mar 21, 2002 5:42 pm
... 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...
79
erngui
Mar 25, 2002 12:24 am
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...
80
erngui
Mar 25, 2002 12:31 am
Hi, ... [...] ... parentwin.childwin.dialog.button.click(), etc. For those of you Looks a bit like Smalltalk. In that language every method by default returns...
81
paulbt2000
Apr 12, 2002 2:45 pm
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...
82
erngui
May 12, 2002 8:24 pm
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...
83
Ben Rush
kwendex
May 14, 2002 7:17 pm
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...
84
erngui
May 17, 2002 4:54 pm
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...
86
amorphis_bwd
May 22, 2002 8:07 am
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...
87
erngui
May 22, 2002 9:24 pm
Hi, ... but [...] ... You did nothing wrong. The version IsKeypressed that I uploaded only supports "special" keys. That means it understands the same things...
88
amorphis_bwd
May 23, 2002 12:26 am
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....
89
erngui
May 23, 2002 9:40 pm
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 ...
90
nigelk60
May 30, 2002 1:18 pm
Great Utility - I am trying to identify the title of the currently focussed window under NT, How can this be done? Regards Nigel...
91
erngui
Jun 3, 2002 5:33 pm
Hi, ... You'll need GetWindowText for sure and then either GetForegroundWindow, GetFocus or GetActiveWindow, depending on what exactly you mean by "focused". ...
92
Philip Nemec
panemec
Jun 4, 2002 12:37 am
I've come across a program that only responds to the cursor arrow keys (not the num pad arrow keys). Unfortunately the num pad arrow keys seem to be the ones...