Re: [perl-win32-gui-hackers] Tests

2005-07-01 Thread Jeremy White
Does anyone have any experience with any of the GUI test packages that actually allow you to interact with a GUI in test, and if so what would people recommend? I work professionally as tester. GUI testing is part of my job :) (AutoIt, Win32::GuiTest and Rational Robot) Testing GUI apps can

[perl-win32-gui-hackers] Test::More patch

2005-07-01 Thread Reini Urban
now using Test::More I'll try now to write some basic framework to test all controls for ini, some easy methods and properties. Win32::GuiTest for dialogs and menus later. Win32-GUI-1.01_03-t.patch Description: Binary data

[perl-win32-gui-hackers] coverage tests

2005-07-01 Thread Reini Urban
I'll try now to write some basic framework to test all controls for ini, some easy methods and properties. Win32::GuiTest for dialogs and menus later. Attached is the start of the coverage methods: $W-Add$ctrl(), $W--name, $ctrl-DESTROY() (AddCtrl methods, is correctly attached and

Re: [win32gui] Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Robert May
Glenn Linderman wrote: H. Having problems with compiling math.h, I tried this, but got cl -c-nologo -Gf -W3 -MD -Zi -DNDEBUG -O1 -DWIN32 -D_CONSOLE -DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLICIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD

Re: [win32gui] Re: [perl-win32-gui-hackers] Re: Roadmap to a v1.02 release

2005-07-01 Thread Robert May
Robert May wrote: Glenn Linderman wrote: [errors snipped] I think that is an improvement, in the sense that the compilation proceeded further than before. I'm working on it. I think I understand all the changes that Reini gave me as parts of the cygwi and his MSVC6 patches. I'm