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...
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...