Hi, I'm trying to compile Win32::Guitest ver 1.50.2-AD on a Win XP Pro machine running ActivePerl 5.8.6 build 811. I have MS Visual C++ loaded, and ran...
I am doing automation using Win32::GUITest for an application where I need to click on toolbar’s buttons to perform certain operations. I have no idea how to...
I look forward to hearing of a "true" solution, where you can detect a toolbar by it's title, then select a button by it's id or tool tip, and get the button...
Wenjie, It says "invalid file or disk full", but I have 74GB of free space on my hard drive, so I don't think space is an issue. Tom, I tried compiling from...
I'm putting together a plan to transition our Visual Test tools to Perl. I'm guessing / hoping that others of you have done something similar. Could you share...
Boy, you are brave!!! I am a strong supporter of free software and rarely resist the temptation to criticize commercial crap. But... You have to be aware, that...
Hi, I am currently working on a framework, which I believe can help creating and maintaining automation scripts for complex applications and scenarios. I would...
Hi, This post is directed to people directly involved in development of Win32::GuiTest module. I post it here, because it may trigger some other usefull...
... [snip] ... Why not trying to use something already available on your computer, just as M$ IE, It's a quite complicated GUI and I'm reading your message...
... That's what I thought till I encountered a compile error with function GetFocus(); Win32 API has the signature of HWND GetFocus(void); while win32::guitest...
... Well, my first impression was that IE does not use simple common controls. But after closer look it has occured that it does, so using IE as an example is...
Dear Piotr, There is a sample MFC App called Scribble that has several dialogs and other aspects of Windows development. You can find it and download it from...
A similar question was answered in this question http://groups.yahoo.com/group/perlguitest/message/664 Except the latest GuiTest.om file the line number to...
Hello, Searching the web indicates that this error may present itself if Service Pack 3 for Visual Studio needs to be installed. Or, if using the Learning...
I brielfy took a look at implementing ToolBar support a month or so ago, but I haven't had much time lately... :-( ... detect a ... tip, and get ... clever ......
Once upon a time I worked at a large computer manufacturing company; where due (primarily) to the cost of the proprietary tool (~45k/qtr) we needed to look at...
Hello, Thanks for your suggestions... <side note>To tell you the truth, I haven't heard much feedback to say where it is with relation to version 1.3x... And...
GetForegroundWindow will tell you if a given window is in the foreground... To determine which child window of a parent has the input focus, you can use...
Hi Dennis, I have used both perl and VBScript/COM...for testing . And I personally believe that for windows GUI testing there is nothing better than...
Thanks for the info and that also confirmed my guess;) I was planing to try it out on a known application to confirm it. Regards, W Wang +-Wenjie Wang a.k.a...
Hi Sam, The main reason I am interested in Win32::GuitTest is not that Win32::GuiTest is fully featured, stable and fast piece of software. First of all, it is...
Hi, can you let me know where can I find the resource ID of a button in a toolbar using spy ++ ? I could not find it. Thanks, Ofer. ... From: "Wenjie Wang"...
Hi, I don't think it's possible with Spy++. I would try using Visual Studio. Try to open executable file as a resource file. BTW, why do you need a resource id...
Hmm... To be honest I am a little bit surprised that it really worked for you. Could you please provide me with more details: 1. What type of control is it...
1. launch your app and then launch spy++ 2. clicking on "find" toolbar button, using "find tool" and drop the cursor to the control you're going to inspect; or...
I'm using function Win32::Guitest::PushChildButton($ParentWnd, $BtnID, $delay); In my case, there are moer then one button have the same window title and I...
The toolbar itself is dialog based class "#32770 (Dialog)" with button, combo and other controls. The toolbar is attached to window's rebar. It has more than...