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...
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...
... 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...
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...
... 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....
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...
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 =...
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...
... 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...
... 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...
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"...
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...
I am having some problem with the newly added function in the guitest module ( GetTabItems,GetListViewContents...). I am running a perl script as windows...
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+...
... 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...
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...
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, 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...
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, 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...
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...
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 ...
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...
... 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...
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 #...
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...
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...
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...
In the future, please direct these SAMIE related questions to the appropriate public forums at: http://sourceforge.net/projects/samie Regards. ... the...