Changes between Version 2 and Version 3 of PLATFORM_STANDARDS_AUTO_TESTS_R1
- Timestamp:
- 12/30/08 13:59:58 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_AUTO_TESTS_R1
v2 v3 22 22 * it is more suitable to provide information in the wiki instead of links to wikipedia. 23 23 * review the helper classes and provide more if necessary. 24 * .... 24 * make sure that assertions are enabled for unit tests. 25 * provide helper classes for UI testing. 26 * either provide a convenient way for testing the UI. 27 * or propose a UI testing library - such libraries are already researched some time ago and these include: Abbot, !UISpec4J, JFCUnit. 28 * new libraries may have appeared since then. 29 * these may have been improved for the time passed. 25 30 26 31 == Task result == 27 * wiki page 32 * wiki page. 33 * source code. 34 * new jars or other resources. 35 28 36 == Implementation idea == 37 * review the [wiki:PLATFORM_STANDARDS_AUTO_TESTS] 38 * add more info as stated in the requirements section. 39 * review written things up to now. 40 * research for libraries for GUI testing. 41 * if no result from the research: 42 * think of a way to test the GUI with minor source code re-factoring and more helper things. 29 43 30 44 == Related == … … 34 48 == How to demo == 35 49 * open [wiki:PLATFORM_STANDARDS_AUTO_TESTS] and read the information provided. 50 * everything new in for testing should be provided there. 36 51 37 52 = Design =