... My guess is that Ernesto has a limited set of development enviornments to create new buils which does not happen to fit yours (nor mine actually using...
Hey all , i want to monitor certain applications for functionality and performance (if possible). i wonder if any has made a wrapping for guitest to have ...
If you want to wait that program is finished use this: system("notepad.exe"); If you what to deatach from program use this: system("start notepad.exe"); Also...
Hi, I have an interesting problem, which probably some of you have faced already. I am trying to automate testing of GUI application (let's call it APP1) using...
Hi, When I tries to compile the package I downloaded (1.51.ad) from the web it complains there is not guitest.cpp file. And also I only have make utility not...
hey all, i am trying to make a function that will retrieve all strings inside a window. it's quite easy doing on window with "Edit" Classes, ComboBoxes, and ...
Hi All, I am facing two main problems in my Win32-GUI automation. Can Any one help me out in solving those. 1. I want it capture tool tip on the GUI objects....
... on ... that ... I have gotten the alternative distribution and started working with it, as well as the recorder, which I haven't tried yet. One question I...
Hi: I tried opening the PPM application actually within the directory containing the ppd file and got this: C:\TEMP\Win32-GuiTest-1.50.1-ad>ppm PPM interactive...
Hello, I am having some problems with GuiTest on a windows 2000 box and Internet Explorer. I am trying to do a simple task: go to "Internet Explorer" and ...
You might want to try something like: my @windows = FindWindowLike(0, "Internet Explorer$", undef); If it does find multiple windows and there aren't multiple...
here is a zip file that has some notepad interactions good luck! tom ... From: jayu_tech [mailto:jayu_tech@...] Sent: Friday, May 14, 2004 1:11 PM To:...
Greetings, This one came from the agile-testing list on yahoo. It uses Perlguitest to simulate a monkey banging on the keyboard whilst moving and clicking the ...
Regarding the new development of 1.50.1 and the Recorder, you can direct comments and questions to SourceForge.net.. If someone has contributions to make,...
#-- This program inspects the internet header of all Microsoft #-- Outlook (2002, SP-2) messages in the user-defined #-- "MyAccount" directory to determine if...
... to ... the ... considered ... Thanks for noticing, that's my code. It's actually even more brain-dead than you describe. Here's from the docs: "This...
Most strings in windows are Static Labels. I wrote a quick script to locate this type of information. It takes a Titlebar name as an argument but if you want...
... I am not sure I understood the issue but can't you access theses controls by their title ? Anyway I am not a Windows developer but do you know why are...
Is the latest verson 1.50.2 compatable with perl version 5.6.1 build 629. The Win32_GuiTest.ppd file says <ARCHITECTURE NAME="MSWin32-x86- multi-thread-5.8" />...
As an alternative to the original code example, if you wish to not rely of Microsoft Outlook already running, you can create a new com object with this line of...
use Win32; use Win32::OLE; use Win32::GuiTest; use Win32::Clipboard; ###################################################################### # EMAIL FILTER -...
When using WaitWindow one would like to know if the window actually came up. However WaitWindow returns an array of size 1 even if the window did not come up. ...