fax/faxclientandserver/Test/TE_FAX/TE_Fax_Receive_Comm1.script
changeset 20 244d7c5f118e
parent 19 1f776524b15c
child 23 6b1d113cdff3
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
     1 // Copyright (c) 2004-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 // TE_Fax_Receive.script
       
    15 // 
       
    16 //
       
    17 
       
    18 RUN_SCRIPT z:\TestData\Scripts\TE_Fax_Setup_Comm1.script
       
    19 
       
    20 LOAD_SUITE TE_Fax
       
    21 
       
    22 
       
    23 START_TESTCASE TEL-FAX-NA-0001
       
    24 //!@SYMTestCaseID TEL-FAX-NA-0001
       
    25 //!@SYMREQ REQ0000
       
    26 //!@SYMTestCaseDesc Test Creation of fax definition
       
    27 //!@SYMTestPriority Critical
       
    28 //!@SYMTestActions  This test simply tests the initialisation of fax variables and nothing else. On Armv5 due to compiler warnings half the test is ifdef'd out
       
    29 //!@SYMTestExpectedResults Pass  
       
    30 //!@SYMTestType CT
       
    31 RUN_TEST_STEP 120 TE_Fax TestFaxDefinition
       
    32 
       
    33 END_TESTCASE TEL-FAX-NA-0001
       
    34 
       
    35 START_TESTCASE TEL-FAX-NA-0002
       
    36 //!@SYMTestCaseID TEL-FAX-NA-0002
       
    37 //!@SYMREQ REQ0000
       
    38 //!@SYMTestCaseDesc Tests Storage of fax data on local disk
       
    39 //!@SYMTestPriority
       
    40 //!@SYMTestActions Creates a fax file using the fax api  
       
    41 //!@SYMTestExpectedResults Pass 
       
    42 //!@SYMTestType CT
       
    43 RUN_TEST_STEP 120 TE_Fax TestFaxStorage
       
    44 
       
    45 END_TESTCASE TEL-FAX-NA-0002
       
    46 
       
    47 START_TESTCASE TEL-FAX-NA-0003
       
    48 //!@SYMTestCaseID TEL-FAX-NA-0003
       
    49 //!@SYMREQ REQ0000
       
    50 //!@SYMTestCaseDesc Test Fax Coding
       
    51 //!@SYMTestPriority Critical
       
    52 //!@SYMTestActions   Tests the encoding of 1D and 2D fax data   
       
    53 //!@SYMTestExpectedResults Pass
       
    54 //!@SYMTestType CT
       
    55 RUN_TEST_STEP 120 TE_Fax TestFaxCoding
       
    56 
       
    57 END_TESTCASE TEL-FAX-NA-0003
       
    58 
       
    59 START_TESTCASE TEL-FAX-NA-0004
       
    60 //!@SYMTestCaseID TEL-FAX-NA-0004
       
    61 //!@SYMREQ REQ0000
       
    62 //!@SYMTestCaseDesc Test Fax header Definition 
       
    63 //!@SYMTestPriority Critical 
       
    64 //!@SYMTestActions Tests Creation of a fax header using a the 3 different font sizes   
       
    65 //!@SYMTestExpectedResults Pass
       
    66 //!@SYMTestType CT
       
    67 RUN_TEST_STEP 120 TE_Fax TestFaxHeaderDefinition
       
    68 
       
    69 
       
    70 END_TESTCASE TEL-FAX-NA-0004
       
    71 
       
    72 START_TESTCASE TEL-FAX-NA-5000
       
    73 //!@SYMTestCaseID TEL-FAX-NA-5000
       
    74 //!@SYMREQ REQ0000
       
    75 //!@SYMTestCaseDesc Receives a fax
       
    76 //!@SYMTestPriority High
       
    77 //!@SYMTestActions Receives a fax using various settings and test files  
       
    78 //!@SYMTestExpectedResults Pass
       
    79 //!@SYMTestType CT 
       
    80 RUN_TEST_STEP 600 TE_Fax TestReceiveFax01
       
    81 DELAY 5000
       
    82 
       
    83 
       
    84 END_TESTCASE TEL-FAX-NA-5000
       
    85 
       
    86 START_TESTCASE TEL-FAX-NA-5001
       
    87 //!@SYMTestCaseID TEL-FAX-NA-5001
       
    88 //!@SYMREQ REQ0000
       
    89 //!@SYMTestCaseDesc Receives a fax
       
    90 //!@SYMTestPriority High
       
    91 //!@SYMTestActions Receives a fax using various settings and test files  
       
    92 //!@SYMTestExpectedResults Pass
       
    93 //!@SYMTestType CT 
       
    94 RUN_TEST_STEP 600 TE_Fax TestReceiveFax02
       
    95 DELAY 5000
       
    96 
       
    97 
       
    98 END_TESTCASE TEL-FAX-NA-5001
       
    99 
       
   100 START_TESTCASE TEL-FAX-NA-5002
       
   101 //!@SYMTestCaseID TEL-FAX-NA-5002
       
   102 //!@SYMREQ REQ0000
       
   103 //!@SYMTestCaseDesc Receives a fax
       
   104 //!@SYMTestPriority High
       
   105 //!@SYMTestActions Receives a fax using various settings and test files  
       
   106 //!@SYMTestExpectedResults Pass
       
   107 //!@SYMTestType CT 
       
   108 RUN_TEST_STEP 600 TE_Fax TestReceiveFax03
       
   109 DELAY 5000
       
   110 
       
   111 
       
   112 END_TESTCASE TEL-FAX-NA-5002
       
   113 
       
   114 START_TESTCASE TEL-FAX-NA-5003
       
   115 //!@SYMTestCaseID TEL-FAX-NA-5003
       
   116 //!@SYMREQ REQ0000
       
   117 //!@SYMTestCaseDesc Receives a fax
       
   118 //!@SYMTestPriority High
       
   119 //!@SYMTestActions Receives a fax using various settings and test files  
       
   120 //!@SYMTestExpectedResults Pass
       
   121 //!@SYMTestType CT
       
   122 RUN_TEST_STEP 600 TE_Fax TestReceiveFax04
       
   123 DELAY 5000
       
   124 
       
   125 
       
   126 END_TESTCASE TEL-FAX-NA-5003
       
   127 
       
   128 START_TESTCASE TEL-FAX-NA-5004
       
   129 //!@SYMTestCaseID TEL-FAX-NA-5004
       
   130 //!@SYMREQ REQ0000
       
   131 //!@SYMTestCaseDesc Receives a fax
       
   132 //!@SYMTestPriority High
       
   133 //!@SYMTestActions Receives a fax using various settings and test files  
       
   134 //!@SYMTestExpectedResults Pass
       
   135 //!@SYMTestType CT 
       
   136 RUN_TEST_STEP 600 TE_Fax TestReceiveFax05
       
   137 DELAY 5000
       
   138 
       
   139 
       
   140 END_TESTCASE TEL-FAX-NA-5004
       
   141 
       
   142 START_TESTCASE TEL-FAX-NA-5005
       
   143 //!@SYMTestCaseID TEL-FAX-NA-5005
       
   144 //!@SYMREQ REQ0000
       
   145 //!@SYMTestCaseDesc Receives a fax
       
   146 //!@SYMTestPriority High
       
   147 //!@SYMTestActions Receives a fax using various settings and test files  
       
   148 //!@SYMTestExpectedResults Pass
       
   149 //!@SYMTestType CT
       
   150 RUN_TEST_STEP 600 TE_Fax TestReceiveFax06
       
   151 END_TESTCASE TEL-FAX-NA-5005
       
   152