Changes between Version 4 and Version 5 of ProjectIdeas
- Timestamp:
- 03/12/11 17:44:10 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectIdeas
v4 v5 17 17 The debugger should be fully integrated into the IDE (e.g. Java debugger in Netbeans), where you can inspect values by hovering variables, set breakpoints, etc all from the GUI without a deeper knowledge of the perl debugger (for simple tasks at least). 18 18 19 20 19 == Enlarging automated test suite using Win32::GUITest == 21 20 22 (see t/win32) 21 Padre has a number of internal unit-tests but as it is a GUI project most of the testing should be done 22 on the GUI itself. We have a very limited - I'd say experimental - set of test using the 23 Win32::GUITest module from CPAN. These test can be found in the t/win32 in the Padre source code. 24 25 In the meantime we have started to write test-cases for manual testing. 26 27 The task is to implement about 30 test-cases covering most of the central features of Padre 28 with automated test. 23 29 24 30 == Enlarging test suite using the actions system ==
