Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

perlguitest · Win32::GuiTest (Perl)

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 2444
  • Category: Perl
  • Founded: Jul 25, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 1318 - 1347 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1318 Tom
widischins Send Email
Apr 3, 2006
6:56 am
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 ...
1319 alexnzus Send Email Apr 4, 2006
6:05 am
I actually managed to get through the logon process using WMGetText, SetFocus and WMSetText. Now, the next screen opens, which contains a TreeView, ListView, ...
1320 jamesjohnson111 Send Email Apr 6, 2006
10:03 am
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...
1321 monikatripathi Send Email Apr 6, 2006
12:46 pm
Can anyone tell me how to convert a table in word into csv(that too in excel sheet) format using VB macros, or anything u can think of...
1322 Isha B
isha_b2006 Send Email
Apr 6, 2006
12:49 pm
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...
1323 Chris Hilton
chris_hilton Send Email
Apr 6, 2006
3:12 pm
You should probably look at using Win32::OLE. http://search.cpan.org/~jdb/libwin32-0.26/OLE/lib/Win32/OLE.pm Chris Hilton...
1324 wuwang03 Send Email Apr 7, 2006
7:26 am
It is easy to find the JAVA application window, but any trick to find a button on this window?...
1325 jamesjohnson111 Send Email Apr 7, 2006
7:26 am
Hello guys, I posted a query regarding this. Does any body know what the problem is? Thanks a lot!...
1326 Ernesto Guisado
erngui Send Email
Apr 7, 2006
7:47 am
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...
1327 ghotrapa Send Email Apr 7, 2006
9:32 pm
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...
1328 Steve Loughran
stevelml1@... Send Email
Apr 17, 2006
11:59 am
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...
1329 Abhinav Vaid
unknownabhi Send Email
May 2, 2006
11:16 am
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 ...
1330 Santosh Kumar
santoshkadli Send Email
May 2, 2006
3:05 pm
Try reading http://www.piotrkaluski.com/files/winguitest/docs/index.html This website belongs to Father of Perl-GUI :) Happy perl GUI automation ~Santosh ... ...
1331 Tobin Cataldo
tobin_cataldo Send Email
May 2, 2006
3:05 pm
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...
1332 Parvinder Ghotra
ghotrapa Send Email
May 2, 2006
3:06 pm
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...
1333 Dale Durham
genyded1 Send Email
May 2, 2006
3:06 pm
If you are on Windows - check out http://search.cpan.org/~erngui/Win32-GuiTest-1.3/GuiTest.pm ... From: "Abhinav Vaid" <unknownabhi@...> To:...
1334 ghotrapa Send Email May 3, 2006
2:58 am
Thanks. i'm actually working on a couple of web based applications. ... _____________________________________________________________________ ... ...
1335 Venkat Chhalam
venkatachhalam Send Email
May 4, 2006
6:48 am
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...
1336 bakka_7 Send Email May 18, 2006
7:42 am
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...
1337 Alex Morozov
inductor1975 Send Email
May 18, 2006
8:40 am
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...
1338 vishwajith s
bakka_7 Send Email
May 18, 2006
8:51 am
Thanks dude... I think this module Win32 will help me really... :) ... [Non-text portions of this message have been removed]...
1339 Alex Morozov
inductor1975 Send Email
May 19, 2006
5:43 am
Oh, sorry, typo ). Win32::GuiTest, of course....
1340 Deepak B
meetdeepakb Send Email
May 19, 2006
6:41 am
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...
1341 Ramya Ramalinga, Moor...
prramya Send Email
May 19, 2006
6:48 am
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...
1342 Venkat Chhalam
venkatachhalam Send Email
May 19, 2006
7:45 am
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...
1343 Tobin Cataldo
tobin_cataldo Send Email
May 19, 2006
2:03 pm
Wouldn't dealing with the source be a more viable solution? HTML is just text anyway. Check out the LWP module. Tobin Cataldo...
1344 meetdeepakb Send Email May 19, 2006
3:20 pm
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...
1345 Parvinder Ghotra
ghotrapa Send Email
May 19, 2006
8:06 pm
Deepak, you can Samie from http://sourceforge.net/projects/samie meetdeepakb <meetdeepakb@...> wrote: Ramya, I think Win32::SAM module suits for...
1346 meetdeepakb Send Email May 22, 2006
8:38 am
Thank you Ramya Regards Deepak ... \(IE10 ... any ... friends - ... programming language C programming language ...
1347 meetdeepakb Send Email May 22, 2006
6:18 pm
Hi, I have found the documentation for Win32::SAM, here it is http://samie.sourceforge.net/ Regards Deepak ... this ... there ... HTML ... on ... -- ... now. ...
Messages 1318 - 1347 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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