summaryrefslogtreecommitdiffstats
path: root/plugins/contacts/symbian/contactsmodel/tsrc/integration/cntperftest/scripts/cntperftest.script
blob: 14168f6995d68b48201290b37a4ea8c8579b643e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
//
// Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
// Contact: http://www.qt-project.org/legal
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description: 
//
//
PRINT Run all CntPerfTests
//
LOAD_SUITE CntPerfTestServer
//
#
RUN_SCRIPT c:\CntPerfTest\scripts\CustomLabelUid.script
RUN_SCRIPT c:\CntPerfTest\scripts\UnifiedSingular.script

START_TESTCASE PIM-APPENG-CNTMODEL-CIT-P81116
//! @file
//! @SYMTestCaseID PIM-APPENG-CNTMODEL-CIT-P81116
//! @SYMTestType CIT
//! @SYMTestPriority Medium
//! @SYMPREQ 811
//! @SYMTestCaseDesc ViewDef tests where contact item is opened/read ViewDefs containing,
//! KUidContactFieldMatchAll only
//! @SYMTestActions Open and read a contact using the default ViewDefs. 
//! then read and minimally read a contact using ViewDef X containing the KUidContactFieldMatchAll uid.
//! store the number of hidden/non-hidden and empty/non-empty fields after each read/open,
//! repeat test 4 times so that X excludes/includes all possible combination of fields
//! @SYMTestExpectedResults Check that the values match the expected results as constrained by the fields that are excluded / included within the ViewDef.
RUN_TEST_STEP 100 CntPerfTestServer ViewDefAllFieldsTest
RUN_TEST_STEP 100 CntPerfTestServer SimpleViewDefTests
END_TESTCASE PIM-APPENG-CNTMODEL-CIT-P81116

RUN_SCRIPT c:\CntPerfTest\scripts\CustomTemplateTest.script 
RUN_SCRIPT c:\CntPerfTest\scripts\AccessCountTests.script 
RUN_SCRIPT c:\CntPerfTest\scripts\ViewDefAnyFieldsTest.script 
RUN_SCRIPT c:\CntPerfTest\scripts\ViewDefCustomFieldsTest.script 
RUN_SCRIPT c:\CntPerfTest\scripts\ContactViewTest.script