Hi, has anyone ever tried to use Perl-scripts using WinGui-Test as a Nagios Plugin? This would help us great deal in monitoring some applications that are ...
I did figure out that by calling FindWindowLike() with no arguments I can get a list of ALL the windows and using their handles get their titles from...
Hi this is Ramesh. I am new to Win32GuiTest tool.I am able to record with the record tool it is having.But I am not able to play or automate the same events. ...
Hello, I am using this module to test java swing applications. xy coords and send keys is all i need to perform routine actions. However, I'm wondering if...
Thank you Sander. I will try to use it tomorrow in the office. I have one more problem in using system( "start notepad.exe"); But it is not opening notepad in...
As I posted in an earlier note I'm trying [and failing] to run GuiTest from a remote machine via the 'rcmd' command and I'm guessing it's because it redirects...
I've got to believe this is possible but didn't see anything in the documentation that talked about combining more than two keys. I did try a one line script...
I just discoved GuiTest yesterday - great tool - and this group about 5 minutes ago! Has anyone ever used GuiTest to try and control a remote system via the...
Is their any way to freeze the keyboard and mouse during automation? I actually use GUI-test to automate gui-only configurations settings now and then, and...
Hello, I am testing an application which has a listview control which has sorting. The sorting is carried out when the column titles are clicked with the...
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...