Changes between Version 4 and Version 5 of PLATFORM_STANDARDS_AUTO_TESTS
- Timestamp:
- 01/26/09 16:35:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PLATFORM_STANDARDS_AUTO_TESTS
v4 v5 87 87 88 88 == GUI testing == 89 GUI testing is somewhat difficult, because it involves clicking, selecting, dragging, etc. - user actions that it is hard to reproduce. Currently GUI testing should be performed by using some helper classes (like those in [source:/trunk/sophie2-platform/modules/org.sophie2.base.dialogs/src/test/java/org/sophie2/base/dialogs/mock base.dialogs.mock]) or by executing manual tests. At a later stage, a GUI testing library will be introduced to help GUI testing. 89 90 90 91 == Reviewing ==