pimprotocols/phonebooksync/Test/TE_Sync/TE_Sync.script
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     1 // Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 RUN_SCRIPT z:\TestData\Scripts\TE_Sync_Setup.script
       
    17 
       
    18 LOAD_SUITE TE_Sync
       
    19 
       
    20 //!@file
       
    21 START_TESTCASE PIM-PHBKSYNC-NA-0001
       
    22 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0001
       
    23 //!@SYMREQ REQ0000
       
    24 //!@SYMTestCaseDesc Test connection and disconnection test
       
    25 //!@SYMTestPriority High
       
    26 //!@SYMTestActions Connects and disconnects
       
    27 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
    28 //!@SYMTestType CT
       
    29 RUN_TEST_STEP 300 TE_Sync TestOpen
       
    30 
       
    31 END_TESTCASE PIM-PHBKSYNC-NA-0001
       
    32 
       
    33 START_TESTCASE PIM-PHBKSYNC-NA-0002
       
    34 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0002
       
    35 //!@SYMREQ REQ0000
       
    36 //!@SYMTestCaseDesc Do Synchronisation test
       
    37 //!@SYMTestPriority High
       
    38 //!@SYMTestActions Synchronises
       
    39 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
    40 //!@SYMTestType CT
       
    41 RUN_TEST_STEP 300 TE_Sync TestDoSynchronisation
       
    42 
       
    43 END_TESTCASE PIM-PHBKSYNC-NA-0002
       
    44 
       
    45 START_TESTCASE PIM-PHBKSYNC-NA-0003
       
    46 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0003
       
    47 //!@SYMREQ REQ0000
       
    48 //!@SYMTestCaseDesc Test writing of contact to ICC
       
    49 //!@SYMTestPriority High
       
    50 //!@SYMTestActions Writes Contact to ICC
       
    51 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
    52 //!@SYMTestType CT
       
    53 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCTest
       
    54 
       
    55 END_TESTCASE PIM-PHBKSYNC-NA-0003
       
    56 
       
    57 START_TESTCASE PIM-PHBKSYNC-NA-0004
       
    58 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0004
       
    59 //!@SYMREQ REQ0000
       
    60 //!@SYMTestCaseDesc Test writing of Contact to ICC - Overwrite existing entry
       
    61 //!@SYMTestPriority High
       
    62 //!@SYMTestActions Writes Contact to ICC
       
    63 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
    64 //!@SYMTestType CT
       
    65 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCOverwriteTest
       
    66 
       
    67 END_TESTCASE PIM-PHBKSYNC-NA-0004
       
    68 
       
    69 START_TESTCASE PIM-PHBKSYNC-NA-0005
       
    70 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0005
       
    71 //!@SYMREQ REQ0000
       
    72 //!@SYMTestCaseDesc Test writing of a new entry to the ICC.  The index field is 
       
    73 //!                 not specified
       
    74 //!@SYMTestPriority High
       
    75 //!@SYMTestActions Writes a new entry to the ICC
       
    76 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
    77 //!@SYMTestType CT
       
    78 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCNoSlotTest
       
    79 
       
    80 END_TESTCASE PIM-PHBKSYNC-NA-0005
       
    81 
       
    82 START_TESTCASE PIM-PHBKSYNC-NA-0006
       
    83 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0006
       
    84 //!@SYMREQ REQ0000
       
    85 //!@SYMTestCaseDesc Test writing Contact to ICC - Invalid Slot number test
       
    86 //!@SYMTestPriority High
       
    87 //!@SYMTestActions Writes Contact to ICC
       
    88 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
    89 //!@SYMTestType CT
       
    90 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCInvalidSlotTest
       
    91 
       
    92 END_TESTCASE PIM-PHBKSYNC-NA-0006
       
    93 
       
    94 START_TESTCASE PIM-PHBKSYNC-NA-0007
       
    95 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0007
       
    96 //!@SYMREQ REQ0000
       
    97 //!@SYMTestCaseDesc Test writing of Contact to ICC - Blank Number test
       
    98 //!@SYMTestPriority High
       
    99 //!@SYMTestActions Writes Contact to ICC
       
   100 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   101 //!@SYMTestType CT
       
   102 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCBlankNumTest
       
   103 
       
   104 END_TESTCASE PIM-PHBKSYNC-NA-0007
       
   105 
       
   106 START_TESTCASE PIM-PHBKSYNC-NA-0008
       
   107 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0008
       
   108 //!@SYMREQ REQ0000
       
   109 //!@SYMTestCaseDesc Test writing of Contact to ICC - Blank Name test
       
   110 //!@SYMTestPriority High
       
   111 //!@SYMTestActions Writes Contact to ICC
       
   112 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   113 //!@SYMTestType CT
       
   114 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCBlankNameTest
       
   115 
       
   116 END_TESTCASE PIM-PHBKSYNC-NA-0008
       
   117 
       
   118 START_TESTCASE PIM-PHBKSYNC-NA-0009
       
   119 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0009
       
   120 //!@SYMREQ REQ0000
       
   121 //!@SYMTestCaseDesc Test writing of Contact to ICC - Exceed Max Number test
       
   122 //!@SYMTestPriority High
       
   123 //!@SYMTestActions Writes Contact to ICC
       
   124 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   125 //!@SYMTestType CT
       
   126 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCExceedMaxNumTest
       
   127 
       
   128 //
       
   129 // TestWriteContactToICCExceedMaxNameTest cannot be run at the moment since
       
   130 // SIMTSY doesn't support this test yet.
       
   131 //
       
   132 
       
   133 END_TESTCASE PIM-PHBKSYNC-NA-0009
       
   134 
       
   135 START_TESTCASE PIM-PHBKSYNC-NA-0010
       
   136 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0010
       
   137 //!@SYMREQ REQ0000
       
   138 //!@SYMTestCaseDesc Test writing of Contact to ICC - Max Number test
       
   139 //!@SYMTestPriority High
       
   140 //!@SYMTestActions Writes Contact to ICC
       
   141 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   142 //!@SYMTestType CT
       
   143 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCMaxNumTest
       
   144 
       
   145 END_TESTCASE PIM-PHBKSYNC-NA-0010
       
   146 
       
   147 START_TESTCASE PIM-PHBKSYNC-NA-0011
       
   148 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0011
       
   149 //!@SYMREQ REQ0000
       
   150 //!@SYMTestCaseDesc Test writing of Contact to ICC - Max Name test
       
   151 //!@SYMTestPriority High
       
   152 //!@SYMTestActions Writes Contact to ICC
       
   153 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   154 //!@SYMTestType CT
       
   155 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCMaxNameTest
       
   156 
       
   157 //
       
   158 // TestWriteContactToICCNumLettersTest cannot be run at the moment since
       
   159 // SIMTSY doesn't support this test yet.
       
   160 //
       
   161 
       
   162 END_TESTCASE PIM-PHBKSYNC-NA-0011
       
   163 
       
   164 START_TESTCASE PIM-PHBKSYNC-NA-0012
       
   165 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0012
       
   166 //!@SYMREQ REQ0000
       
   167 //!@SYMTestCaseDesc Test writing of Contact to ICC - Name with non-alphabetical 
       
   168 //!                 characters test
       
   169 //!@SYMTestPriority High
       
   170 //!@SYMTestActions Writes Contact to ICC
       
   171 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   172 //!@SYMTestType CT
       
   173 RUN_TEST_STEP 300 TE_Sync TestWriteContactToICCObsecureTest
       
   174 
       
   175 END_TESTCASE PIM-PHBKSYNC-NA-0012
       
   176 
       
   177 START_TESTCASE PIM-PHBKSYNC-NA-0013
       
   178 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0013
       
   179 //!@SYMREQ REQ0000
       
   180 //!@SYMTestCaseDesc Test validating of Contact
       
   181 //!@SYMTestPriority High
       
   182 //!@SYMTestActions Validates Contact
       
   183 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   184 //!@SYMTestType CT
       
   185 RUN_TEST_STEP 300 TE_Sync TestValidateContact
       
   186 
       
   187 END_TESTCASE PIM-PHBKSYNC-NA-0013
       
   188 
       
   189 START_TESTCASE PIM-PHBKSYNC-NA-0014
       
   190 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0014
       
   191 //!@SYMREQ REQ0000
       
   192 //!@SYMTestCaseDesc Test validating of Contact - ICC PIN locked test
       
   193 //!@SYMTestPriority High
       
   194 //!@SYMTestActions Validates Contact
       
   195 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   196 //!@SYMTestType CT
       
   197 RUN_TEST_STEP 300 TE_Sync TestValidateContactAccessLockedTest
       
   198 
       
   199 END_TESTCASE PIM-PHBKSYNC-NA-0014
       
   200 
       
   201 START_TESTCASE PIM-PHBKSYNC-NA-0015
       
   202 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0015
       
   203 //!@SYMREQ REQ0000
       
   204 //!@SYMTestCaseDesc Test validating of Contact - Invalid UID test
       
   205 //!@SYMTestPriority High
       
   206 //!@SYMTestActions Validates Contac
       
   207 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   208 //!@SYMTestType CT
       
   209 RUN_TEST_STEP 300 TE_Sync TestValidateContactInvalidUIDTest
       
   210 
       
   211 END_TESTCASE PIM-PHBKSYNC-NA-0015
       
   212 
       
   213 START_TESTCASE PIM-PHBKSYNC-NA-0016
       
   214 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0016
       
   215 //!@SYMREQ REQ0000
       
   216 //!@SYMTestCaseDesc Test updating of look-up table - Failure test
       
   217 //!@SYMTestPriority High
       
   218 //!@SYMTestActions Updates look-up table
       
   219 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   220 //!@SYMTestType CT
       
   221 RUN_TEST_STEP 300 TE_Sync TestUpdateLookUpTableFailure
       
   222 
       
   223 END_TESTCASE PIM-PHBKSYNC-NA-0016
       
   224 
       
   225 START_TESTCASE PIM-PHBKSYNC-NA-0017
       
   226 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0017
       
   227 //!@SYMREQ REQ0000
       
   228 //!@SYMTestCaseDesc Test updating of look-up table - Success test
       
   229 //!@SYMTestPriority High
       
   230 //!@SYMTestActions Updates look-up table
       
   231 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   232 //!@SYMTestType CT
       
   233 RUN_TEST_STEP 300 TE_Sync TestUpdateLookUpTableSuccess
       
   234 
       
   235 END_TESTCASE PIM-PHBKSYNC-NA-0017
       
   236 
       
   237 START_TESTCASE PIM-PHBKSYNC-NA-0018
       
   238 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0018
       
   239 //!@SYMREQ REQ0000
       
   240 //!@SYMTestCaseDesc Test getting of Sync Mode
       
   241 //!@SYMTestPriority High
       
   242 //!@SYMTestActions Gets Sync Mode
       
   243 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   244 //!@SYMTestType CT
       
   245 RUN_TEST_STEP 300 TE_Sync TestGetSyncMode
       
   246 
       
   247 END_TESTCASE PIM-PHBKSYNC-NA-0018
       
   248 
       
   249 START_TESTCASE PIM-PHBKSYNC-NA-0019
       
   250 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0019
       
   251 //!@SYMREQ REQ0000
       
   252 //!@SYMTestCaseDesc Test setting of Sync Mode - Auto/Same/Manual test
       
   253 //!@SYMTestPriority High
       
   254 //!@SYMTestActions Sets Sync Mode
       
   255 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   256 //!@SYMTestType CT
       
   257 RUN_TEST_STEP 300 TE_Sync TestSetSyncMode
       
   258 
       
   259 END_TESTCASE PIM-PHBKSYNC-NA-0019
       
   260 
       
   261 START_TESTCASE PIM-PHBKSYNC-NA-0020
       
   262 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0020
       
   263 //!@SYMREQ REQ0000
       
   264 //!@SYMTestCaseDesc Test deleting of Contact from ICC
       
   265 //!@SYMTestPriority High
       
   266 //!@SYMTestActions Deletes Contact from ICC test
       
   267 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   268 //!@SYMTestType CT
       
   269 RUN_TEST_STEP 300 TE_Sync TestDeleteContactFromICC
       
   270 
       
   271 END_TESTCASE PIM-PHBKSYNC-NA-0020
       
   272 
       
   273 START_TESTCASE PIM-PHBKSYNC-NA-0021
       
   274 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0021
       
   275 //!@SYMREQ REQ0000
       
   276 //!@SYMTestCaseDesc Test deleting of Contact with invalid ID from ICC test
       
   277 //!@SYMTestPriority High
       
   278 //!@SYMTestActions Deletes Contact
       
   279 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   280 //!@SYMTestType CT
       
   281 RUN_TEST_STEP 300 TE_Sync TestDeleteContactInvalidIdFromICC
       
   282 
       
   283 END_TESTCASE PIM-PHBKSYNC-NA-0021
       
   284 
       
   285 START_TESTCASE PIM-PHBKSYNC-NA-0022
       
   286 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0022
       
   287 //!@SYMREQ REQ0000
       
   288 //!@SYMTestCaseDesc Get Contact Format test.  This method gets the current 
       
   289 //!                 contact format. The expected output test results may not be 
       
   290 //!                 valid for different ICCs/Phones
       
   291 //!@SYMTestPriority High
       
   292 //!@SYMTestActions Gets Contact Format
       
   293 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   294 //!@SYMTestType CT
       
   295 RUN_TEST_STEP 300 TE_Sync TestGetContactFormat
       
   296 
       
   297 END_TESTCASE PIM-PHBKSYNC-NA-0022
       
   298 
       
   299 START_TESTCASE PIM-PHBKSYNC-NA-0023
       
   300 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0023
       
   301 //!@SYMREQ REQ0000
       
   302 //!@SYMTestCaseDesc Get Cache state test
       
   303 //!@SYMTestPriority High
       
   304 //!@SYMTestActions Gets Cache state
       
   305 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   306 //!@SYMTestType CT
       
   307 RUN_TEST_STEP 300 TE_Sync TestGetPhoneBookCacheState
       
   308 
       
   309 END_TESTCASE PIM-PHBKSYNC-NA-0023
       
   310 
       
   311 START_TESTCASE PIM-PHBKSYNC-NA-0024
       
   312 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0024
       
   313 //!@SYMREQ REQ0000
       
   314 //!@SYMTestCaseDesc Test Version
       
   315 //!@SYMTestPriority High
       
   316 //!@SYMTestActions Gets version number of PhBkSync
       
   317 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   318 //!@SYMTestType CT
       
   319 RUN_TEST_STEP 300 TE_Sync TestVersionTest
       
   320 
       
   321 END_TESTCASE PIM-PHBKSYNC-NA-0024
       
   322 
       
   323 START_TESTCASE PIM-PHBKSYNC-NA-0025
       
   324 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0025
       
   325 //!@SYMREQ REQ0000
       
   326 //!@SYMTestCaseDesc GetLastSyncError function test
       
   327 //!@SYMTestPriority High
       
   328 //!@SYMTestActions Gets last synchronisation error
       
   329 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   330 //!@SYMTestType CT
       
   331 RUN_TEST_STEP 300 TE_Sync TestGetLastSyncError
       
   332 
       
   333 END_TESTCASE PIM-PHBKSYNC-NA-0025
       
   334 
       
   335 START_TESTCASE PIM-PHBKSYNC-NA-0026
       
   336 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0026
       
   337 //!@SYMREQ REQ0000
       
   338 //!@SYMTestCaseDesc Test notifying of cache state change
       
   339 //!@SYMTestPriority High
       
   340 //!@SYMTestActions Notifyies of cache state change
       
   341 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   342 //!@SYMTestType CT
       
   343 RUN_TEST_STEP 300 TE_Sync TestNotifyCacheStateChange
       
   344 
       
   345 END_TESTCASE PIM-PHBKSYNC-NA-0026
       
   346 
       
   347 START_TESTCASE PIM-PHBKSYNC-NA-0027
       
   348 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0027
       
   349 //!@SYMREQ REQ0000
       
   350 //!@SYMTestCaseDesc Test getting PhoneBook Id Test
       
   351 //!@SYMTestPriority High
       
   352 //!@SYMTestActions Gets PhoneBook Id
       
   353 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   354 //!@SYMTestType CT
       
   355 RUN_TEST_STEP 300 TE_Sync TestGetPhoneBookId
       
   356 
       
   357 END_TESTCASE PIM-PHBKSYNC-NA-0027
       
   358 
       
   359 START_TESTCASE PIM-PHBKSYNC-NA-0028
       
   360 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0028
       
   361 //!@SYMREQ REQ0000
       
   362 //!@SYMTestCaseDesc Reset test
       
   363 //!@SYMTestPriority High
       
   364 //!@SYMTestActions Resets test
       
   365 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   366 //!@SYMTestType CT
       
   367 RUN_TEST_STEP 300 TE_Sync TestReset
       
   368 
       
   369 END_TESTCASE PIM-PHBKSYNC-NA-0028
       
   370 
       
   371 START_TESTCASE PIM-PHBKSYNC-NA-0029
       
   372 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0029
       
   373 //!@SYMREQ REQ0000
       
   374 //!@SYMTestCaseDesc Slot Handling Test
       
   375 //!@SYMTestPriority High
       
   376 //!@SYMTestActions Gets slots number, gets free slots, and gets slots id 
       
   377 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   378 //!@SYMTestType CT
       
   379 RUN_TEST_STEP 300 TE_Sync TestSlotHandlingTest
       
   380 
       
   381 END_TESTCASE PIM-PHBKSYNC-NA-0029
       
   382 
       
   383 START_TESTCASE PIM-PHBKSYNC-NA-0030
       
   384 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0030
       
   385 //!@SYMREQ REQ0000
       
   386 //!@SYMTestCaseDesc Test writing  to slot
       
   387 //!@SYMTestPriority High
       
   388 //!@SYMTestActions Writes to slot
       
   389 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   390 //!@SYMTestType CT
       
   391 RUN_TEST_STEP 300 TE_Sync TestWriteToSlotTest
       
   392 
       
   393 END_TESTCASE PIM-PHBKSYNC-NA-0030
       
   394 
       
   395 START_TESTCASE PIM-PHBKSYNC-NA-0031
       
   396 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0031
       
   397 //!@SYMREQ REQ0000
       
   398 //!@SYMTestCaseDesc Test cancelling of write request
       
   399 //!@SYMTestPriority High
       
   400 //!@SYMTestActions Cancels write request
       
   401 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   402 //!@SYMTestType CT
       
   403 RUN_TEST_STEP 300 TE_Sync TestCancelWriteRequest
       
   404 
       
   405 END_TESTCASE PIM-PHBKSYNC-NA-0031
       
   406 
       
   407 START_TESTCASE PIM-PHBKSYNC-NA-0032
       
   408 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0032
       
   409 //!@SYMREQ REQ0000
       
   410 //!@SYMTestCaseDesc Test cancelling of delete request
       
   411 //!@SYMTestPriority High
       
   412 //!@SYMTestActions Cancels delete request
       
   413 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   414 //!@SYMTestType CT
       
   415 RUN_TEST_STEP 300 TE_Sync TestCancelDeleteRequest
       
   416 
       
   417 END_TESTCASE PIM-PHBKSYNC-NA-0032
       
   418 
       
   419 START_TESTCASE PIM-PHBKSYNC-NA-0033
       
   420 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0033
       
   421 //!@SYMREQ REQ0000
       
   422 //!@SYMTestCaseDesc Test cancelling of DoSync request
       
   423 //!@SYMTestPriority High
       
   424 //!@SYMTestActions Cancels DoSync request
       
   425 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   426 //!@SYMTestType CT
       
   427 RUN_TEST_STEP 300 TE_Sync TestCancelDoSyncRequest
       
   428 
       
   429 END_TESTCASE PIM-PHBKSYNC-NA-0033
       
   430 
       
   431 START_TESTCASE PIM-PHBKSYNC-NA-0034
       
   432 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0034
       
   433 //!@SYMREQ REQ0000
       
   434 //!@SYMTestCaseDesc Test connection and disconnection
       
   435 //!@SYMTestPriority High
       
   436 //!@SYMTestActions Connects and disconnects
       
   437 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   438 //!@SYMTestType CT
       
   439 RUN_TEST_STEP 300 TE_Sync TestConnectionTest
       
   440 
       
   441 END_TESTCASE PIM-PHBKSYNC-NA-0034
       
   442 
       
   443 START_TESTCASE PIM-PHBKSYNC-NA-0035
       
   444 //!@SYMTestCaseID PIM-PHBKSYNC-NA-0035
       
   445 //!@SYMREQ DEF067688
       
   446 //!@SYMTestCaseDesc Tests startup when the TSY fails to open.
       
   447 //!@SYMTestPriority High
       
   448 //!@SYMTestActions Attempts to connect, fails and then shuts down.
       
   449 //!@SYMTestExpectedResults Pass, if any APIs fail the step will leave
       
   450 //!@SYMTestType CT
       
   451 RUN_TEST_STEP 300 TE_Sync TestFailedPhoneStartup
       
   452 END_TESTCASE PIM-PHBKSYNC-NA-0035
       
   453