Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 951 - 980 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
951
Here is my test code. The application opens properly, but then it just hangs, when I close the application it gives me the appended error and then sends ^p to...
majingaa2z
Offline Send Email
Jul 12, 2005
3:44 am
952
Hello All, I am totally new to Perl. I have used SilkTest in the past for GUI automation and now I want t use Perl for automated GUI testing and also for unit...
atigoynas
Offline Send Email
Jul 12, 2005
3:44 am
953
... Try reading these: http://triumvir.org/prog/perl/guitest/ http://www.piotrkaluski.com/files/winguitest/docs/index.html but you probably will have to learn...
Gábor Szabó
gabor529
Offline Send Email
Jul 12, 2005
7:58 am
954
Do you mean by "application" the perl script you sent us ? I think it would be better to run it from the command line : c:\workplace> perl script.pl The...
Gábor Szabó
gabor529
Offline Send Email
Jul 12, 2005
8:08 am
955
... It doesn't look like you're doing anything to give focus to the program you're testing, so that's probably why your key input isn't getting there....
Danny R. Faught
sw_alchemist
Offline Send Email
Jul 12, 2005
3:48 pm
956
I'm not positive this makes a difference, but you also might try: my @window = FindWindowLike(undef, "^BEACH,BOBBY"); Chris Hilton...
Chris Hilton
chris_hilton
Online Now Send Email
Jul 13, 2005
4:49 pm
957
I'm trying to run a test on a Windows XP machine that sends Mouse Clicks and Keys to a specific window. All works fine until the Screen Saver activates. Is...
bobbaloo2002
Offline Send Email
Jul 14, 2005
6:34 am
958
This test script is similar to the Beach Bobby one of majingaa2z posted this week: Script is: use Win32; use Win32::GuiTest qw(:ALL); $Win32::GuiTest::debug =...
lmarlin
Offline Send Email
Jul 14, 2005
6:35 am
959
It looks that Win32::MsgBox does not return until something is pressed. You should not have any problems finding a handle of any message box created by other...
Piotr Kaluski
pkaluski
Offline Send Email
Jul 14, 2005
6:43 am
960
... IMHO I'd either turn off the screen save before the test runs and turn it on after or drag the mouse just for fun even when it is not needed just so that...
Gábor Szabó
gabor529
Offline Send Email
Jul 14, 2005
7:45 am
961
... To expand on what Piotr said. If you are doing this just to test Win32::GuiTest then write two scripts and run them in separate cmd windows: The first...
Gábor Szabó
gabor529
Offline Send Email
Jul 14, 2005
7:52 am
962
Thanks - based on both of your suggestions (Gabor & Piotr) , I set up one script to run and pop the MsgBox and a second script to look for for the "test"...
lmarlin
Offline Send Email
Jul 14, 2005
1:02 pm
963
It sounds like what you want to do is to disable the screen saver before you run your test code, then re-enable it after you are done. The way to do that is...
Michael Rabinovitz
rabinov
Offline Send Email
Jul 15, 2005
2:13 am
964
I am having some problem with the newly added function in the guitest module ( GetTabItems,GetListViewContents...). I am running a perl script as windows...
Nagarajan M
naga_cit
Offline Send Email
Jul 20, 2005
6:54 am
965
I've seen several messages related to this, but nothing that comes out and hits the nail on the head. Is there a binary install of Win32-GuiTest 1.50+...
scrivener90
Offline Send Email
Jul 24, 2005
5:38 pm
966
... within the distro on CPAN there is a compiled version that you can install using ppm. Download the distro from CPAN, unzip it, cd to its directory and...
Gábor Szabó
gabor529
Offline Send Email
Jul 24, 2005
5:57 pm
967
I am guessing that the number of messages you bothered to look at is less than or equal 5. My guess is based on the fact that the most basic search in the...
Piotr Kaluski
pkaluski
Offline Send Email
Jul 25, 2005
6:17 am
968
I have been lurking this group for several months now. This is not a request for assistance, rather an enthusiastic communication of appreciation and thanks...
Kurt Stelmar
ckca38
Offline Send Email
Jul 25, 2005
4:34 pm
969
Kurt, Thank you for that enthusiastic reply. I am hoping it will be for me the GODSEND it has been for you. :-) I'll let you know how it goes. Piotr, Thank...
scrivener90
Offline Send Email
Jul 25, 2005
11:03 pm
970
Hm... I checked the readme file and yes, you are right. The message there may lead to confussion. Especially for people who see the module for the first time...
Piotr Kaluski
pkaluski
Offline Send Email
Jul 26, 2005
7:21 am
971
Piotr, No problem. Heck, I was newbie-slapped on CompuServe forums back in the late 80's, and again when I first discovered usenet. I've tried to do the...
scrivener90
Offline Send Email
Jul 26, 2005
5:26 pm
972
It seem it is quite problematic to use Win32::GuiTest to automate applications written with some of the multi-platform toolkits. Actually this does not seem to...
Gábor Szabó
gabor529
Offline Send Email
Aug 1, 2005
4:34 pm
973
Yes – I’ve found the same, and it IS frustrating. I tried Winspy as well, with the same lack of success. I don’t have any ideas but I’d sure like to ...
Kurt Stelmar
ckca38
Offline Send Email
Aug 1, 2005
10:06 pm
974
Hello! I think this is a quiet usefull module to automate applications -- thanks for porting it :-). I still go a question to steer an application which needs...
entergroup1
Offline Send Email
Aug 3, 2005
9:51 am
975
... could you send us code samle on how did you try it and maybe a more exact explanation on what would you do if you were a human being infront of the...
Gábor Szabó
gabor529
Offline Send Email
Aug 3, 2005
11:43 am
976
To Hrushi K: I just tested this script in SAMIE and it did properly click on the link. I am running SAMIE 1.0. I have not tested this with SAMIE 2.0 #...
lmarlin
Offline Send Email
Aug 3, 2005
9:59 pm
977
I'm having the same problem. That is the GetListViewContents() function is returning a list of empty stings. The only thing I have to add is that it seems that...
rafelafrance
Offline Send Email
Aug 3, 2005
10:04 pm
978
Hello, I'm curious if your using Windows 9x or ME? If so, this issue exists and will need to be looked at. Note: Haven't had much time lately to work on this...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Aug 3, 2005
10:14 pm
979
Hello, The primary dependencies would just be standard Windows DLLs User32.dll, ComCtl32.dll, etc. Hmmm, with regard to Win32::Daemon. I know I haven't tried...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Aug 3, 2005
10:19 pm
980
In the future, please direct these SAMIE related questions to the appropriate public forums at: http://sourceforge.net/projects/samie Regards. ... the...
Dennis K. Paulsen
ctrondlpaulsden
Offline Send Email
Aug 3, 2005
10:22 pm
Messages 951 - 980 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help