How do I go about calling an executable that has spaces in it. Below is what my code currently looks like which returns the error of: Couldn't find the file...
I am going over the examples in the eg directory of the distribution and encountered a couple of things that are not working on my XP. I'd like to fix them but...
I fixed most of the issues that I raised in my previous message. The latest version of the spy.pl script I started to write can be found in the CVS here: (with...
Hey, i wanted to know if anyone knows of a way to automate TN3270 and/or Tandem telnets (Tandem is something like a mainframe). i thought about using...
Hi, I am a new user to the Win32 gui perl module. In my project i am using a Window which contains three tab.Each tab has respective text fields. I want to...
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...
I wonder if Win32::GuiTest can be used to test an application written in Java ? Using the mouse only to click would probably work but I tried and could not get...
Hello, I'm new to this forum. I'm using GUITest to control an VB based application. One of the screens has several listboxes. I have had some success in...
Just found this module a few days ago, and I'm already impressed about how much it's capable of. I've been doing some playing around to data-drive a calculator...
I am in the process of automating the installation of a game and during the video setup portion it the game is minimized and a web page is opened. This...
Hi, I am very new to GUITest. I am trying some very simple things, such as opening a text file in notepad. Here is my code: system("notepad.exe"); ...
use Win32; use Win32::OLE; use Win32::GuiTest; use Win32::Clipboard; ###################################################################### # EMAIL FILTER -...
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" />...
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. ...
#-- This program inspects the internet header of all Microsoft #-- Outlook (2002, SP-2) messages in the user-defined #-- "MyAccount" directory to determine if...
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 ...
... 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...
Hello, Per the poll I created several months ago, only 1 of the 10-or-so project contributors showed up to help out a bit with the recently started (in March)...
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 ...
Hi: I tried opening the PPM application actually within the directory containing the ppd file and got this: C:\TEMP92;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 ...
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....
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...
Spam detection software, running on the system "mail.citat.se", has identified this incoming email as possible spam. The original message has been attached to...
Hello, Just wanted to let you all know, for a while now I've been working on a script recorder application that is compatible with Win32::GuiTest 1.50.1-ad.....
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 ...
I've some alot of mail regarding installation of Win32-GuiTest, but I have yet to get it to install on Perl (Version 5.8.3). I am using PPM (Version 3.1) to...