Hello I would be interestedin the code regards, Joern Knie-von Allmen ... "'perlguitest@yahoogroups.com'" <perlguitest@yahoogroups.com>...
310
Tim Kimber
KIMBERT@...
Aug 7, 2003 11:05 am
Phil, It goes something like this: sub selectNode() { my ($treeview, $path) = @_; #Find the node using Win32::ActAcc my $node = FindTreeViewNode($tree_view,...
311
netsmartz_satish
skarora27
Aug 7, 2003 11:19 am
Let me introduce myselft to all of u ? I am a new joinee to this group. I joined this group bcaz i want to know about the use of perl in testing applications...
312
phisiker2000
Aug 8, 2003 9:32 am
Hello thank you for this piece of code. Before I read this, I extended the Win32::GuiTest-Module by the functions to control TreeView-Controls. They a= re...
313
phisiker2000
Aug 8, 2003 9:32 am
Hello I think, you should first learn to work with Perl before to continue programming with Windowsfeatures. If you do so, you will always look at that, what...
314
Tim Kimber
KIMBERT@...
Aug 8, 2003 9:53 am
I would submit the change to Ernesto, who wrote the GUITest module. regards, Tim Kimber ... Hello thank you for this piece of code. Before I read this, I...
315
chobitex
Aug 10, 2003 1:49 am
Hello, I have been using the GuiTest package for automation data gathering. I have noticed that the PushChildButton() function is inconsitant, and occationally...
316
Dennis K. Paulsen
ctrondlpaulsden
Aug 10, 2003 6:42 pm
Haven't seen this inconsistency myself. If your able to reproduce it, providing some detailed information (OS, sample script, etc.) may be helpful. And the...
317
michael_kuss_perfcon
michael_kuss...
Aug 13, 2003 3:23 pm
Hi, I'd like to test the existence of a menu entry (menu is dynamically generated), so I tried to work with "MenuSelect". Since the notepad example...
318
yowshuflop
Sep 10, 2003 3:56 pm
I'm new to Win32::GuiTest and not super-proficient in perl. All I want to do is open the Win32 app to be tested and hit File->New from the menubar. I am trying...
319
Dennis K. Paulsen
ctrondlpaulsden
Sep 11, 2003 3:58 pm
The problem could be related to msg#221 as you are maximizing (/max) the window when you start it. If this is the case, it will require that the fix mentioned...
320
Dennis K. Paulsen
ctrondlpaulsden
Sep 11, 2003 4:00 pm
There is a known problem with this function and it is documented in msg #221. It happens when an MDI window is maximized.... If this is not the problem you...
321
michael_kuss_perfcon
michael_kuss...
Sep 15, 2003 10:40 am
Hi, maybe there is someone who can help me. I need to drag with the mouse while pressing a shift modifier. Is this possible with the actual package of...
322
mark60050
Sep 15, 2003 3:56 pm
Hi all! I'm new to GuiTest and quite impressed with the functionality! I'm using to automate access to some GUI applications which I want to run as a...
323
amarpanchal
Sep 15, 2003 4:40 pm
I apologise in advance if this is not the right forum for the posting.... We have a long term contract position for someone with - a. PERL/Win32 programming...
324
Peter G. Martin
scribepeterm
Sep 16, 2003 10:10 am
mark60050: ... I'm doing almost exactly what you're doing -- (5 minutes later and on Win2000). Tasks run ok when I'm at home in bed -- but with some of the...
325
michael_kuss_perfcon
michael_kuss...
Sep 18, 2003 2:30 pm
Hi, I know about (simple) modules in .pm files, but I don't know about the .xs-files. So maybe this is a boring question for you experts: In the file...
326
j00j00633
Sep 18, 2003 2:30 pm
use Win32::GuiTest qw/:ALL/; use warnings; # use strict; $a = "Loop got a call from test_run.\n"; $b = "Pause got a call from loop.\n"; $c = "Loop got a call...
327
j00j00633
Sep 18, 2003 2:30 pm
Just wondering... ~ means ENTER + means SHIFT ^ means CTRL % means ALT How would I check to see if those keys are pressed in IsKeyPressed ();? Or is it...
328
michael_kuss_perfcon
michael_kuss...
Sep 18, 2003 2:30 pm
Hi, wouldn't it be nice, if the SendMouse command supported modifier keys ('^', '%', '+') as the SendKeys command does? (I need to drag an object while...
329
Peter G. Martin
scribepeterm
Sep 18, 2003 2:30 pm
mark60050: ... I'm doing almost exactly what you're doing -- (5 minutes later and on Win2000). Tasks run ok when I'm at home in bed -- but with some of the...
330
kirby_laurence
Sep 19, 2003 9:51 am
I sympathize with Greg, there are funtions (e.g. those added in 1.2) that are not in the function list, and have no description or parameter information, at...
331
Dennis K. Paulsen
ctrondlpaulsden
Sep 21, 2003 10:16 pm
I thought I heard a volunteer there for a moment; and maybe not... Regards, D...
332
kirby_laurence
Sep 23, 2003 10:35 am
I couldn't volunteer if I wanted to. More's the pity. I just started with the module last week, and I'm still experimenting to see what types of button...
333
netsmartz_satish
skarora27
Sep 25, 2003 12:33 pm
Hi all, Thanks for reading my query. I have an urgent query reagarding the web application testing. The scenario is : There is a complete web application. The...
334
Ken
krc2700
Oct 1, 2003 5:51 pm
To the list, I have recently downloaded and installed the tool and now am in the need of a tutorial. Is there a tutorial on how to get started?? Thanks, Ken...
335
Mike Springer
mspringer3187
Oct 3, 2003 9:45 am
Ken, I went through the newbie stage 6 months ago, and can tell you that most of this module is learned by trial and error. I've copied in two sub routines I...
336
Dennis K. Paulsen
ctrondlpaulsden
Oct 3, 2003 6:16 pm
The examples under the eg/ will be most helpful in addition to the core module documentation (README.txt or `perldoc Win32::GuiTest`)... Also, having a copy...
337
Kristofer Hoch
kristoferhoch
Oct 25, 2003 1:29 pm
... http://msdn.microsoft.com/library/default.asp ... Version: 3.12 GIT d s+:++ a C++ UL++ US+ P+++ L++ W+++ w PS PE t++ b+ G e r+++ z++++ ... ...
338
ste88llo
Oct 29, 2003 10:45 am
Is it possible to use the make that comes with Dev-cpp from http://www.bloodshed.net/ to build this module. I prefer indigoperl over activestate...