phonebookengines/contactsmodel/tsrc/Integration/TestStartUp/scripts/TestManualContactsStartUpSuite.script
changeset 0 e686773b3f54
child 24 0ba2181d7c28
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 LOAD_SUITE TestStartUpSuite -sharedData
       
    18 
       
    19 START_TESTCASE PIM-APPENG-CNTS-1192-0004
       
    20 //! @file
       
    21 //! @SYMTestCaseID PIM-APPENG-CNTS-1192-0004
       
    22 //! @SYMTestType CIT
       
    23 //! @SYMTestPriority High
       
    24 //! @SYMPREQ 1192
       
    25 //! @SYMFssID App-Engines>/<CntModel>/ CP.1
       
    26 //! @SYMTestStatus Implemented
       
    27 //! @SYMTestCaseDesc Contacts start-up with valid database and invalid default start-up view definitions
       
    28 //! @SYMTestActions This is a manual test. The modified 10003A73.txt file must be copied from the test group directory to
       
    29 //!                 the \private\10202be9 directory and the 10003A73.cre in the \private\10202be9\persists directory should be
       
    30 //!                 deleted, otherwise the new .txt takes no effect. Launch server with invalid data in stored in central repository.
       
    31 //! @SYMTestExpectedResults Contacts server starts up with no views created
       
    32 
       
    33 RUN_TEST_STEP 100 TestStartUpSuite TestCntsDbStep              c:\test\data\StartUpData.ini create_default_cnts_db
       
    34 RUN_TEST_STEP 100 TestStartUpSuite TestCntsDbStep              c:\test\data\StartUpData.ini add_20_contacts_to_default_db
       
    35 DELAY 6000
       
    36 
       
    37 RUN_TEST_STEP 100 TestStartUpSuite TestGetSetViewSettingStep   c:\test\data\StartUpData.ini invalid_rom_setting
       
    38 RUN_TEST_STEP 100 TestStartUpSuite TestStartUpExeStep          c:\test\data\StartUpData.ini launch_cnts_server
       
    39 DELAY 5000
       
    40 RUN_TEST_STEP 100 TestStartUpSuite TestStartUpExeStep          c:\test\data\StartUpData.ini check_cnts_server_is_ok
       
    41 RUN_TEST_STEP 100 TestStartUpSuite TestCntsDbStep              c:\test\data\StartUpData.ini check_empty_view_defs
       
    42 RUN_TEST_STEP 100 TestStartUpSuite TestStartUpExeStep          c:\test\data\StartUpData.ini terminate_cnts_server
       
    43 DELAY 5000
       
    44 RUN_TEST_STEP 100 TestStartUpSuite TestStartUpExeStep          c:\test\data\StartUpData.ini check_cnts_server_has_terminated_ok
       
    45 END_TESTCASE PIM-APPENG-CNTS-1192-0004