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...
Is there a way to extend GuiTest to interact with table controls like eg. those in Spread 2.5 - they show up as SS32X25_Spread in Spy window. At the least I...
hi, i have a gui Machine learning tool which i need to invoke using perl and also pass necessary parameter such as input file etc, could someone please tell me...
Hello... I'm starting a project to automate some testing of web pages. I've used a Perl module called SAMIE (samie.sourceforge.com) but have been unable to...
I'm having a lot of trouble trying to set the value in a combo. If I just use SendKeys, the value changes as each key is sent, which will not work (I know...
The following perlguitest poll is now closed. Here are the final results: POLL QUESTION: Please read the latest group messages if you're unfamiliar with why...
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...
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...
HI i have a perl script use Win32::GuiTest qw/MenuSelect/; system "start notepad"; sleep 2; MenuSelect("&File|&Exit"); when i execute this it opens the notepad...
I am new here and the question obviously shows my lack of RTFM and lack of understanding of the Windowing world, please bear with me. I am trying to test...
Dear All, I want to write a script to automate logon/lock for a particular user ! For this first I want to send CONTROL ALT DELETE event to the computer ! I...
I have written a small script to test calc.exe I'd be glad to hear your comments on my script. How would you do it differently ? I included the sleep() calls...
Hello All, First, I'd like to mention that it has been highly enjoyable for me over the years to work with and help out those individuals developing on or...
Hello... ... size seem to ... For now, I'm one of the ones just starting to play with it. Specifically, I am some months away from needing to use GUITest, and...
Hi, Since I have observed that some people have problems installing GuiTest using ppm I would like to share with you some of my observations: When you use ppm...
I am trying to send this in for the 4th time, but it always disappears. Please forgive me if suddenly you'll receive all the copies. Gabor ... I am not sure if...
Hi i want to send 4 "TAB"s successively with folowing script's line $delay = 2000; SendKey("{TAB 4}", $delay) but just i take only 2 TABs Has someone an idea,...
02-19-2004 Ernesto, I'm wondering if everything is okay? I've sent you a couple of emails over the past several months and the last I heard from you was in...
I am trying to use this module with a script I have written for test Internet Explorer, in which I have control of IE using the OLE objects for Explorer. but I...
I'm having a lot of trouble setting the value of a combo. SendKeys always acts as if it is typing the first letter (which makes sense). I thought that GetFocus...