|
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 RUN_SCRIPT z:\testdata\scripts\te_phbk_setup.script |
|
18 // |
|
19 LOAD_SUITE Te_PhBk |
|
20 // |
|
21 START_TESTCASE TEL-MMTSY-NA-4000 |
|
22 //!@SYMTestCaseID TEL-MMTSY-NA-4000 |
|
23 //!@SYMREQ REQ0000 |
|
24 //!@SYMTestCaseDesc Retreive phone information |
|
25 //!@SYMTestPriority critical |
|
26 //!@SYMTestActions Retreives information from ther phone such as the manufacture |
|
27 //!@SYMTestExpectedResults Pass |
|
28 //!@SYMTestType CT |
|
29 // |
|
30 RUN_TEST_STEP 60 Te_PhBk TestPhoneInfo |
|
31 // |
|
32 END_TESTCASE TEL-MMTSY-NA-4000 |
|
33 |
|
34 START_TESTCASE TEL-MMTSY-NA-4001 |
|
35 //!@SYMTestCaseID TEL-MMTSY-NA-4001 |
|
36 //!@SYMREQ REQ0000 |
|
37 //!@SYMTestCaseDesc Retreive capabilities and information |
|
38 //!@SYMTestPriority critical |
|
39 //!@SYMTestActions Gets the SIM phone book's static capabilities |
|
40 //!@SYMTestExpectedResults Pass |
|
41 //!@SYMTestType CT |
|
42 // |
|
43 RUN_TEST_STEP 30 Te_PhBk TestGetCapsAndInfo |
|
44 // |
|
45 END_TESTCASE TEL-MMTSY-NA-4001 |
|
46 |
|
47 START_TESTCASE TEL-MMTSY-NA-4002 |
|
48 //!@SYMTestCaseID TEL-MMTSY-NA-4002 |
|
49 //!@SYMREQ REQ0000 |
|
50 //!@SYMTestCaseDesc Test Read Write |
|
51 //!@SYMTestPriority critical |
|
52 //!@SYMTestActions Test reads and writes to the sim phonebook |
|
53 //!@SYMTestExpectedResults Pass |
|
54 //!@SYMTestType CT |
|
55 // |
|
56 RUN_TEST_STEP 60 Te_PhBk TestReadAndWrite |
|
57 // |
|
58 END_TESTCASE TEL-MMTSY-NA-4002 |
|
59 |
|
60 START_TESTCASE TEL-MMTSY-NA-4003 |
|
61 //!@SYMTestCaseID TEL-MMTSY-NA-4003 |
|
62 //!@SYMREQ REQ0000 |
|
63 //!@SYMTestCaseDesc Test Delete |
|
64 //!@SYMTestPriority critical |
|
65 //!@SYMTestActions Tests deletion of messages to the sim phonebook |
|
66 //!@SYMTestExpectedResults Pass |
|
67 //!@SYMTestType CT |
|
68 // |
|
69 RUN_TEST_STEP 60 Te_PhBk TestDelete |
|
70 // |
|
71 END_TESTCASE TEL-MMTSY-NA-4003 |
|
72 |
|
73 START_TESTCASE TEL-MMTSY-NA-4004 |
|
74 //!@SYMTestCaseID TEL-MMTSY-NA-4004 |
|
75 //!@SYMREQ REQ0000 |
|
76 //!@SYMTestCaseDesc Tests sim phonebook notifications |
|
77 //!@SYMTestPriority critical |
|
78 //!@SYMTestActions This function opens the SIM phonebooks and posts a request for notification |
|
79 //!@SYMTestExpectedResults Pass |
|
80 //!@SYMTestType CT |
|
81 // |
|
82 RUN_TEST_STEP 30 Te_PhBk TestNotifications |
|
83 // |
|
84 END_TESTCASE TEL-MMTSY-NA-4004 |
|
85 |
|
86 START_TESTCASE TEL-MMTSY-NA-4005 |
|
87 //!@SYMTestCaseID TEL-MMTSY-NA-4005 |
|
88 //!@SYMREQ REQ0000 |
|
89 //!@SYMTestCaseDesc Test Invalid Ops |
|
90 //!@SYMTestPriority critical |
|
91 //!@SYMTestActions Stress test. Tries to perform invalid operations on the phonebook to make sure the phone errors these operations accordingly |
|
92 |
|
93 //!@SYMTestExpectedResults Pass |
|
94 //!@SYMTestType CT |
|
95 // |
|
96 RUN_TEST_STEP 30 Te_PhBk TestInvalidOps |
|
97 // |
|
98 END_TESTCASE TEL-MMTSY-NA-4005 |
|
99 |
|
100 START_TESTCASE TEL-MMTSY-NA-4006 |
|
101 //!@SYMTestCaseID TEL-MMTSY-NA-4006 |
|
102 //!@SYMREQ REQ0000 |
|
103 //!@SYMTestCaseDesc Test Advanced Phonebook |
|
104 //!@SYMTestPriority critical |
|
105 //!@SYMTestActions This function opens an Advanced Gsm SIM PhoneBook |
|
106 //!@SYMTestExpectedResults Pass |
|
107 //!@SYMTestType CT |
|
108 // |
|
109 RUN_TEST_STEP 120 Te_PhBk TestAdvancedPhBk |
|
110 // |
|
111 END_TESTCASE TEL-MMTSY-NA-4006 |
|
112 |
|
113 START_TESTCASE TEL-MMTSY-NA-4007 |
|
114 //!@SYMTestCaseID TEL-MMTSY-NA-4007 |
|
115 //!@SYMREQ REQ0000 |
|
116 //!@SYMTestCaseDesc Test Retrieval of the whole phonebook |
|
117 //!@SYMTestPriority critical |
|
118 //!@SYMTestActions Test retrieval of the phonebooks on the sim |
|
119 //!@SYMTestExpectedResults Pass |
|
120 //!@SYMTestType CT |
|
121 // |
|
122 RUN_TEST_STEP 60 Te_PhBk RetrievalOfWholePhoneBook |
|
123 // |
|
124 END_TESTCASE TEL-MMTSY-NA-4007 |
|
125 |
|
126 START_TESTCASE TEL-MMTSY-NA-4008 |
|
127 //!@SYMTestCaseID TEL-MMTSY-NA-4008 |
|
128 //!@SYMREQ REQ0000 |
|
129 //!@SYMTestCaseDesc Retrieval Of Batch Of phonebook Entries |
|
130 //!@SYMTestPriority critical |
|
131 //!@SYMTestActions Test of retrieval of a batch of phonebook entries. This method is mainly used to test removal of partially populated phonebook entries by the MMTSY |
|
132 //!@SYMTestExpectedResults Pass |
|
133 //!@SYMTestType CT |
|
134 // |
|
135 RUN_TEST_STEP 60 Te_PhBk RetrievalOfBatchOfPhoneBookEntries |
|
136 // |
|
137 END_TESTCASE TEL-MMTSY-NA-4008 |
|
138 |
|
139 START_TESTCASE TEL-MMTSY-NA-4009 |
|
140 //!@SYMTestCaseID TEL-MMTSY-NA-4009 |
|
141 //!@SYMREQ REQ0000 |
|
142 //!@SYMTestCaseDesc Retrieval of half of the phonebook entries |
|
143 //!@SYMTestPriority critical |
|
144 //!@SYMTestActions Test of retrieval of a half of phonebook entries. This method is mainly used to test removal of partially populated phonebook entries by the MMTSY |
|
145 //!@SYMTestExpectedResults Pass |
|
146 //!@SYMTestType CT |
|
147 // |
|
148 RUN_TEST_STEP 60 Te_PhBk RetrievalOfHalfOfPhoneBookEntries |
|
149 // |
|
150 END_TESTCASE TEL-MMTSY-NA-4009 |
|
151 |