os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_parse_api_te.script
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_parse_api_te.script	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,798 @@
     1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// 3GP library parser api Unit Testing script
    1.18 +// testexecute.exe [path]\[this script name]. 3GP library and necessary test files should be present. 
    1.19 +// It requires no exceptional network support.  
    1.20 +// 
    1.21 +//
    1.22 +
    1.23 +//! @file
    1.24 +//! @SYMTestSuiteName          tsu_3gp_parse_api
    1.25 +//! @SYMScriptTestEnvironment  This test runs using Symbian test execution with the following test list entry:
    1.26 +
    1.27 +
    1.28 +PRINT Run all the 3GP library parser api Unit
    1.29 +PRINT 
    1.30 +
    1.31 +LOAD_SUITE tsu_3gplibrary
    1.32 +
    1.33 +// Positive test
    1.34 +
    1.35 +START_TESTCASE MM-3GP-PARSE-U-0001-CP
    1.36 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0001-CP
    1.37 +//! @SYMREQ                 REQ9021
    1.38 +//! @SYMTestCaseDesc        Setup parser to read file by file path
    1.39 +//! Pre-Condition	    A valid mp4/3gp file must be present
    1.40 +//! @SYMTestPriority        High
    1.41 +//! @SYMTestActions         Setup parser to open file using different file modes and read file by file path
    1.42 +//! @SYMTestExpectedResults File read and complete with no error
    1.43 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0001-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
    1.44 +END_TESTCASE MM-3GP-PARSE-U-0001-CP
    1.45 +
    1.46 +START_TESTCASE MM-3GP-PARSE-U-0002-CP
    1.47 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0002-CP
    1.48 +//! @SYMREQ                 REQ9021
    1.49 +//! @SYMTestCaseDesc        Setup parser to use buffer mode
    1.50 +//! Pre-Condition	    A valid mp4/3gp file must be present
    1.51 +//! @SYMTestPriority        High
    1.52 +//! @SYMTestActions         Setup parser to open and read file by buffer mode
    1.53 +//! @SYMTestExpectedResults File read and complete with no error
    1.54 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0002-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
    1.55 +END_TESTCASE MM-3GP-PARSE-U-0002-CP
    1.56 +
    1.57 +START_TESTCASE MM-3GP-PARSE-U-0003-CP
    1.58 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0003-CP
    1.59 +//! @SYMREQ                 REQ9021
    1.60 +//! @SYMTestCaseDesc        Setup parser to read file by file handle
    1.61 +//! Pre-Condition	    A valid mp4/3gp file must be present
    1.62 +//! @SYMTestPriority        High
    1.63 +//! @SYMTestActions         Setup parser to open file using different file modes and read file by file handle
    1.64 +//! @SYMTestExpectedResults File read and complete with no error
    1.65 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0003-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
    1.66 +END_TESTCASE MM-3GP-PARSE-U-0003-CP
    1.67 +
    1.68 +START_TESTCASE MM-3GP-PARSE-U-0004-CP
    1.69 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0004-CP
    1.70 +//! @SYMREQ                 REQ9021
    1.71 +//! @SYMTestCaseDesc        Setup parser to read file by ContentAccess::CData
    1.72 +//! Pre-Condition	    A valid mp4/3gp file must be present
    1.73 +//! @SYMTestPriority        High
    1.74 +//! @SYMTestActions         Setup parser to open and read file by ContentAccess::CData
    1.75 +//! @SYMTestExpectedResults File read and complete with no error
    1.76 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0004-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
    1.77 +END_TESTCASE MM-3GP-PARSE-U-0004-CP
    1.78 +
    1.79 +START_TESTCASE MM-3GP-PARSE-U-0005-CP
    1.80 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0005-CP
    1.81 +//! @SYMREQ                 REQ9021
    1.82 +//! @SYMTestCaseDesc        Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using file mode 
    1.83 +//! Pre-Condition	    A valid mp4/3gp file containing both supported audio and video stream (not h263) must be present
    1.84 +//! @SYMTestPriority        High
    1.85 +//! @SYMTestActions         Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using file mode 
    1.86 +- file path / file handle or CAF object.
    1.87 +//! @SYMTestExpectedResults File read and complete with no error
    1.88 +RUN_TEST_STEP   -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
    1.89 +RUN_TEST_STEP   -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
    1.90 +RUN_TEST_STEP   -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H264-WB
    1.91 +END_TESTCASE MM-3GP-PARSE-U-0005-CP
    1.92 +
    1.93 +START_TESTCASE MM-3GP-PARSE-U-0006-CP
    1.94 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0006-CP
    1.95 +//! @SYMREQ                 REQ9021
    1.96 +//! @SYMTestCaseDesc        Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using buffer mode 
    1.97 +//! Pre-Condition	    A valid mp4/3gp file containing both supported audio and video stream must be present
    1.98 +//! @SYMTestPriority        High
    1.99 +//! @SYMTestActions         Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using buffer mode 
   1.100 +//! @SYMTestExpectedResults Retrieve video & audio stream attributes with no error
   1.101 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0006-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
   1.102 +END_TESTCASE MM-3GP-PARSE-U-0006-CP
   1.103 +
   1.104 +START_TESTCASE MM-3GP-PARSE-U-0007-CP
   1.105 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0007-CP
   1.106 +//! @SYMREQ                 REQ9021
   1.107 +//! @SYMTestCaseDesc        Check if the clip is streamable in file mode
   1.108 +//! Pre-Condition	    A non-streamable mp4/3gp/3g2 file must be present
   1.109 +//! @SYMTestPriority        High
   1.110 +//! @SYMTestActions         Check if the clip is streamable in file mode
   1.111 +//! @SYMTestExpectedResults Result returned is non-streamable
   1.112 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini NON-STREAMABLE
   1.113 +END_TESTCASE MM-3GP-PARSE-U-0007-CP
   1.114 +
   1.115 +START_TESTCASE MM-3GP-PARSE-U-0008-CP
   1.116 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0008-CP
   1.117 +//! @SYMREQ                 REQ9021
   1.118 +//! @SYMTestCaseDesc        Check if the clip is streamable in buffer mode
   1.119 +//! Pre-Condition	    A non-streamable mp4/3gp/3g2 file must be present
   1.120 +//! @SYMTestPriority        High
   1.121 +//! @SYMTestActions         Check if the clip is streamable in buffer mode
   1.122 +//! @SYMTestExpectedResults Result returned is non-streamable
   1.123 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0008-CP c:\mm\tsu_3gp_parse_api_te.ini NON-STREAMABLE
   1.124 +END_TESTCASE MM-3GP-PARSE-U-0008-CP
   1.125 +
   1.126 +START_TESTCASE MM-3GP-PARSE-U-0009-CP
   1.127 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0009-CP
   1.128 +//! @SYMREQ                 REQ9021
   1.129 +//! @SYMTestCaseDesc        Check if the clip is streamable in file mode
   1.130 +//! Pre-Condition	    A streamable mp4/3gp/3g2 file must be present
   1.131 +//! @SYMTestPriority        High
   1.132 +//! @SYMTestActions         Check if the clip is streamable in file mode
   1.133 +//! @SYMTestExpectedResults Result returned is streamable
   1.134 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.135 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.136 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.137 +RUN_TEST_STEP  !Error=-2 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
   1.138 +RUN_TEST_STEP  !Error=-20 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H263+-ARMWB
   1.139 +END_TESTCASE MM-3GP-PARSE-U-0009-CP
   1.140 +
   1.141 +START_TESTCASE MM-3GP-PARSE-U-0010-CP
   1.142 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0010-CP
   1.143 +//! @SYMREQ                 REQ9021
   1.144 +//! @SYMTestCaseDesc        Check if the clip is streamable in buffer mode
   1.145 +//! Pre-Condition	    A streamable mp4/3gp/3g2 file must be present
   1.146 +//! @SYMTestPriority        High
   1.147 +//! @SYMTestActions         Check if the clip is streamable in buffer mode
   1.148 +//! @SYMTestExpectedResults Result returned is streamable
   1.149 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0008-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.150 +END_TESTCASE MM-3GP-PARSE-U-0010-CP
   1.151 +
   1.152 +START_TESTCASE MM-3GP-PARSE-U-0011-CP
   1.153 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0011-CP
   1.154 +//! @SYMREQ                 REQ9021
   1.155 +//! @SYMTestCaseDesc        Retrieve buffered bytes, and video & audio frames synchronously in file mode
   1.156 +//! Pre-Condition	    A valid mp4/3gp file containing both supported audio and video stream must be present
   1.157 +//! @SYMTestPriority        High
   1.158 +//! @SYMTestActions         Retrieve buffered bytes, and video & audio frames synchronously in file mode 
   1.159 +//! @SYMTestExpectedResults Retrieving buffered bytes returns KErrNotSupported. Retrieving audio and video frames with no errors.
   1.160 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0011-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
   1.161 +END_TESTCASE MM-3GP-PARSE-U-0011-CP
   1.162 +
   1.163 +START_TESTCASE MM-3GP-PARSE-U-0014-CP
   1.164 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0014-CP
   1.165 +//! @SYMREQ                 REQ9021
   1.166 +//! @SYMTestCaseDesc        Parse video & audio frames from a mp4/3gp file asynchronously
   1.167 +//! Pre-Condition	    A valid mp4/3gp file containing both supported audio and video stream must be present
   1.168 +//! @SYMTestPriority        High
   1.169 +//! @SYMTestActions         Parse video & audio frames from a mp4/3gp file asynchronously thru file path, file handle and CAF object.
   1.170 +//! @SYMTestExpectedResults All frames retrieved with no error.
   1.171 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0014-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.172 +END_TESTCASE MM-3GP-PARSE-U-0014-CP
   1.173 +
   1.174 +START_TESTCASE MM-3GP-PARSE-U-0015-CP
   1.175 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0015-CP
   1.176 +//! @SYMREQ                 REQ9021
   1.177 +//! @SYMTestCaseDesc        Parse video & audio frames from a mp4/3gp file synchronously
   1.178 +//! Pre-Condition	    A valid mp4/3gp file containing both supported audio and video stream must be present
   1.179 +//! @SYMTestPriority        High
   1.180 +//! @SYMTestActions         Parse video & audio frames from a mp4/3gp file synchronously in buffer mode.
   1.181 +//! @SYMTestExpectedResults All frames retrieved with no error.
   1.182 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0015-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.183 +END_TESTCASE MM-3GP-PARSE-U-0015-CP
   1.184 +
   1.185 +START_TESTCASE MM-3GP-PARSE-U-0016-CP
   1.186 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0016-CP
   1.187 +//! @SYMREQ                 REQ9021
   1.188 +//! @SYMTestCaseDesc        Get frame type
   1.189 +//! Pre-Condition	    Different files which contain different video and different audio types must be present
   1.190 +//! @SYMTestPriority        High
   1.191 +//! @SYMTestActions         Get frame type in file path.
   1.192 +//! @SYMTestExpectedResults All frame types retrieved with no error.
   1.193 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.194 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.195 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.196 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
   1.197 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini H263-P3-L15
   1.198 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H264-MP4
   1.199 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
   1.200 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB 
   1.201 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.202 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-NONE-WB
   1.203 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
   1.204 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
   1.205 +RUN_TEST_STEP  !Error=-2 -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
   1.206 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-ONLY
   1.207 +END_TESTCASE MM-3GP-PARSE-U-0016-CP
   1.208 +
   1.209 +START_TESTCASE MM-3GP-PARSE-U-0017-CP
   1.210 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0017-CP
   1.211 +//! @SYMREQ                 REQ9021
   1.212 +//! @SYMTestCaseDesc        Get the QCELP storage mode
   1.213 +//! Pre-Condition	    A valid mp4/3gp file containing QCELP encoded audio stored using QCELP sample entry 
   1.214 +box must be present
   1.215 +//! @SYMTestPriority        High
   1.216 +//! @SYMTestActions         Get the QCELP storage mode in file path and buffer mode.
   1.217 +//! @SYMTestExpectedResults The QCELP storage mode retrieved with no error and the mode returned is QCELP sample entry 
   1.218 +box.
   1.219 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini H263-QCEL-QCELP
   1.220 +END_TESTCASE MM-3GP-PARSE-U-0017-CP
   1.221 +
   1.222 +START_TESTCASE MM-3GP-PARSE-U-0018-CP
   1.223 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0018-CP
   1.224 +//! @SYMREQ                 REQ9021
   1.225 +//! @SYMTestCaseDesc        Get the QCELP storage mode
   1.226 +//! Pre-Condition	    A valid mp4/3gp file containing QCELP encoded audio stored using MPEG4 sample entry 
   1.227 +box must be present
   1.228 +//! @SYMTestPriority        High
   1.229 +//! @SYMTestActions         Get the QCELP storage mode in file path and buffer mode.
   1.230 +//! @SYMTestExpectedResults The QCELP storage mode retrieved with no error and the mode returned is MPEG4 sample entry 
   1.231 +box.
   1.232 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
   1.233 +END_TESTCASE MM-3GP-PARSE-U-0018-CP
   1.234 +
   1.235 +START_TESTCASE MM-3GP-PARSE-U-0021-CP
   1.236 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0021-CP
   1.237 +//! @SYMREQ                 REQ9021
   1.238 +//! @SYMTestCaseDesc        Get H263 video leve
   1.239 +//! Pre-Condition	    A valid mp4/3gp file with H263 video source of level X must be present
   1.240 +//! @SYMTestPriority        High
   1.241 +//! @SYMTestActions         Get H263 video level in file path and buffer mode.
   1.242 +//! @SYMTestExpectedResults test with no error
   1.243 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
   1.244 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
   1.245 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini H263-P3-L15
   1.246 +END_TESTCASE MM-3GP-PARSE-U-0021-CP
   1.247 +
   1.248 +START_TESTCASE MM-3GP-PARSE-U-0023-CP
   1.249 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0023-CP
   1.250 +//! @SYMREQ                 REQ9021
   1.251 +//! @SYMTestCaseDesc        Read Video and audio Decoder Info size and info
   1.252 +//! Pre-Condition	    A valid mp4/3gp file containing video type of MPEG-4/AVC video and supported audio must be present
   1.253 +//! @SYMTestPriority        High
   1.254 +//! @SYMTestActions         Read Video and audio Decoder Info size and info in file path and buffer mode.
   1.255 +//! @SYMTestExpectedResults test with no error
   1.256 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0023-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.257 +END_TESTCASE MM-3GP-PARSE-U-0023-CP
   1.258 +
   1.259 +START_TESTCASE MM-3GP-PARSE-U-0027-CP
   1.260 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0027-CP
   1.261 +//! @SYMREQ                 REQ9021
   1.262 +//! @SYMTestCaseDesc        Seek different position of a video/audio file
   1.263 +//! Pre-Condition	    A valid 3GP/3G2/MP4 file with equal length of audio and video data must be present
   1.264 +//! @SYMTestPriority        High
   1.265 +//! @SYMTestActions         Seek different position of a video/audio file
   1.266 +//! @SYMTestExpectedResults test with no error
   1.267 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-SAME-LEN
   1.268 +END_TESTCASE MM-3GP-PARSE-U-0027-CP
   1.269 +
   1.270 +START_TESTCASE MM-3GP-PARSE-U-0028-CP
   1.271 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0028-CP
   1.272 +//! @SYMREQ                 REQ9021
   1.273 +//! @SYMTestCaseDesc        Seek a position after audio stream has been exhausted and there's still video stream left.
   1.274 +//! Pre-Condition	    A valid 3GP/3G2/MP4 file with length of audio is less than length of video data must be present
   1.275 +//! @SYMTestPriority        High
   1.276 +//! @SYMTestActions         Seek a position after audio stream has been exhausted and there's still video stream left.
   1.277 +//! @SYMTestExpectedResults test with no error
   1.278 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
   1.279 +END_TESTCASE MM-3GP-PARSE-U-0028-CP
   1.280 +
   1.281 +START_TESTCASE MM-3GP-PARSE-U-0029-CP
   1.282 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0029-CP
   1.283 +//! @SYMREQ                 REQ9021
   1.284 +//! @SYMTestCaseDesc        Seek a position after video stream has been exhausted and there's still audio stream left.
   1.285 +//! Pre-Condition	    A valid 3GP/3G2/MP4 file with length of audio is greater than length of video data must be present
   1.286 +//! @SYMTestPriority        High
   1.287 +//! @SYMTestActions         Seek a position after video stream has been exhausted and there's still audio stream left.
   1.288 +//! @SYMTestExpectedResults test with no error
   1.289 +
   1.290 +// c:\3gplibrary\h264-aac.3gp returns pos both to 0 because used keyframe True and the file without it.
   1.291 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-MORE
   1.292 +END_TESTCASE MM-3GP-PARSE-U-0029-CP
   1.293 +
   1.294 +START_TESTCASE MM-3GP-PARSE-U-0030-CP
   1.295 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0030-CP
   1.296 +//! @SYMREQ                 REQ9021
   1.297 +//! @SYMTestCaseDesc        Seek different position
   1.298 +//! Pre-Condition	    A valid mp4/3gp file containing only audio/video must be present
   1.299 +//! @SYMTestPriority        High
   1.300 +//! @SYMTestActions         Seek different position
   1.301 +//! @SYMTestExpectedResults test with no error
   1.302 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.303 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.304 +END_TESTCASE MM-3GP-PARSE-U-0030-CP
   1.305 +
   1.306 +START_TESTCASE MM-3GP-PARSE-U-0031-CP
   1.307 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0031-CP
   1.308 +//! @SYMREQ                 REQ9021
   1.309 +//! @SYMTestCaseDesc        Seek positions after any keyframe and immediately after a non-key frame.
   1.310 +//! Pre-Condition	    A valid mp4/3gp file with and without the use of Key frames must be present
   1.311 +//! @SYMTestPriority        High
   1.312 +//! @SYMTestActions         Seek positions after any keyframe and immediately after a non-key frame.
   1.313 +//! @SYMTestExpectedResults test with no error
   1.314 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0031-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
   1.315 +END_TESTCASE MM-3GP-PARSE-U-0031-CP
   1.316 +
   1.317 +START_TESTCASE MM-3GP-PARSE-U-0032-CP
   1.318 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0032-CP
   1.319 +//! @SYMREQ                 REQ9021
   1.320 +//! @SYMTestCaseDesc        Check frame availability
   1.321 +//! Pre-Condition	    Valid mp4/3gp files with no video, no audio, audio only, video only, and with audio and video must be present
   1.322 +//! @SYMTestPriority        High
   1.323 +//! @SYMTestActions         Check frame availability of different files.
   1.324 +//! @SYMTestExpectedResults test with no error
   1.325 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
   1.326 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.327 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.328 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
   1.329 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.330 +END_TESTCASE MM-3GP-PARSE-U-0032-CP
   1.331 +
   1.332 +START_TESTCASE MM-3GP-PARSE-U-0033-CP
   1.333 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0033-CP
   1.334 +//! @SYMREQ                 REQ9021
   1.335 +//! @SYMTestCaseDesc        Retrieve video frame size & start time without parsing the content file frame by frame
   1.336 +//! Pre-Condition	    A valid mp4/3gp file with at least video data must be present
   1.337 +//! @SYMTestPriority        High
   1.338 +//! @SYMTestActions         Retrieve video frame size & start time without parsing the content file frame by frame in file mode
   1.339 +//! @SYMTestExpectedResults test with no error
   1.340 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0033-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
   1.341 +END_TESTCASE MM-3GP-PARSE-U-0033-CP
   1.342 +
   1.343 +START_TESTCASE MM-3GP-PARSE-U-0034-CP
   1.344 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0034-CP
   1.345 +//! @SYMREQ                 REQ9021
   1.346 +//! @SYMTestCaseDesc        Retrieve video frame size & start time without parsing the content file frame by frame
   1.347 +//! Pre-Condition	    A valid mp4/3gp file with at least video data must be present
   1.348 +//! @SYMTestPriority        High
   1.349 +//! @SYMTestActions         Retrieve video frame size & start time without parsing the content file frame by frame in buffer mode
   1.350 +//! @SYMTestExpectedResults test with no error
   1.351 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
   1.352 +END_TESTCASE MM-3GP-PARSE-U-0034-CP
   1.353 +
   1.354 +START_TESTCASE MM-3GP-PARSE-U-0035-CP
   1.355 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0035-CP
   1.356 +//! @SYMREQ                 REQ9021
   1.357 +//! @SYMTestCaseDesc        Retrieve user atoms 
   1.358 +//! Pre-Condition	    A valid mp4/3gp file containing user atoms in all the possible locations: movie, video 
   1.359 +& audio and multiple entries of the same user atom type within a user atom must be present
   1.360 +//! @SYMTestPriority        High
   1.361 +//! @SYMTestActions         Retrieve user atoms in all the possible locations and check the index values
   1.362 +//! @SYMTestExpectedResults test with no error
   1.363 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0035-CP c:\mm\tsu_3gp_parse_api_te.ini USER-ATOM-ALL
   1.364 +END_TESTCASE MM-3GP-PARSE-U-0035-CP
   1.365 +
   1.366 +START_TESTCASE MM-3GP-PARSE-U-0037-CP
   1.367 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0037-CP
   1.368 +//! @SYMREQ                 REQ9021
   1.369 +//! @SYMTestCaseDesc        Retrieve video frame dependencies
   1.370 +//! Pre-Condition	    A valid mp4/3gp file with/without AVC video stream must be present
   1.371 +//! @SYMTestPriority        High
   1.372 +//! @SYMTestActions         Retrieve video frame dependencies
   1.373 +//! @SYMTestExpectedResults test with no error
   1.374 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.375 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
   1.376 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP1
   1.377 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP2
   1.378 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP3
   1.379 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP4
   1.380 +END_TESTCASE MM-3GP-PARSE-U-0037-CP
   1.381 +
   1.382 +START_TESTCASE MM-3GP-PARSE-U-0038-CP
   1.383 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0038-CP
   1.384 +//! @SYMREQ                 REQ9021
   1.385 +//! @SYMTestCaseDesc        Get Video Frame Properties  
   1.386 +//! Pre-Condition	    A valid mp4/3gp file with AVC video stream must be present
   1.387 +//! @SYMTestPriority        High
   1.388 +//! @SYMTestActions         Get Video Frame Properties with at least video data
   1.389 +//! @SYMTestExpectedResults test with no error
   1.390 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0038-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.391 +END_TESTCASE MM-3GP-PARSE-U-0038-CP
   1.392 +
   1.393 +START_TESTCASE MM-3GP-PARSE-U-0039-CP
   1.394 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0039-CP
   1.395 +//! @SYMREQ                 REQ9021
   1.396 +//! @SYMTestCaseDesc        retrieve video / audio frame data  
   1.397 +//! Pre-Condition	    A valid mp4/3gp file containing supported audio and video data must be present
   1.398 +//! @SYMTestPriority        High
   1.399 +//! @SYMTestActions         Read a audio and a video frame into a buffer of filled with junk content and 
   1.400 +ensure the buffer gets properly reset when retrieve video / audio frame data.
   1.401 +//! @SYMTestExpectedResults test with no error
   1.402 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0039-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.403 +END_TESTCASE MM-3GP-PARSE-U-0039-CP
   1.404 +
   1.405 +START_TESTCASE MM-3GP-PARSE-U-0041-CP
   1.406 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0041-CP
   1.407 +//! @SYMREQ                 REQ9021
   1.408 +//! @SYMTestCaseDesc        Multiple parser working simultaneously. 
   1.409 +//! Pre-Condition	    Valid mp4/3gp files containing supported audio and video and audio only data must be present
   1.410 +//! @SYMTestPriority        High
   1.411 +//! @SYMTestActions         Multiple parser working simultaneously.
   1.412 +//! @SYMTestExpectedResults test with no error
   1.413 +RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0041-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.414 +END_TESTCASE MM-3GP-PARSE-U-0041-CP
   1.415 +
   1.416 +START_TESTCASE MM-3GP-PARSE-U-0043-CP
   1.417 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0043-CP
   1.418 +//! @SYMREQ                 REQ9021
   1.419 +//! @SYMTestCaseDesc        Seek position in buffer mode
   1.420 +//! Pre-Condition	    A valid mp4/3gp file must be present
   1.421 +//! @SYMTestPriority        High
   1.422 +//! @SYMTestActions         Seek position in buffer mode.
   1.423 +//! @SYMTestExpectedResults Test returns with no error.
   1.424 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0043-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
   1.425 +END_TESTCASE MM-3GP-PARSE-U-0043-CP
   1.426 +
   1.427 +START_TESTCASE MM-3GP-PARSE-U-0044-CP
   1.428 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0044-CP
   1.429 +//! @SYMREQ                 REQ9021
   1.430 +//! @SYMTestCaseDesc        Retrieval of user data atom
   1.431 +//! Pre-Condition	    	A valid mp4/3gp file must be present
   1.432 +//! @SYMTestPriority        High
   1.433 +//! @SYMTestActions         1. Retrieve user data atom with multiple entries all of the same type
   1.434 +//!							2. Retrieve user data atom with multiple entries of the same type and some other types
   1.435 +//!							3. Retrieve user data atom with no entries of the specified type but with entries of some other types
   1.436 +//! @SYMTestExpectedResults Test returns with no error.
   1.437 +RUN_TEST_STEP  -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-1
   1.438 +RUN_TEST_STEP  -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-2
   1.439 +RUN_TEST_STEP  -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-3
   1.440 +END_TESTCASE MM-3GP-PARSE-U-0044-CP
   1.441 +
   1.442 +START_TESTCASE MM-3GP-PARSE-U-0133-CP
   1.443 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0133-CP
   1.444 +//! @SYMREQ                 REQ9021
   1.445 +//! @SYMTestCaseDesc        Check frame availability
   1.446 +//! Pre-Condition	    	Valid mp4/3gp file with avc profile main/extended video must be present
   1.447 +//! @SYMTestPriority        High
   1.448 +//! @SYMTestActions         Check frame availability of the file.
   1.449 +//! @SYMTestExpectedResults Test returns with no error.
   1.450 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
   1.451 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
   1.452 +END_TESTCASE MM-3GP-PARSE-U-0133-CP
   1.453 +
   1.454 +START_TESTCASE MM-3GP-PARSE-U-0134-CP
   1.455 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0134-CP
   1.456 +//! @SYMREQ                 REQ9021
   1.457 +//! @SYMTestCaseDesc        Retrieve video frame size without parsing the content file frame by frame
   1.458 +//! Pre-Condition	    	A valid mp4/3gp file with avc profile main/extended video data which must be present.
   1.459 +//! @SYMTestPriority        High
   1.460 +//! @SYMTestActions         Retrieve video frame size without parsing the content file frame by frame in buffer mode
   1.461 +//! @SYMTestExpectedResults Test returns with no error.
   1.462 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
   1.463 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
   1.464 +END_TESTCASE MM-3GP-PARSE-U-0134-CP
   1.465 +
   1.466 +// end of positive testing
   1.467 +
   1.468 +// Negative testing
   1.469 +
   1.470 +START_TESTCASE MM-3GP-PARSE-U-0101-CP
   1.471 +
   1.472 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0101-CP
   1.473 +//! @SYMREQ                 REQ9021
   1.474 +//! @SYMTestCaseDesc        Create 3GP Parser to read zero size file content and call all APIs. 
   1.475 +//! Pre-Condition	    A zero size file must be present
   1.476 +//! @SYMTestPriority        High
   1.477 +//! @SYMTestActions         Create 3GP Parser to read zero size file content, read file again
   1.478 + when it is in used and call all APIs.
   1.479 +//! @SYMTestExpectedResults All calls to retrieve video clip properties, video and/or audio 
   1.480 +source & properties should fail with KErrCorrupt. Calling parser open when it is in used, should fail with KErrInUse.
   1.481 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0101-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
   1.482 +END_TESTCASE MM-3GP-PARSE-U-0101-CP
   1.483 +
   1.484 +START_TESTCASE MM-3GP-PARSE-U-0102-CP
   1.485 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0102-CP
   1.486 +//! @SYMREQ                 REQ9021
   1.487 +//! @SYMTestCaseDesc        Initialise a 3GP file parse with an empty filename and file path pointing at non-existent files. 
   1.488 +//! @SYMTestPriority        High
   1.489 +//! @SYMTestActions         Initialise a 3GP file parse with an empty filename and file path pointing at non-existent files.
   1.490 +//! @SYMTestExpectedResults Setup fails with error KErrUnderflow with an empty file name, KErrAccessDenied when
   1.491 +file path pointing at non-existent files.
   1.492 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0102-CP
   1.493 +END_TESTCASE MM-3GP-PARSE-U-0102-CP
   1.494 +
   1.495 +START_TESTCASE MM-3GP-PARSE-U-0104-CP
   1.496 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0104-CP
   1.497 +//! @SYMREQ                 REQ9021
   1.498 +//! @SYMTestCaseDesc        Create parser by passing in a file path of a file already opened in EFileShareExclusive mode.
   1.499 +//! Pre-Condition	    Any file.
   1.500 +//! @SYMTestPriority        High
   1.501 +//! @SYMTestActions         Create parser by passing in a file path of a file already opened in EFileShareExclusive mode.
   1.502 +//! @SYMTestExpectedResults Setup fails with KErrAccessDenied.
   1.503 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0104-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
   1.504 +END_TESTCASE MM-3GP-PARSE-U-0104-CP
   1.505 +
   1.506 +START_TESTCASE MM-3GP-PARSE-U-0106-CP
   1.507 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0106-CP
   1.508 +//! @SYMREQ                 REQ9021
   1.509 +//! @SYMTestCaseDesc        Use 3GP Parser to parse file before it has been setup. 
   1.510 +//! Pre-Condition	    Any file.
   1.511 +//! @SYMTestPriority        High
   1.512 +//! @SYMTestActions         Instantiate a 3GP Parser and call all the Parser API except Close & Open
   1.513 +//! @SYMTestExpectedResults Test fails with KErrNotReady.
   1.514 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0106-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
   1.515 +END_TESTCASE MM-3GP-PARSE-U-0106-CP
   1.516 +
   1.517 +START_TESTCASE MM-3GP-PARSE-U-0107-CP
   1.518 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0107-CP
   1.519 +//! @SYMREQ                 REQ9021
   1.520 +//! @SYMTestCaseDesc        Use invalid frame type for all frame type API.
   1.521 +//! Pre-Condition	    A valid mp4/3gp file with supported audio and video stream must be present
   1.522 +//! @SYMTestPriority        High
   1.523 +//! @SYMTestActions         Instantiate a 3GP Parser and Call all Parser API that get frame type.
   1.524 +//! @SYMTestExpectedResults Test with no error.
   1.525 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0107-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
   1.526 +END_TESTCASE MM-3GP-PARSE-U-0107-CP
   1.527 +
   1.528 +START_TESTCASE MM-3GP-PARSE-U-0108-CP
   1.529 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0108-CP
   1.530 +//! @SYMREQ                 REQ9021
   1.531 +//! @SYMTestCaseDesc        Use invalid frame index for video frame APIs and Get video frame properties for more
   1.532 +than the total number of video frames in the video clip
   1.533 +//! Pre-Condition	    A valid mp4/3gp file with supported video/audio stream must be present
   1.534 +//! @SYMTestPriority        High
   1.535 +//! @SYMTestActions         Use invalid frame index for video frame APIs and Get video frame properties for more
   1.536 +than the total number of video frames in the video clip
   1.537 +//! @SYMTestExpectedResults All APIs returns with KErrGeneral.
   1.538 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0108-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
   1.539 +END_TESTCASE MM-3GP-PARSE-U-0108-CP
   1.540 +
   1.541 +START_TESTCASE MM-3GP-PARSE-U-0109-CP
   1.542 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0109-CP
   1.543 +//! @SYMREQ                 REQ9021
   1.544 +//! @SYMTestCaseDesc        Use invalid frame type for all frame type APIs.
   1.545 +//! Pre-Condition	    A valid mp4/3gp file with supported audio and video stream must be present
   1.546 +//! @SYMTestPriority        High
   1.547 +//! @SYMTestActions         Instantiate a 3GP Parser and Call all Parser APIs that use frame type as
   1.548 +input parameter with invalid frame types
   1.549 +//! @SYMTestExpectedResults Panic with KErrArgument.
   1.550 +RUN_PANIC_STEP_RESULT -6 C3GPParse -1 tsu_3gplibrary MM-3GP-PARSE-U-0109-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
   1.551 +END_TESTCASE MM-3GP-PARSE-U-0109-CP
   1.552 +
   1.553 +START_TESTCASE MM-3GP-PARSE-U-0110-CP
   1.554 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0110-CP
   1.555 +//! @SYMREQ                 REQ9021
   1.556 +//! @SYMTestCaseDesc        Get user data atom by passing in an invalid user atom location. 
   1.557 +//! Pre-Condition	    A valid mp4/3gp file with supported audio and video stream must be present
   1.558 +//! @SYMTestPriority        High
   1.559 +//! @SYMTestActions         Instantiate a 3GP Parser and Get user data atom by passing in an invalid user atom location.
   1.560 +//! @SYMTestExpectedResults Panic with KErrArgument.
   1.561 +RUN_PANIC_STEP_RESULT -6 C3GPParse -1 tsu_3gplibrary MM-3GP-PARSE-U-0110-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
   1.562 +END_TESTCASE MM-3GP-PARSE-U-0110-CP
   1.563 +
   1.564 +START_TESTCASE MM-3GP-PARSE-U-0111-CP
   1.565 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0111-CP
   1.566 +//! @SYMREQ                 REQ9021
   1.567 +//! @SYMTestCaseDesc        Retrieve video related information in an audio-only mp4/3gp file.
   1.568 +//! Pre-Condition	    A valid mp4/3gp file with only supported audio stream must be present
   1.569 +//! @SYMTestPriority        High
   1.570 +//! @SYMTestActions         Retrieve video related information in an audio-only mp4/3gp file. 
   1.571 +//! @SYMTestExpectedResults Test Step 1 should fail with KErrNotSupported.  Test Step 2 completes with no error.
   1.572 +RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.573 +RUN_TEST_STEP -1 tsu_3gplibrary 3GPSingleDataSourceTest c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0111-CP-2
   1.574 +END_TESTCASE MM-3GP-PARSE-U-0111-CP
   1.575 +
   1.576 +START_TESTCASE MM-3GP-PARSE-U-0112-CP
   1.577 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0112-CP
   1.578 +//! @SYMREQ                 REQ9021
   1.579 +//! @SYMTestCaseDesc        Retrieve audio related information in a video-only mp4/3gp file.
   1.580 +//! Pre-Condition	    A valid mp4/3gp file with only supported video stream must be present
   1.581 +//! @SYMTestPriority        High
   1.582 +//! @SYMTestActions         Retrieve audio related information in a video-only mp4/3gp file. 
   1.583 +//! @SYMTestExpectedResults Test Step 1 should fail with KErrNotSupported.  Test Step 2 completes with no error.
   1.584 +RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.585 +RUN_TEST_STEP -1 tsu_3gplibrary 3GPSingleDataSourceTest c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0112-CP-2
   1.586 +END_TESTCASE MM-3GP-PARSE-U-0112-CP
   1.587 +
   1.588 +START_TESTCASE MM-3GP-PARSE-U-0113-CP
   1.589 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0113-CP
   1.590 +//! @SYMREQ                 REQ9021
   1.591 +//! @SYMTestCaseDesc        Call all parser API in a mp4/3gp file with no audio nor video.
   1.592 +//! Pre-Condition	    A valid mp4/3gp file with no audio nor video must be present
   1.593 +//! @SYMTestPriority        High
   1.594 +//! @SYMTestActions         Call all parser API in a mp4/3gp file with no audio nor video.
   1.595 +//! @SYMTestExpectedResults Test fails with KErrNotSupported for all audio and video related API, KErrGeneral for others.
   1.596 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
   1.597 +END_TESTCASE MM-3GP-PARSE-U-0113-CP
   1.598 +
   1.599 +START_TESTCASE MM-3GP-PARSE-U-0115-CP
   1.600 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0115-CP
   1.601 +//! @SYMREQ                 REQ9021
   1.602 +//! @SYMTestCaseDesc        Parse file of unsupported file format (WMA) and attempt to retrieve audio/video information.
   1.603 +//! Pre-Condition	    A valid WMA must be present
   1.604 +//! @SYMTestPriority        High
   1.605 +//! @SYMTestActions         Retrieve audio and video attributes. 
   1.606 +//! @SYMTestExpectedResults test fails with KErrCorrupt.
   1.607 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini WMA
   1.608 +END_TESTCASE MM-3GP-PARSE-U-0115-CP
   1.609 +
   1.610 +START_TESTCASE MM-3GP-PARSE-U-0116-CP
   1.611 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0116-CP
   1.612 +//! @SYMREQ                 REQ9021
   1.613 +//! @SYMTestCaseDesc        Parse file of supported file format and unsupported video stream.
   1.614 +//! Pre-Condition	    A file of supported file format and unsupported video stream must be present
   1.615 +//! @SYMTestPriority        High
   1.616 +//! @SYMTestActions         Retrieve video attributes.
   1.617 +//! @SYMTestExpectedResults Test fails with KErrNotSupported.
   1.618 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini UNSUPPORTED-VIDEO
   1.619 +END_TESTCASE MM-3GP-PARSE-U-0116-CP
   1.620 +
   1.621 +START_TESTCASE MM-3GP-PARSE-U-0117-CP
   1.622 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0117-CP
   1.623 +//! @SYMREQ                 REQ9021
   1.624 +//! @SYMTestCaseDesc        Parse file of supported file format and unsupported audio stream
   1.625 +//! Pre-Condition	    	A file of supported file format and unsupported audio stream must be present
   1.626 +//! @SYMTestPriority        High
   1.627 +//! @SYMTestActions         Retrieve audio attributes.
   1.628 +//! @SYMTestExpectedResults Test fails with KErrNotSupported.
   1.629 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini UNSUPORTED-AUDIO-STREAM
   1.630 +END_TESTCASE MM-3GP-PARSE-U-0117-CP
   1.631 +
   1.632 +START_TESTCASE MM-3GP-PARSE-U-0118-CP
   1.633 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0118-CP
   1.634 +//! @SYMREQ                 REQ9021
   1.635 +//! @SYMTestCaseDesc        Parse file.
   1.636 +//! Pre-Condition	    A file of supported file format and audio/video streams but with mis-matching file extension must be present
   1.637 +//! @SYMTestPriority        High
   1.638 +//! @SYMTestActions         Parse file.
   1.639 +//! @SYMTestExpectedResults Test with no error.
   1.640 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini MISMATCHED
   1.641 +END_TESTCASE MM-3GP-PARSE-U-0118-CP
   1.642 +
   1.643 +START_TESTCASE MM-3GP-PARSE-U-0119-CP
   1.644 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0119-CP
   1.645 +//! @SYMREQ                 REQ9021
   1.646 +//! @SYMTestCaseDesc        Seek position of a file with no audio nor video.
   1.647 +//! Pre-Condition	    A file with no audio nor video must be present
   1.648 +//! @SYMTestPriority        High
   1.649 +//! @SYMTestActions         Seek position of a file with no audio nor video.
   1.650 +//! @SYMTestExpectedResults Test fails with KErrGeneral.
   1.651 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
   1.652 +END_TESTCASE MM-3GP-PARSE-U-0119-CP
   1.653 +
   1.654 +START_TESTCASE MM-3GP-PARSE-U-0120-CP
   1.655 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0120-CP
   1.656 +//! @SYMREQ                 REQ9021
   1.657 +//! @SYMTestCaseDesc        Read Video Decoder Info.
   1.658 +//! Pre-Condition	    A valid mp4/3gp/3g2 file containing H263 video must be present
   1.659 +//! @SYMTestPriority        High
   1.660 +//! @SYMTestActions         Read Video Decoder Info.
   1.661 +//! @SYMTestExpectedResults Expect Read Video Decoder Info fails with KErrNotSupported.
   1.662 +
   1.663 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0120-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
   1.664 +END_TESTCASE MM-3GP-PARSE-U-0120-CP
   1.665 +
   1.666 +START_TESTCASE MM-3GP-PARSE-U-0122-CP
   1.667 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0122-CP
   1.668 +//! @SYMREQ                 REQ9021
   1.669 +//! @SYMTestCaseDesc        Retrieve user atoms 
   1.670 +//! Pre-Condition	    A valid mp4/3gp file containing user atoms only in location movie must be present/ no user atom
   1.671 +//! @SYMTestPriority        High
   1.672 +//! @SYMTestActions         Retrieve user atoms
   1.673 +//! @SYMTestExpectedResults Test fails with KErrNotFound.
   1.674 +RUN_TEST_STEP  !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0036-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-USER-ATOM
   1.675 +RUN_TEST_STEP  !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0036-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.676 +END_TESTCASE MM-3GP-PARSE-U-0122-CP
   1.677 +
   1.678 +START_TESTCASE MM-3GP-PARSE-U-0124-CP
   1.679 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0124-CP
   1.680 +//! @SYMREQ                 REQ9021
   1.681 +//! @SYMTestCaseDesc        Seek to an invalid position of the file.
   1.682 +//! Pre-Condition	    A valid mp4/3gp/3g2 file with both audio and video must be present
   1.683 +//! @SYMTestPriority        High
   1.684 +//! @SYMTestActions         Seek to an invalid position of the file.
   1.685 +//! @SYMTestExpectedResults Test with no error.
   1.686 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
   1.687 +END_TESTCASE MM-3GP-PARSE-U-0124-CP
   1.688 +
   1.689 +START_TESTCASE MM-3GP-PARSE-U-0125-CP
   1.690 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0125-CP
   1.691 +//! @SYMREQ                 REQ9021
   1.692 +//! @SYMTestCaseDesc        Seek to an invalid position of the file.
   1.693 +//! Pre-Condition	    A valid mp4/3gp/3g2 file with audio or video only must be present
   1.694 +//! @SYMTestPriority        High
   1.695 +//! @SYMTestActions         Seek to an invalid position of the file.
   1.696 +//! @SYMTestExpectedResults Test with no error.
   1.697 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.698 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.699 +END_TESTCASE MM-3GP-PARSE-U-0125-CP
   1.700 +
   1.701 +START_TESTCASE MM-3GP-PARSE-U-0126-CP
   1.702 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0126-CP
   1.703 +//! @SYMREQ                 REQ9021
   1.704 +//! @SYMTestCaseDesc        Instantiate parser with  read buffer size < 0. 
   1.705 +//! Pre-Condition	    A valid mp4/3gp file with supported audio and video stream must be present
   1.706 +//! @SYMTestPriority        High
   1.707 +//! @SYMTestActions         Instantiate parser with  read buffer size < 0.
   1.708 +//! @SYMTestExpectedResults Panic with KErrArgument.
   1.709 +RUN_PANIC_STEP_RESULT  -6 C3GPParse -1 tsu_3gplibrary MM-3GP-PARSE-U-0126-CP
   1.710 +END_TESTCASE MM-3GP-PARSE-U-0126-CP
   1.711 +
   1.712 +START_TESTCASE MM-3GP-PARSE-U-0127-CP
   1.713 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0127-CP
   1.714 +//! @SYMREQ                 REQ9021
   1.715 +//! @SYMTestCaseDesc        Retrieve video and audio info using empty buffer for all buffer related API.
   1.716 +//! Pre-Condition	    A valid mp4/3gp/3g2 file with audio or video must be present
   1.717 +//! @SYMTestPriority        High
   1.718 +//! @SYMTestActions         Retrieve video and audio info using empty buffer for all buffer related API.
   1.719 +//! @SYMTestExpectedResults Test fails with KErrOverflow except InsertData fails with KErrUnderflow.
   1.720 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0127-CP  c:\mm\tsu_3gp_parse_api_te.ini USER-ATOM-ALL
   1.721 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0127-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-MORE
   1.722 +END_TESTCASE MM-3GP-PARSE-U-0127-CP
   1.723 +
   1.724 +START_TESTCASE MM-3GP-PARSE-U-0129-CP
   1.725 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0129-CP
   1.726 +//! @SYMREQ                 REQ9021
   1.727 +//! @SYMTestCaseDesc        Get H263 video leve
   1.728 +//! Pre-Condition	    A valid mp4/3gp file without H263 video source/an invalid file must be present
   1.729 +//! @SYMTestPriority        High
   1.730 +//! @SYMTestActions         Get H263 video leve in file path and buffer mode.
   1.731 +//! @SYMTestExpectedResults test failed with KErrNotSupported.
   1.732 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini UNSUPPORTED-VIDEO
   1.733 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
   1.734 +END_TESTCASE MM-3GP-PARSE-U-0129-CP
   1.735 +
   1.736 +START_TESTCASE MM-3GP-PARSE-U-0130-CP
   1.737 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0130-CP
   1.738 +//! @SYMREQ                 REQ9021
   1.739 +//! @SYMTestCaseDesc        Async read before the parser has been setup.
   1.740 +//! Pre-Condition	    A valid mp4/3gp/3g2 file must be present
   1.741 +//! @SYMTestPriority        High
   1.742 +//! @SYMTestActions         Without open parser, do Async read for both audio and video. Should fail with KErrNotReady.
   1.743 +//! @SYMTestExpectedResults Test fails with expected results.
   1.744 +RUN_TEST_STEP  -1 tsu_3gplibrary MM-3GP-PARSE-U-0130-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
   1.745 +END_TESTCASE MM-3GP-PARSE-U-0130-CP
   1.746 +
   1.747 +START_TESTCASE MM-3GP-PARSE-U-0131-CP
   1.748 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0131-CP
   1.749 +//! @SYMREQ                 REQ9021
   1.750 +//! @SYMTestCaseDesc        Async read negative test after the parser has been setup.
   1.751 +//! Pre-Condition	    N/A
   1.752 +//! @SYMTestPriority        High
   1.753 +//! @SYMTestActions         Open parser with an empty file and do Async read for both audio and video, both of them 
   1.754 +should fail with KErrCorrupt; Open parser with an valid 3gp file without audio nor video, do Async read for both 
   1.755 +audio and video, both of them should fail with KErrNotSupported; open parser with an audio only file, and do Async video 
   1.756 +read or Open parser with a video only file, and do Async audio read , Should fail with KErrNotSupported.
   1.757 +//! @SYMTestExpectedResults Test fails with expected results.
   1.758 +RUN_TEST_STEP  !Error=-20 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
   1.759 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
   1.760 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.761 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.762 +END_TESTCASE MM-3GP-PARSE-U-0131-CP
   1.763 +
   1.764 +START_TESTCASE MM-3GP-PARSE-U-0132-CP
   1.765 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0132-CP
   1.766 +//! @SYMREQ                 REQ9021
   1.767 +//! @SYMTestCaseDesc        Get the QCELP storage mode when the file is not of QCELP info
   1.768 +//! Pre-Condition	    A valid mp4/3gp file without containing QCELP encoded audio stored must be present
   1.769 +//! @SYMTestPriority        High
   1.770 +//! @SYMTestActions         Get the QCELP storage mode in file and buffer mode.
   1.771 +//! @SYMTestExpectedResults The QCELP storage mode retrieved returns KErrNotSupported
   1.772 +RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
   1.773 +END_TESTCASE MM-3GP-PARSE-U-0132-CP
   1.774 +
   1.775 +START_TESTCASE MM-3GP-PARSE-U-0135-CP
   1.776 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0135-CP
   1.777 +//! @SYMREQ                 REQ9021
   1.778 +//! @SYMTestCaseDesc        Get frame type
   1.779 +//! Pre-Condition	    Different files which contain audio or video or both must be present
   1.780 +//! @SYMTestPriority        High
   1.781 +//! @SYMTestActions         Get frame type when the frames have been read in file path.
   1.782 +//! @SYMTestExpectedResults Test fails with KErrNotFound.
   1.783 +RUN_TEST_STEP  !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0135-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
   1.784 +RUN_TEST_STEP  !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0135-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
   1.785 +RUN_TEST_STEP  !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0135-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
   1.786 +END_TESTCASE MM-3GP-PARSE-U-0135-CP
   1.787 +
   1.788 +START_TESTCASE MM-3GP-PARSE-U-0136-CP
   1.789 +//! @SYMTestCaseID          MM-3GP-PARSE-U-0136-CP
   1.790 +//! @SYMREQ                 REQ9021
   1.791 +//! @SYMTestCaseDesc        Async read of video / audio frame when the parser is in buffer mode.
   1.792 +//! Pre-Condition	    	File with audio & video.
   1.793 +//! @SYMTestPriority        High
   1.794 +//! @SYMTestActions         1. Setup a 3GP Parser object in buffer mode supplied with a 3GP/MP4/3G2 file with both audio & video.
   1.795 +//!							2. Attempt to read a video frame asynchronously.
   1.796 +//!							3. Attempt to read a audio frame asynchronously.
   1.797 +//! @SYMTestExpectedResults Both async read attempt should fail with KErrAccessDenied.
   1.798 +RUN_TEST_STEP !Error=-21 -1 tsu_3gplibrary MM-3GP-PARSE-U-0136-CP  c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0136-CP
   1.799 +END_TESTCASE MM-3GP-PARSE-U-0136-CP
   1.800 +
   1.801 +// End of negative tests