Disclaimer: This does not relates to Win32::GuiTest in any way I can think of. How to run a script remotely on another computer? [Quote] "execute the...
Please first write soem code .What do u think with out trying anything how come u expect that we will do u r work .?Sorry we can't help lazy people , Write...
Hi all, This is my first mail to this group.I am working as a Software tester.I am new to PERL.please suggest me some good book of perl I am working on...
What have you read so far? The Win32::GuiTest documentation (http://search.cpan.org/~erngui/Win32-GuiTest-1.3/GuiTest.pm)? The example code that comes with it...
Prashant, Not sure since when you are member of this group, but I believe you should have come across this message by Piotr offlate. "I do respect your point...
problem is as follows My application is built in Java.. I am able capture Mainwindow Test Execution selection.. with winspy.. but that window contains many...
Hello guys, Could someone please show me which is the best way to accomplish this task? -> "Feed the handle it returns into TVM_GETITEMRECT, and you should be...
Hi everyone, Just i am trying to install GuiTest, in my machine. But when namke is done, build is telling "cl is not supproted command". Please let me know how...
Hi, You have to have MS VC++ installed. It is easier to use activestate's perl and use the ppm file provided with the perl gui test module. Regards, Shanmu. ...
Ok...that's a good question, since it took me a while to figure out what that "the prc parameter contains the handle of the item that the rectangle is being...
Hi, I am not able to run my perl script which has GUI based functionality on remote machine. I tried 2 ways 1. Using SOAP 2. Using Telnet Is there anyway we...
Hi. I am just getting started in automated testing and Perl, so this module is very helpful. The first problem I am having is that the program I am testing...
Hi everyone, I am running accross some control provided by a third party library. I have their .dll file and its documents. I am wondering if there are ways...
... How about going through this post? http://tech.groups.yahoo.com/group/perlguitest/message/1499 If the link does not works for some reason, search for...
Hi All , I am not able to capture the yahoo messenger conversation text in perl . i hve tried WM_GetText,SendMessage n all bt it didn't work.Is ther ny body...
Hi all, i have been trying to install wingui module......using ppm the following error is resulted ... Error installing package 'D:\Win32-GuiTest.ppd': Could...
Hi, # Instructions to install the package required. # ################################################################# # To run the win Gui script follow the...
see module Win32::API. an example to calling windows USER32.DLL for IsWindowDisabled() is my $IsWindowEnabled = new Win32::API('user32', 'IsWindowEnabled', ...
I was playing around with an Application we have, and I was using the menu commands in Win32:GuiTest 1.50.5. I am new at all this so I could be mistaken, but...
Hi there is no PPD file for that so better u install it mannual from the CPAN. Then Install Nmake15 from the Microsoft, and then use that module kumar21yash...
Hi, All, Can I use Perl to check the amount of memory used by certain app, like NotePad and Internet Explorer? And can I use Perl to check the amount of free...
Hi, All, Is there a way to take a screen shot of the entire monitor, or certain app, with Perl? I am using Microsoft Windows. Thank You All in Advance Wallace...
Hi, I am trying automation on an application written in Qt. I am able to use the functions like FindWindowlIke & GetWindowRect. But unable to use functions...
Hi, All, How can I find out what functions are available in user32.dll? And, how can I find out what other useful DLLs are out there for Windows? Thank You All...
# Don't think you can do that with gui-test, unless I missed somthing in spy--. Might be overkill to use the gui-test module. Might want to stick with wmi...