Hello, Given the short description of the problem, I'd say that Perl and maybe even Win32::GuiTest might help you on this... Of course, you'll want to learn...
458
Dennis K. Paulsen
ctrondlpaulsden
Apr 19, 2004 12:47 am
Hello, Just wanted to let you all know that you can find the latest releases (i.e., 1.50.1) of Win32-GuiTest (alternate distribution) at: ...
459
woland99@...
woland99
Apr 26, 2004 9:39 pm
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...
460
Dennis K. Paulsen
ctrondlpaulsden
May 12, 2004 11:26 am
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.....
461
Dennis K. Paulsen
ctrondlpaulsden
May 26, 2004 5:16 am
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)...
462
Gabor Szabo
gabor529
Jun 1, 2004 3:52 pm
... 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...
463
yoni_benshlosh
Jun 1, 2004 3:59 pm
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 ...
464
jayu_tech
Jun 1, 2004 3:59 pm
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"); ...
465
Peter G. Martin
scribepeterm
Jun 1, 2004 3:59 pm
... Er, don't look now, but this gives me a Forbidden error: Forbidden Remote Host: [203.111.30.234] You do not have permission to access ...
466
negedi
Jun 1, 2004 3:59 pm
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...
467
pkaluski
Jun 1, 2004 3:59 pm
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...
468
Sherry Lin
sherryhjlin
Jun 1, 2004 3:59 pm
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...
469
jayu_tech
Jun 1, 2004 4:00 pm
Can somebody please make the following work? use Win32::GuiTest; use Win32::OLE; use Win32::SAM; $| = 1; my $URL =...
470
yoni_benshlosh
Jun 1, 2004 4:00 pm
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 ...
471
Nagarajan M
naga_cit
Jun 1, 2004 4:01 pm
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....
472
Steve West-Fisher
westfisher
Jun 1, 2004 4:01 pm
... 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...
473
max_russell2000
Jun 1, 2004 4:01 pm
I have been trying to use PPM to install the win32-guitest module. It keeps failing however with the following message: PPM> install...
474
max_russell2000
Jun 1, 2004 4:01 pm
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...
475
rqbanerjee
Jun 1, 2004 4:03 pm
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 ...
476
Vinod
vinod_arappath
Jun 1, 2004 4:03 pm
Hi, Can somebody help documentation regarding these functions. SetForegroundWindow GetDesktopWindow GetWindow GetWindowText GetClassName GetParent ...
477
Dennis K. Paulsen
ctrondlpaulsden
Jun 2, 2004 5:00 am
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...
478
Dennis K. Paulsen
ctrondlpaulsden
Jun 2, 2004 2:51 pm
Hello, If documentation is not found in the README, most certainly you'll find them documentated at http://msdn.microsoft.com. :-) Regards, D...
479
Dennis K. Paulsen
ctrondlpaulsden
Jun 2, 2004 2:53 pm
Hello, In the last release 1.50.2-ad, I went ahead and verified that PPM works. So, please try 1.50.2-ad located at cpan.org OR ...
480
Coleman Tom
tom_g_coleman
Jun 2, 2004 5:18 pm
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:...
481
Tom Harris
funes666
Jun 2, 2004 10:06 pm
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 ...
482
Dennis K. Paulsen
ctrondlpaulsden
Jun 3, 2004 2:25 am
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,...
483
Eric
eric_hansen85
Jun 4, 2004 1:52 pm
#-- This program inspects the internet header of all Microsoft #-- Outlook (2002, SP-2) messages in the user-defined #-- "MyAccount" directory to determine if...
484
McMahon, Chris
cmcmahonloronix
Jun 4, 2004 2:02 pm
... 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...
485
Steven Swenson
talwyn
Jun 5, 2004 4:08 pm
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...
486
Steven Swenson
talwyn
Jun 5, 2004 4:11 pm
You can look at the API documentation for many of those. ... Hi, Can somebody help documentation regarding these functions. SetForegroundWindow ...