... 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
Nov 14, 2006 6:15 pm
... like to ... with...
1598
chrs_mcmhn
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
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
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
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
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
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
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
Nov 16, 2006 3:25 pm
is there any downsides of useing the recorder...
1606
tpham1002002
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
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
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
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
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
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
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
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
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
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
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
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...
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
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
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
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...
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
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
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
Dec 20, 2006 1:28 pm
No. Windows does not allow a window to be in 'Front39; on a locked system. You also cannot move from locked to unlocked, but you can use a script to edit the...