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...
Hello, I am new to perl and win32::guitest. I thought I would give it a try after hearing about it at a conference in Portland. I have several independent...
I'm trying to test a program that was built with ILOG and so exports no useful subwindows to be found by FindWindowLike. Hence, all interaction has to be done...
I have a similar situation. The way I solved it was to move the window to a known location on the screen. Be sure to account for different screen resolutions...
... window ... Thanks! I'd thought of that, but couldn't see how to do it - I couldn't see anything like MoveWindow or SetWindowRect in Win32::GuiTest, and I...
Provided you are using Win32::GuiTest v1.49 or later (available from the Files section of this Yahoo! group) a SetWindowPos method is available. Below is an...
Hello, Message #307 (http://groups.yahoo.com/group/perlguitest/message/307) in this group might be nice to take a look at. Probably not what your really...
I'm not too familiar with that compiler or distribution of Perl, however I loaded both up the other day and noticed, that it seemed the make that comes with...
Has anyone had any experience using GUITest with Foxpro Applications? I'd be interested in hearing your experiences. Some of these apps use foxpro classes and...
Hello all, Im new to this forum and perl for that matter. I have a problem I am hoping some of you have a solution for cause im stumped. I have a window with...
I recently used ppm to install GuiTest to my perl 5.8.0 (activestate build 806). The version using the default ppm installs version 1.3 I tried downloading the...
We open a file, write ( append ) to it, and then close the file. When the system locks up we do not have the last 5 seconds of activity. If you have written...
Is it possible to use the SendKeys command even if the window is not enabled or visible? Can you show me some example code to accomplish this if it is...
Hi Sir Peter, I've also done some automation but with MS Outlook however when my Screen is locked my guitest script does not run properly. Outlook is still in...
I have exactly the same problem I not in a position to be able the compile the package myself and I can't move back to perl 5.6. Does any kind sole have a...
I had the same problem and error message. I have been able to install it following the generic install procedure, that is: makefile.pl nmake... etc. I don't...
The window would need to be enabled. I don't believe I've tried with an invisible window, but I would think it would be as simple as: my ($window) =...
Has anyone come across or used any other analogous commercial products for automating windows apps (specifically toolkits, not just Segue, etc.). Some time...
Jessica, Perhaps you could tell us a bit about your project (No-IP required), and we could give you a little more direction. Thanks, Kristofer Hoch. Quality...
I use PushButton in quite a number of my test scripts .. occasionally for some reason the button only bumps but does not depress. This has happened on the...
Sleep 1 second before clicking the button and the problem should be gone. guiguy2001 <guiguy2001@...> wrote:I use PushButton in quite a number of my test...
Probably my question is too trivial but I'm a starter. I just started to use the guitest module. I need to test a website like this messge board. Assume I want...
If your application for test is a website GuiTest may not be your best tool. GuiTest is more geared to a Win32App. You may be able to use Sendkeys and mouse...