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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 1654 - 1683 of 1815   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1654
Hi, I have an application which has virtual list views. (list views that has LVS_OWNERDATA style). I am trying to use GetListViewContents( $hwnd ); ...
T.Shanmuhanathan
shanmuha
Offline Send Email
Feb 5, 2007
7:57 am
1655
Hi All, I am facing the following errors in my script. "GetPopupHandle" is not exported by the Win32::GuiTest module Can't continue after import errors at...
arun_r2k
Offline Send Email
Feb 6, 2007
8:48 am
1656
hi all, i am using win32::guitest package of perl for writing a script for GUI automation. I am stuck at a point. i have to access the individual button in the...
supriyadixit
Offline Send Email
Feb 6, 2007
8:48 am
1657
I have not used win32::guitest for the particular issue that you are referring to but i think d following might help Assuming u have the handle to the...
Susruth Sudhakaran
sush_1205
Offline Send Email
Feb 7, 2007
7:51 am
1658
Hello Use the last version of Win32::GUI test - 1.50.4! You can find it here -> http://sourceforge.net All functionality you need is there. Regards, Norayr...
nor
testerng
Offline Send Email
Feb 8, 2007
9:27 am
1659
Hi supriya, I have faced the same kind of problem .... i had to select the icon from d tool bar .. but i didnt find anything.. may be below mention solution...
vidhut singh
vidhut_ait2002
Offline Send Email
Feb 9, 2007
3:02 pm
1660
Hi All, I would like to find out how to set text or get text from a control that is part of a control array where all the controls have the same control ID. ...
morthomtech
Offline Send Email
Feb 12, 2007
8:40 am
1661
I've come across very much the same problem with listboxes and such. Here are things to try: 1. first appraoch: check as they appear in order as the window...
stuart arnold
sarnold_688
Offline Send Email
Feb 13, 2007
1:20 am
1662
Hi Arnold, Thanks for the suggestion. Could you give a sample code or something, I am very new to GUITest. Thanks. stuart arnold <stuart.arnold@...>...
Morthom Technologies
morthomtech
Offline Send Email
Feb 14, 2007
9:20 am
1663
I am new GUI testing on windows platform. I am currently evaluating various tools and looking at options in terms of automating gui developed using MFC. Other...
thesus03
Offline Send Email
Feb 19, 2007
10:26 am
1664
... 1) Because Win32::GuiTest is free, you won't be constrained in terms of how many machines you can develop and execute tests on, and you won't have the...
Danny R. Faught
sw_alchemist
Offline Send Email
Feb 19, 2007
3:23 pm
1665
Sure...commercial tools won't give you the source code. That was the final deciding factor for me. Some of the commercial tools got close to what I needed,...
brentje
Offline Send Email
Feb 19, 2007
3:26 pm
1666
We started using a commercial software test automation package about a year or so ago. About that same time I started using Win32::GuiTest. To be sure, it has...
Tim Mitchell
tmaxquig
Offline Send Email
Feb 20, 2007
8:41 am
1667
Thanks for your responses. I have few more question, 1) are your gui testing frameworks based on table driven or something similar frameworks? 2) To automate a...
thesus03
Offline Send Email
Feb 20, 2007
8:41 am
1668
Hi Brent, I am new to the win32::GuiTest, I want to do the functionality testing of an application using win32::GuiTest. Can you please tell me what are the...
gs rao
gsrao_ggt
Online Now Send Email
Feb 20, 2007
8:41 am
1669
we have some win32 applications ported to unix platforms using "mainwin". Any success failures with this kind of scenerio? Also any body has used win32:GuiTest...
Baljit Singh
baljit77
Offline Send Email
Feb 20, 2007
1:40 pm
1670
What is the best way to get my guitest script to wait until a window has updated its content. On a slower machine, the application process is idle before the...
dukestefjen
Offline Send Email
Feb 20, 2007
1:52 pm
1671
In regards to the Chapter 2. GUI testing - tutorial (first part) says: "Note, that in the second call of FindWindowLike you don't have to give "^Edit" regular...
Gustavo Delfino
gdelfino01
Offline Send Email
Feb 20, 2007
2:24 pm
1672
Hello all. I am trying to figure out if Win32::GuiTest can help me test GUI applications made in MATLAB. I am hopeful because WinSpy can see all the elements...
Gustavo Delfino
gdelfino01
Offline Send Email
Feb 20, 2007
2:27 pm
1673
Hello, I am using the above functions to set values of the relevant controls. UnCheckButton will uncheck the checbox on screen CheckButton - will check the...
davidjohnibberson
davidjohnibb...
Offline Send Email
Feb 20, 2007
2:27 pm
1674
Hello, I'm using the checkbutton function on a screen, although it appears to enable the button, when the record is saved, the change is not recorded. I have...
davidjohnibberson
davidjohnibb...
Offline Send Email
Feb 20, 2007
2:27 pm
1675
Hi friends, Am in real need of this. I have some input files in greek, slovak, etc...i have all the fonts n all so its displaying correctly in a text doc. Now...
Amrita
amritamitra_123
Offline Send Email
Feb 20, 2007
2:30 pm
1676
I don't know about using Win32::GuiTest on Unix, but there is a X11::GUITest out there. That may be what you're looking for....
brentje
Offline Send Email
Feb 20, 2007
2:30 pm
1677
Let me start off by saying that I have not had any formal training in testing. I have no documentation on any kinds of testing methodology. Anything I do have...
brentje
Offline Send Email
Feb 20, 2007
2:30 pm
1678
There is a WaitForReady function available in GuiTest. I've added a 1 second buffer just in case whenever I wait for a window to load....
brentje
Offline Send Email
Feb 20, 2007
2:31 pm
1679
Try using a mixture of SendKeys and SendMouse* methods. Using control specific functions like SelComboItemText is risky. There are several events, which can be...
Piotr Kaluski
pkaluski
Offline Send Email
Feb 20, 2007
2:40 pm
1680
I have to warn you, that WaitForReady not always work. It does not work when you use Terminal Server. The way I am trying to to solve this problem is to wait...
Piotr Kaluski
pkaluski
Offline Send Email
Feb 20, 2007
2:46 pm
1681
Brent, Would be possible that you share your code with us? --Piotr...
Piotr Kaluski
pkaluski
Offline Send Email
Feb 20, 2007
2:52 pm
1682
OK. I have the same problem. I got it on a machine with Polish version of XP. And in the same time it works fine on a machine with US XP. More investigation is...
Piotr Kaluski
pkaluski
Offline Send Email
Feb 20, 2007
2:56 pm
1683
The option I took was to move the mouse there and click were needed, so the action is just a normal mouse action. If you do want to use a WM_NOTIFY message,...
brentje
Offline Send Email
Feb 20, 2007
3:03 pm
Messages 1654 - 1683 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