phonebookengines/contactsmodel/tsrc/Integration/CntPerfTest/Scripts/CntPerfTestHW.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 PRINT Run all CntPerfTests
       
    18 //
       
    19 LOAD_SUITE CntPerfTestServer
       
    20 //
       
    21 #
       
    22 RUN_SCRIPT c:\CntPerfTest\scripts\CustomLabelUid.script
       
    23 RUN_SCRIPT c:\CntPerfTest\scripts\UnifiedSingular.script
       
    24 
       
    25 START_TESTCASE PIM-APPENG-CNTMODEL-CIT-HW-P81116
       
    26 //! @file
       
    27 //! @SYMTestCaseID PIM-APPENG-CNTMODEL-CIT-HW-P81116
       
    28 //! @SYMTestType CIT
       
    29 //! @SYMTestPriority Medium
       
    30 //! @SYMPREQ 811
       
    31 //! @SYMTestCaseDesc ViewDef tests where contact item is opened/read ViewDefs containing,
       
    32 //! KUidContactFieldMatchAll only
       
    33 //! @SYMTestActions Open and read a contact using the default ViewDefs. 
       
    34 //! then read and minimally read a contact using ViewDef X containing the KUidContactFieldMatchAll uid.
       
    35 //! store the number of hidden/non-hidden and empty/non-empty fields after each read/open,
       
    36 //! repeat test 4 times so that X excludes/includes all possible combination of fields
       
    37 //! @SYMTestExpectedResults Check that the values match the expected results as constrained by the fields that are excluded / included within the ViewDef.
       
    38 RUN_TEST_STEP 100 CntPerfTestServer ViewDefAllFieldsTest
       
    39 RUN_TEST_STEP 100 CntPerfTestServer SimpleViewDefTests
       
    40 END_TESTCASE PIM-APPENG-CNTMODEL-CIT-HW-P81116
       
    41 
       
    42 RUN_SCRIPT c:\CntPerfTest\scripts\CustomTemplateTest.script 
       
    43 RUN_SCRIPT c:\CntPerfTest\scripts\AccessCountTests.script 
       
    44 RUN_SCRIPT c:\CntPerfTest\scripts\ViewDefAnyFieldsTest.script 
       
    45 RUN_SCRIPT c:\CntPerfTest\scripts\ViewDefCustomFieldsTestHW.script 
       
    46 RUN_SCRIPT c:\CntPerfTest\scripts\ContactViewTest.script 
       
    47 RUN_SCRIPT c:\cntviewtest\scripts\TestContactViewSuite.script
       
    48 RUN_SCRIPT c:\cntviewtest\scripts\TestContactViewUnderBackUpRestoreStep.Script
       
    49 RUN_SCRIPT c:\cntviewtest\scripts\TestContactViewUnderlyingViewUpdateStep.Script
       
    50 RUN_SCRIPT c:\cntviewtest\scripts\TestContactViewCRUDOperationsStep.Script
       
    51 
       
    52 
       
    53