Hello, I've been trying to automate a small application called Attrib from Network Appliance. I do not have access to the source code or the developers. The...
Bug to report... SelTreeViewItemPath gets stuck in endless loop if the item you are trying to select doesn't exist on the tree. This function needs to return a...
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...
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...
Hello all, I've been working with Win32::GuiTest to test our product for about 6 months now. I notice that there aren't many functions to deal with ...
i tried the simple calc.pl available with the installs. PushButtons does not seem to work. ( result is always 0. ) 1) winSpy on any of the button shows empty...
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...
I'm trying to simulate using SendKeys to highlight text on an entry box. I use SendKeys("{HOME"); to mark the beginning of the text and then I tried...
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...
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...
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...
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...
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...
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. ...
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...
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...
Hi, I have an application which has virtual list views. (list views that has LVS_OWNERDATA style). I am trying to use GetListViewContents( $hwnd ); ...
I am trying to access the text contained in a series of controls embedded in a window. I can get the handles from WinSpy, but when I pass these handles to...
Hi, I have a problem related to tree view.If theres a check box in the tree view(related to the path in the tree view which has to be selected),then how to...
Hi, I have a 16-bit application and need to send keypress's to it does anyone have any idea if this can be done on a 16 bit app? If anyone could point me in...
I installed the latest active-state perl for windows, and the free version of MS Visual Studio 8 with the matching SDK. After fiddling with INCLUDE, PATH, and...
Hello ! When calling Win32::GuiTest::GetPopupHandle() the popup menu is displayed but returns 0 - not the handle of context menu though a valid window handle...
Hi all I have to automate a testcase. We are using elipse IDE. The thing that
we are looking to use is present as a tab inside a window with no name.
Is it...
Does anybody know how to get Unicode (mixture of e.g. Greek and Hebrew) text from edited EditBox using WMGetText? I can get only the sequence of question...
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,...
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...
Quick little post on Vista support and Win32-GuiTest. So far I have been using Vista and Win32-GuiTest successfully for a couple of weeks. But there are some...
Hi, I would like to introduce you a new module, Win32::LGT, which I use as a support in more complex test scripts. It is a kind of OO wrapper around...
It seems that SendMouseMove is multiplying everything by 3 (with Perl 5.6.8 and Windows XP). #!/usr/bin/perl use Win32::GuiTest qw(:ALL); SendMouseMoveAbs(0,...