Hi all, I have a list of type SysListView32 which contains checkboxes rather than simple entries. I'm having trouble manipulating, or even accessing, these ...
I actually managed to get through the logon process using WMGetText, SetFocus and WMSetText. Now, the next screen opens, which contains a TreeView, ListView, ...
Can anybody please tell me what I am doing wrong while installing the module Win32-GuiTest-1_50_5 on Windows 2000 through cygwin. I am getting following errors...
Hi friends, We can download good tutorials in pdf format from http://itguide.tk/ Nice interview questions also there.Try it. Cheers, Isha ... Yahoo! Messenger...
Hi James, Cygwin isn't supported. GuiTest was developed using only Visual C++. Cygwin uses gcc as compiler. That's where the errors come from. If that's an...
I'm brand new to perl. i'm interested in writing automatic gui test scripts. Can anybody point me to some good resources on where to start? Thanks in...
Hi all I am trying to work out when I should (and shouldnt) use the "KEYEVENTF_EXTENDEDKEY" flag when sending rawkey events. Can someone point me in the right...
Steve Loughran
stevelml1@...
Apr 17, 2006 11:59 am
1329
Various ways to do it pal. Perl is good when it comes to web, directories, files and initially wasen't the preffered choice for GUI. Things have been changing ...
Try reading http://www.piotrkaluski.com/files/winguitest/docs/index.html This website belongs to Father of Perl-GUI :) Happy perl GUI automation ~Santosh ... ...
When programs are OLE/COM aware. When not, SendKeys is about the only way to do it. If you are using ActivePerl, open the OLE-Browser with Internet Explorer...
Hi, i'm working on a web based project and interested in doing some automated functional testing. The application i'm testing requires a lot of input data...
Hi Santosh Thank you very much. I will check out the father and let you know. Thank you once more for helping me out. With Regards Venkatachhalam Santosh Kumar...
HI all, I wanted a good tool for my GUI automation on windows.Someone please tell me which tool to use. Can perl be used here.I wanted more information...
Hi. Well, if you post such a question to the perl mailing list, sure you already know the answer ). Definitely, perl + Win32GuiTest is the best tool to...
Hi all, This is regarding Handling HTML Pages through perl, Is there any module which handles HTML Pages & HTML Buttons etc, something similar to Win32-GUI...
Deepak, You could try using LWP::UserAgent (or) use Win32::SAM These modules uses HTTP protocol . It could easily identify GET/POST requests & all HTML...
Hi Deepak You can use Win32::OLE for handling HTML pages With Regards Venkat Deepak B <meetdeepakb@...> wrote: Hi all, This is regarding Handling HTML...
Ramya, I think Win32::SAM module suits for my work, where do i get this module, it is not found even in CPAN also. Can i get the link to access the Win32::SAM...