Changes between Version 1 and Version 2 of TEST_WITH_DIALOGS
- Timestamp:
- 09/17/08 13:54:48 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified TEST_WITH_DIALOGS
v1 v2 1 = How to test code with dialogs=1 == How to test code with dialogs == 2 2 3 If a dialog pops during automatic testing, this is a problem, because it will block the testing. Because of this, in the setUp and tearDown methods of some of the base test classes, the DialogManager is entering test mode.3 If a dialog pops during automatic testing, this is a problem, because it will block the testing. Because of this, in the setUp and tearDown methods of some of the base test classes, the !DialogManager is entering test mode. 4 4 5 5 Here is an example of testing the exit menu will ask for exit confirmation. Note that