Hello, I am new to perl and win32::guitest. I thought I would give it a try after hearing about it at a conference in Portland. I have several independent...
I'm trying to test a program that was built with ILOG and so exports no useful subwindows to be found by FindWindowLike. Hence, all interaction has to be done...
To the list, I have recently downloaded and installed the tool and now am in the need of a tutorial. Is there a tutorial on how to get started?? Thanks, Ken...
Hi all, Thanks for reading my query. I have an urgent query reagarding the web application testing. The scenario is : There is a complete web application. The...
Hi, wouldn't it be nice, if the SendMouse command supported modifier keys ('^', '%', '+') as the SendKeys command does? (I need to drag an object while...
Just wondering... ~ means ENTER + means SHIFT ^ means CTRL % means ALT How would I check to see if those keys are pressed in IsKeyPressed ();? Or is it...
use Win32::GuiTest qw/:ALL/; use warnings; # use strict; $a = "Loop got a call from test_run.\n"; $b = "Pause got a call from loop.\n"; $c = "Loop got a call...
Hi, I know about (simple) modules in .pm files, but I don't know about the .xs-files. So maybe this is a boring question for you experts: In the file...
I apologise in advance if this is not the right forum for the posting.... We have a long term contract position for someone with - a. PERL/Win32 programming...
Hi, maybe there is someone who can help me. I need to drag with the mouse while pressing a shift modifier. Is this possible with the actual package of...
Hi, I'd like to test the existence of a menu entry (menu is dynamically generated), so I tried to work with "MenuSelect". Since the notepad example...
I'm new to Win32::GuiTest and not super-proficient in perl. All I want to do is open the Win32 app to be tested and hit File->New from the menubar. I am trying...
Does any one have any insight on accessing the contents of a tree control? I believe the specific class I'm interested in is SysTreeView32. Any help...
I've been working with the SendMouseMoveAbs function to test my UI by clicking buttons in my program window. I would really like to be able to send mouse...
Hi, I wanted to use SetFocus to set the keyboard focus on the window I want, but it does not seem to work. This is how I am using it: $win contains the my...
Hi, Here's one way of reading the text from the current text box in the active window: Assuming that your cursor is on the right input box, or you can use ...
I have been shunted from one machine to anotehr for various reasons (to-date about three machines!) My script has so far worked on all three previous machines,...
I want to write a GuiTest script which does conditional logic based non-text stuff that is going on on the screen. Is there a way to find out the current...
Hi all, I've been looking for the "GetMenu*" functions in various "Win32::" packages with no luck. I've tried: use Win32(); use Win32::GUI; use Win32::Shell; ...
Hi folks, Please ignore my earlier two emails regarding getting text from particular text box and warning Text from a dialog box. I found the Control Id of my...
Hi, I was wondering how I can elegantly code it such that I can use WMGetText on a particular input Text box in the current Active window. Currently, I used...
Hi, I want to check for invalid values in a textbox control. On entering invalid values, a warning dialog pops up. Is there somw way in which I can extract the...
Hello, After I got an error on trying to run the notepad_text.pl, I tried a no. of other commands like SetFocus, GetText etc, all of which gave me errors on...
Hi all, I've seen postings and stuff on the net regarding WaitWindow(). It says its in win32::guitest, but I see references to an X11:guitest when i search. ...