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