buildverification/autosmoketest/contacts/scripts/Smoketest_Contacts.script
branchRCL_3
changeset 11 493058e57c8c
parent 0 9736f095102e
equal deleted inserted replaced
10:4ca382093dae 11:493058e57c8c
       
     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 PRINT Run Contacts smoketest
       
    18 //
       
    19 RUN_UTILS MkDir c:\smoketest\
       
    20 RUN_UTILS CopyFile z:\smoketest\smoketest_contacts.ini	c:\autosmoketest\smoketest_contacts.ini
       
    21 RUN_UTILS MakeReadWrite c:\smoketest\smoketest_contacts.ini
       
    22 //
       
    23 RUN_WS_PROGRAM 10 z:\sys\bin\contacts.exe
       
    24 //
       
    25 DELAY 1500
       
    26 //
       
    27 LOAD_SUITE Smoketest_Contacts_Server
       
    28 //
       
    29 START_TESTCASE 9094
       
    30 RUN_TEST_STEP 100	Smoketest_Contacts_Server	CreateDB		c:\autosmoketest\Smoketest_Contacts.ini	18807_CreateDB
       
    31 END_TESTCASE 9094
       
    32 START_TESTCASE 9082
       
    33 RUN_TEST_STEP 1000	Smoketest_Contacts_Server	AddEntries		c:\autosmoketest\Smoketest_Contacts.ini	18927_AddEntries
       
    34 END_TESTCASE 9082