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