Changes between Version 1 and Version 2 of TEST_WITH_DIALOGS


Ignore:
Timestamp:
09/17/08 13:54:48 (17 years ago)
Author:
pavlina
Comment:

--

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 == 
    22 
    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. 
     3If 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. 
    44 
    55Here is an example of testing the exit menu will ask for exit confirmation. Note that