telephonyserverplugins/multimodetsy/test/Te_Data/Te_Data.script
changeset 0 3553901f7fa8
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     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 //Call the setup script to copy any necessary config
       
    17 //file to the right places, also, TestHandShake moved
       
    18 //into Te_Data_handshake.script
       
    19 RUN_SCRIPT z:\TestData\Scripts\Te_Data_setup.script
       
    20 //
       
    21 LOAD_SUITE Te_Data
       
    22 //
       
    23 START_TESTCASE TEL-MMTSY-NA-2000
       
    24 //!@SYMTestCaseID TEL-MMTSY-NA-2000
       
    25 //!@SYMREQ REQ0000
       
    26 //!@SYMTestCaseDesc Test Line Status Incomming Call
       
    27 //!@SYMTestPriority critical
       
    28 //!@SYMTestActions Tests the line status of an incomming call
       
    29 //!@SYMTestExpectedResults Pass
       
    30 //!@SYMTestType CT
       
    31 //
       
    32 RUN_TEST_STEP 300 Te_Data TestLineStatusIncommingCall
       
    33 //
       
    34 END_TESTCASE TEL-MMTSY-NA-2000
       
    35 
       
    36 START_TESTCASE TEL-MMTSY-NA-2001
       
    37 //!@SYMTestCaseID TEL-MMTSY-NA-2001
       
    38 //!@SYMREQ REQ0000
       
    39 //!@SYMTestCaseDesc Test Line Status Outgoing Call
       
    40 //!@SYMTestPriority critical
       
    41 //!@SYMTestActions Test the line status of an outgoing call
       
    42 //!@SYMTestExpectedResults Pass
       
    43 //!@SYMTestType CT
       
    44 //
       
    45 RUN_TEST_STEP 300 Te_Data TestLineStatusOutgoingCall
       
    46 //
       
    47 END_TESTCASE TEL-MMTSY-NA-2001
       
    48 
       
    49 START_TESTCASE TEL-MMTSY-NA-2002
       
    50 //!@SYMTestCaseID TEL-MMTSY-NA-2002
       
    51 //!@SYMREQ REQ0000
       
    52 //!@SYMTestCaseDesc Test Line Info
       
    53 //!@SYMTestPriority critical
       
    54 //!@SYMTestActions Test line information 
       
    55 //!@SYMTestExpectedResults Pass
       
    56 //!@SYMTestType CT
       
    57 //
       
    58 RUN_TEST_STEP 300 Te_Data TestLineInfo
       
    59 //
       
    60 END_TESTCASE TEL-MMTSY-NA-2002
       
    61 
       
    62 START_TESTCASE TEL-MMTSY-NA-2003
       
    63 //!@SYMTestCaseID TEL-MMTSY-NA-2003
       
    64 //!@SYMREQ REQ0000
       
    65 //!@SYMTestCaseDesc Test Line Notifications Incomming Call
       
    66 //!@SYMTestPriority critical
       
    67 //!@SYMTestActions Tests the  line notifications of an incomming call
       
    68 //!@SYMTestExpectedResults Pass
       
    69 //!@SYMTestType CT
       
    70 //
       
    71 RUN_TEST_STEP 300 Te_Data TestLineNotificationsIncommingCall
       
    72 //
       
    73 END_TESTCASE TEL-MMTSY-NA-2003
       
    74 
       
    75 START_TESTCASE TEL-MMTSY-NA-2004
       
    76 //!@SYMTestCaseID TEL-MMTSY-NA-2004
       
    77 //!@SYMREQ REQ0000
       
    78 //!@SYMTestCaseDesc Test Line Notifications Outgoing Call
       
    79 //!@SYMTestPriority critical
       
    80 //!@SYMTestActions Tests the line notifications of an outgoing call  
       
    81 //!@SYMTestExpectedResults Pass
       
    82 //!@SYMTestType CT
       
    83 //
       
    84 RUN_TEST_STEP 300 Te_Data TestLineNotificationsOutgoingCall
       
    85 //
       
    86 END_TESTCASE TEL-MMTSY-NA-2004
       
    87 
       
    88 START_TESTCASE TEL-MMTSY-NA-2005
       
    89 //!@SYMTestCaseID TEL-MMTSY-NA-2005
       
    90 //!@SYMREQ REQ0000
       
    91 //!@SYMTestCaseDesc Test Line Cancels
       
    92 //!@SYMTestPriority critical
       
    93 //!@SYMTestActions Test line cancellation
       
    94 //!@SYMTestExpectedResults Pass
       
    95 //!@SYMTestType CT
       
    96 //
       
    97 RUN_TEST_STEP 300 Te_Data TestLineCancels
       
    98 //
       
    99 END_TESTCASE TEL-MMTSY-NA-2005
       
   100 
       
   101 START_TESTCASE TEL-MMTSY-NA-2006
       
   102 //!@SYMTestCaseID TEL-MMTSY-NA-2006
       
   103 //!@SYMREQ REQ0000
       
   104 //!@SYMTestCaseDesc TestCallInfo
       
   105 //!@SYMTestPriority critical
       
   106 //!@SYMTestActions Test call information
       
   107 //!@SYMTestExpectedResults Pass
       
   108 //!@SYMTestType CT
       
   109 //
       
   110 RUN_TEST_STEP 300 Te_Data TestCallInfo
       
   111 //
       
   112 END_TESTCASE TEL-MMTSY-NA-2006
       
   113 
       
   114 START_TESTCASE TEL-MMTSY-NA-2007
       
   115 //!@SYMTestCaseID TEL-MMTSY-NA-2007
       
   116 //!@SYMREQ REQ0000
       
   117 //!@SYMTestCaseDesc Test Call Notifications
       
   118 //!@SYMTestPriority critical
       
   119 //!@SYMTestActions Test call notifications
       
   120 //!@SYMTestExpectedResults Pass
       
   121 //!@SYMTestType CT
       
   122 //
       
   123 RUN_TEST_STEP 300 Te_Data TestCallNotifications
       
   124 //
       
   125 END_TESTCASE TEL-MMTSY-NA-2007
       
   126 
       
   127 START_TESTCASE TEL-MMTSY-NA-2008
       
   128 //!@SYMTestCaseID TEL-MMTSY-NA-2008
       
   129 //!@SYMREQ REQ0000
       
   130 //!@SYMTestCaseDesc Test Call Status Incomming Call
       
   131 //!@SYMTestPriority critical
       
   132 //!@SYMTestActions Test the call status of an incomming call
       
   133 //!@SYMTestExpectedResults Pass
       
   134 //!@SYMTestType CT
       
   135 //
       
   136 RUN_TEST_STEP 300 Te_Data TestCallStatusIncommingCall
       
   137 //
       
   138 END_TESTCASE TEL-MMTSY-NA-2008
       
   139 
       
   140 START_TESTCASE TEL-MMTSY-NA-2009
       
   141 //!@SYMTestCaseID TEL-MMTSY-NA-2009
       
   142 //!@SYMREQ REQ0000
       
   143 //!@SYMTestCaseDesc Test Call Status Outgoing Call
       
   144 //!@SYMTestPriority critical
       
   145 //!@SYMTestActions Test Call Status Outgoing Call
       
   146 //!@SYMTestExpectedResults Pass
       
   147 //!@SYMTestType CT
       
   148 //
       
   149 RUN_TEST_STEP 300 Te_Data TestCallStatusOutgoingCall
       
   150 //
       
   151 END_TESTCASE TEL-MMTSY-NA-2009
       
   152 
       
   153 START_TESTCASE TEL-MMTSY-NA-2010
       
   154 //!@SYMTestCaseID TEL-MMTSY-NA-2010
       
   155 //!@SYMREQ REQ0000
       
   156 //!@SYMTestCaseDesc Test Call Cancels
       
   157 //!@SYMTestPriority critical
       
   158 //!@SYMTestActions Test Call Cancellations
       
   159 //!@SYMTestExpectedResults Pass
       
   160 //!@SYMTestType CT
       
   161 //
       
   162 RUN_TEST_STEP 300 Te_Data TestCallCancels
       
   163 //
       
   164 END_TESTCASE TEL-MMTSY-NA-2010
       
   165 
       
   166 START_TESTCASE TEL-MMTSY-NA-2011
       
   167 //!@SYMTestCaseID TEL-MMTSY-NA-2011
       
   168 //!@SYMREQ REQ0000
       
   169 //!@SYMTestCaseDesc TestGetMobileDataCallCapsL
       
   170 //!@SYMTestPriority critical
       
   171 //!@SYMTestActions Test Get Mobile Data Call Capabilities
       
   172 //!@SYMTestExpectedResults Pass
       
   173 //!@SYMTestType CT
       
   174 //
       
   175 RUN_TEST_STEP 300 Te_Data TestGetMobileDataCallCapsL
       
   176 //
       
   177 END_TESTCASE TEL-MMTSY-NA-2011
       
   178 
       
   179 START_TESTCASE TEL-MMTSY-NA-2012
       
   180 //!@SYMTestCaseID TEL-MMTSY-NA-2012
       
   181 //!@SYMREQ REQ0000
       
   182 //!@SYMTestCaseDesc TestHandShake
       
   183 //!@SYMTestPriority critical
       
   184 //!@SYMTestActions Test Hand Shake, requires Te_Echo to be run 
       
   185 //!@SYMTestExpectedResults Pass
       
   186 //!@SYMTestType CT
       
   187 //
       
   188 PRINT
       
   189 PRINT *********************************************************************
       
   190 PRINT *** About to start handshake test, please ensure T_Echo is ready! ***
       
   191 PRINT *********************************************************************
       
   192 PRINT
       
   193 PAUSE
       
   194 //
       
   195 RUN_TEST_STEP 300 Te_Data TestHandShake
       
   196 END_TESTCASE TEL-MMTSY-NA-2012
       
   197