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...
952
atigoynas
Jul 12, 2005 3:44 am
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...
953
Gábor Szabó
gabor529
Jul 12, 2005 7:58 am
... 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...
954
Gábor Szabó
gabor529
Jul 12, 2005 8:08 am
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...
955
Danny R. Faught
sw_alchemist
Jul 12, 2005 3:48 pm
... 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....
956
Chris Hilton
chris_hilton
Jul 13, 2005 4:49 pm
I'm not positive this makes a difference, but you also might try: my @window = FindWindowLike(undef, "^BEACH,BOBBY"); Chris Hilton...
957
bobbaloo2002
Jul 14, 2005 6:34 am
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...
958
lmarlin
Jul 14, 2005 6:35 am
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 =...
959
Piotr Kaluski
pkaluski
Jul 14, 2005 6:43 am
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...
960
Gábor Szabó
gabor529
Jul 14, 2005 7:45 am
... 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...
961
Gábor Szabó
gabor529
Jul 14, 2005 7:52 am
... 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...
962
lmarlin
Jul 14, 2005 1:02 pm
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"...
963
Michael Rabinovitz
rabinov
Jul 15, 2005 2:13 am
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...
964
Nagarajan M
naga_cit
Jul 20, 2005 6:54 am
I am having some problem with the newly added function in the guitest module ( GetTabItems,GetListViewContents...). I am running a perl script as windows...
965
scrivener90
Jul 24, 2005 5:38 pm
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+...
966
Gábor Szabó
gabor529
Jul 24, 2005 5:57 pm
... 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...
967
Piotr Kaluski
pkaluski
Jul 25, 2005 6:17 am
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...
968
Kurt Stelmar
ckca38
Jul 25, 2005 4:34 pm
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...
969
scrivener90
Jul 25, 2005 11:03 pm
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...
970
Piotr Kaluski
pkaluski
Jul 26, 2005 7:21 am
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...
971
scrivener90
Jul 26, 2005 5:26 pm
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...
972
Gábor Szabó
gabor529
Aug 1, 2005 4:34 pm
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...
973
Kurt Stelmar
ckca38
Aug 1, 2005 10:06 pm
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 ...
974
entergroup1
Aug 3, 2005 9:51 am
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...
975
Gábor Szabó
gabor529
Aug 3, 2005 11:43 am
... 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...
976
lmarlin
Aug 3, 2005 9:59 pm
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 #...
977
rafelafrance
Aug 3, 2005 10:04 pm
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...
978
Dennis K. Paulsen
ctrondlpaulsden
Aug 3, 2005 10:14 pm
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...
979
Dennis K. Paulsen
ctrondlpaulsden
Aug 3, 2005 10:19 pm
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...
980
Dennis K. Paulsen
ctrondlpaulsden
Aug 3, 2005 10:22 pm
In the future, please direct these SAMIE related questions to the appropriate public forums at: http://sourceforge.net/projects/samie Regards. ... the...