Phil, It goes something like this: sub selectNode() { my ($treeview, $path) = @_; #Find the node using Win32::ActAcc my $node = FindTreeViewNode($tree_view,...
Tim Kimber
KIMBERT@...
Aug 7, 2003 11:05 am
311
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...
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...
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...
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...
Tim Kimber
KIMBERT@...
Aug 8, 2003 9:53 am
315
Hello, I have been using the GuiTest package for automation data gathering. I have noticed that the PushChildButton() function is inconsitant, and occationally...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...