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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1596 - 1626 of 1818   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1596 Earthlink-m_ryan
m_ryan_1 Send Email
Nov 14, 2006
3:35 pm
... I use the Win32::GuiTest module to interact with the MLS database in Northern Virginia. I have found no other way to negotiate the website and use the...
1597 chrs_mcmhn Send Email Nov 14, 2006
6:15 pm
... like to ... with...
1598 chrs_mcmhn Send Email Nov 14, 2006
6:20 pm
... Would that be the monkey-test script that I posted on the agile-testing wiki http://www.agilistas.org/agile/MonkeyTestingWindows and perlmonks...
1599 Rajeev Srivastava
rajanvita Send Email
Nov 15, 2006
1:48 pm
Hi, I have started perl GUI test few days ago and I am very happy with the initial API which I am using.For demo purpose I have developed script for calculator...
1600 enrico_1969 Send Email Nov 15, 2006
1:51 pm
Thanks for the info. Enrique ... like to ... impressed with ... Perl ... the ... native ... my ... and ... tried to ... do it. ... tried ... so...
1601 kpqt01 Send Email Nov 15, 2006
3:12 pm
Hi, I am using Win32::GuiTest (the only automation tool :) ) to test our company's vsC++ application. I found this tool about 5 months ago and loving it....
1602 Eric
rushtopher Send Email
Nov 15, 2006
3:22 pm
I'm currently using it for automating our installation program tests. We have a big, and stupid, paper checklist of stuff we have to do to make sure our...
1603 Anand, Vaitheeswaran ...
sailanandcbe Send Email
Nov 15, 2006
6:20 pm
Hi, I used initially and made my team also to use it. Right now I moved to another role so not doing much with it. I would suggest that if possible please...
1604 Gabor Szabo
gabor529 Send Email
Nov 16, 2006
12:49 pm
On 11/15/06, Anand, Vaitheeswaran (IE10) ... Though this is not the latest version, you can find the slides and the examples here:...
1605 mitun4u Send Email Nov 16, 2006
3:25 pm
is there any downsides of useing the recorder...
1606 tpham1002002 Send Email Nov 18, 2006
4:41 am
Hi All, I have seen an example in perlguitest about opening notepad and enter some words in there. Would anyone please explain to me what is the number #32770,...
1607 vidhut singh
vidhut_ait2002 Send Email
Nov 18, 2006
10:57 am
Hi, I didn't get your question exactly but what have been observed : #32770 is a windows class name and it is used to find the windows handle by using...
1608 Danny R. Faught
sw_alchemist Send Email
Nov 20, 2006
2:46 am
... Yes, that looks like it - Google found it for me on perlmonks.org. Thanks! I did a good deal of tweaking to make it more robust and to customize it to...
1609 Dennis K. Paulsen
ctrondlpaulsden Send Email
Nov 25, 2006
3:02 pm
Hello, At this point there are a couple of downsides of using the recorder... It primarily records only mouse and keyboard interactions with little support for...
1610 negedi Send Email Nov 27, 2006
10:45 pm
it is not clear what are limitation on your machine(s).. you do not have perl, no use of wget... curl etc... what else ... it will be hard to do anything if...
1611 y_s_geo Send Email Nov 28, 2006
3:14 pm
Hi, Thanks for answering ! I have the admin rights to those workstations. Yet I am not allowed to change drastically the installed programs on them - for...
1612 tpham1002002 Send Email Nov 28, 2006
6:35 pm
Hi All, I am writing a gui automation test for a fpga flow. For instance if I click on icon A then run tool A, then click on icon B then run tool B ...
1613 Susruth Sudhakaran
sush_1205 Send Email
Nov 29, 2006
9:37 am
Is there an indication when tool A is done executing? like a wndow pops or something. If there is then u might haev to do FindWindowLike in a loop tiil d...
1614 vidhut singh
vidhut_ait2002 Send Email
Nov 30, 2006
11:14 am
Hey ! There is a functionality called waitwindowlike();No need to put in a loop , So some times it happens that in a loop u dont get the handle. Susruth...
1615 swanand111 Send Email Dec 7, 2006
4:00 pm
Hi all, I want use this module for identifying Table/Grid, Rows in Table/Grid and selection of specific rows from Grid or Table. if anyone has details or Code...
1616 Cristian Casmala
casmala_c Send Email
Dec 8, 2006
11:29 am
Hi I have difficulties accessing a ComboBox located in a toolbar. The situation is similar to accessing the Font name ComboList in MsWord. The ComboBox has a...
1617 nor
testerng Send Email
Dec 13, 2006
9:54 am
Hello I have installed Win32::GuiTest v.1.3 and when trying to use GetMenu, GetMenuItemInfo, GetSubMenu or GetMenuItemCount methods of that package I get the...
1618 jonnyroberts1978
jonnyroberts... Send Email
Dec 13, 2006
3:57 pm
does anyone have any idea if it is possible to get the colour of a button, or the colour of the text on a button?...
1619 Kiran Rajan
kiranraj20 Send Email
Dec 14, 2006
8:17 am
Hi I think you forgot to add the following line to the beginning of your perlscript Use Win32::GuiTest; Add it and the script should work fine Regards Kiran ...
1621 vidhut singh
vidhut_ait2002 Send Email
Dec 19, 2006
2:29 pm
Hi, If the problem still persist even after you have included use Win32::Guitest then its a clear cut problem of win32 version .Instead of using old version...
1622 tikesh.rane@...
tikeshrane Send Email
Dec 19, 2006
2:30 pm
hello everyone, i have newly joined this group. i am facing some problems in using winguitest. i want to know whether we can disble the special meaning of...
1623 jonnyroberts1978
jonnyroberts... Send Email
Dec 19, 2006
2:32 pm
Hi, I have been having some problems using GetListViewContents with our application so I thought I would try and get it to work with windows explorer. However,...
1624 tikesh.rane@...
tikeshrane Send Email
Dec 19, 2006
2:35 pm
hello friends, my perl script doesn't work when the system is locked.. i tried to search on the group if anybody else also had the same problem. i found that...
1625 Rajeev Srivastava
rajanvita Send Email
Dec 20, 2006
12:18 pm
Hi I agree with Vidyut, The new version of Perl GUI test 1.50.05 will work for You. I faced same few days ago but after installing new version problem got...
1626 Tobin Cataldo
tobin_cataldo Send Email
Dec 20, 2006
1:28 pm
No. Windows does not allow a window to be in 'Front&#39; on a locked system. You also cannot move from locked to unlocked, but you can use a script to edit the...
Messages 1596 - 1626 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