Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am planning to automate testing of a 3rd party GUI based application running on MS windows. The Win32::GuiTest module has proven to be very valuable for this task. Unfortunately, I have hit a roadblock with one test. The window in question is of class "Internet Explorer_Server" - as reported by Spy++ and WinSpy. This window contains some html formatted text. Calling getWindowText() api of Win32::GuiTest module on this window does not return the window text.
Has any other perl monk encountered similar issue? If yes, how did you solve it? Any pointers/guidance will be appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Win32::GuiTest with Explorer_Server
by scmason (Monk) on Jul 15, 2005 at 16:08 UTC | |
by Anonymous Monk on Jul 18, 2005 at 14:37 UTC | |
|
Re: Using Win32::GuiTest with Explorer_Server
by flogic (Acolyte) on Jul 15, 2005 at 16:21 UTC | |
by Anonymous Monk on Jul 18, 2005 at 14:38 UTC |