Search the web
Sign In
New User? Sign Up
perlguitest · Win32::GuiTest (Perl)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

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

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