os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_compose_api_te.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2008-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 // Unit tests for 3GP Library.
    15 // 
    16 //
    17 
    18 //! @file
    19 //! @SYMTestSuiteName tsu_3gp_compose_api
    20 //! @SYMScriptTestEnvironment 3GP library and necessary test files should be present
    21 
    22 LOAD_SUITE tsu_3gplibrary
    23 
    24 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\
    25 RUN_UTILS MKDir C:\3gplibrary\temp\
    26 RUN_UTILS MKDir C:\3gplibrary\temp\composer\
    27 
    28 START_TESTCASE MM-3GP-COMP-U-0002-CP
    29 //! @SYMTestCaseID 		MM-3GP-COMP-U-0002-CP
    30 //! @SYMTestCaseDesc 	Create composer to write to non-existing & existing files via file path.
    31 //!						Note that OOM test is not being done on this test as PIPS team suggest it cannot be applied.
    32 //! @SYMPREQ 			PREQ2050
    33 //! @SYMTestPriority 	3
    34 //! @SYMTestActions 	1. Create composer to write to a non-existing file.  
    35 //!               		2. Close the composer to commit the changes.
    36 //!						3. Create composer to write to the same file via file path.
    37 //!						4. Close the composer to commit the changes.
    38 //! @SYMTestExpectedResults 	Test completes with no error.
    39 RUN_UTILS MKDir C:\3gplibrary\temp\
    40 RUN_UTILS MKDir C:\3gplibrary\temp\composer\
    41 RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0002-CP-1
    42 RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0002-CP-1
    43 END_TESTCASE MM-3GP-COMP-U-0002-CP
    44 
    45 START_TESTCASE MM-3GP-COMP-U-0003-CP
    46 //! @SYMTestCaseID 		MM-3GP-COMP-U-0003-CP
    47 //! @SYMTestCaseDesc 	Create a 3GP Composer with QCELP audio using 3GP or MP4 format.
    48 //! @SYMPREQ 			PREQ2050
    49 //! @SYMTestPriority 	3
    50 //! @SYMTestActions 	1. Instantiate a 3GP Composer
    51 //!						2. Setup composer with QCELP audio in 3GP format.
    52 //!						3. Add the QCELP audio data and close the composer
    53 //!						4. Setup composer with QCELP audio in MP4 format.
    54 //!						5. Add the QCELP audio data and close the composer
    55 //! @SYMTestExpectedResults		Output files created with major brand of '3g2a'.  
    56 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0003-CP-1
    57 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0003-CP-2
    58 END_TESTCASE MM-3GP-COMP-U-0003-CP
    59 
    60 START_TESTCASE MM-3GP-COMP-U-0004-CP
    61 //! @SYMTestCaseID 		MM-3GP-COMP-U-0004-CP
    62 //! @SYMTestCaseDesc 	Create a MP4 file with video and/or audio of ONLY the combinations of MPEG-4 video, MPEG-4 audio and/or AVC video.
    63 //! @SYMPREQ 			PREQ2050
    64 //! @SYMTestPriority 	3
    65 //! @SYMTestActions 	1. Instantiate a 3GP Composer
    66 //!						2. Setup composer with AMR audio and MPEG-4 video in MP4 format.
    67 //!						3. Add both audio and video data to create the content and close the composer
    68 //!						4. Setup composer with MPEG-4 audio and H263 video in MP4 format.
    69 //!						5. Add both audio and video data to create the content and close the composer
    70 //!						6. Setup composer with AMR audio and AVC video in MP4 format.
    71 //!						7. Add both audio and video data to create the content and close the composer
    72 //!						8. Examine the above output files and the major brand of each file should be '3gp4' instead of 'mp42'.
    73 //!						9. Setup composer with MPEG-4 audio and AVC video in MP4 format.
    74 //!						10. Add both audio and video data to create the content and close the composer
    75 //!						11. Setup composer with MPEG-4 audio and MPEG-4 video in MP4 format.
    76 //!						12. Add both audio and video data to create the content and close the composer
    77 //!						13. Setup composer with MPEG-4 audio in MP4 format.
    78 //!						14. Add both audio data to create the content and close the composer
    79 //!						15. Setup composer with MPEG-4 video in MP4 format.
    80 //!						16. Add both video data to create the content and close the composer
    81 //!						17. Setup composer with AVC video in MP4 format.
    82 //!						18. Add both video data to create the content and close the composer
    83 //!						19. Examine the above output files and the major brand of each file should be of 'mp42'.
    84 //! @SYMTestExpectedResults 	Test completes with no error.
    85 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-1
    86 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-2
    87 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-3
    88 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-4
    89 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-5
    90 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-6
    91 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-7
    92 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0004-CP-8
    93 END_TESTCASE MM-3GP-COMP-U-0004-CP
    94 
    95 START_TESTCASE MM-3GP-COMP-U-0005-CP
    96 //! @SYMTestCaseID 		MM-3GP-COMP-U-0005-CP
    97 //! @SYMTestCaseDesc 	Set video stream properties of MP4/3GP/3G2 file with different video properties for different video types.
    98 //! @SYMPREQ 			PREQ2050
    99 //! @SYMTestPriority 	3
   100 //! @SYMTestActions 	1. Instantiate a 3GP Composer 
   101 //!						2. Setup the composer with 3GP/MP4/3G2 file format with one of the supported video types w/ different video properties.  Close the composer.
   102 //!						3. Repeat with clips of different video properties: video length of 1 and big value, low frame rate & high frame rate, small video width -1 or large video width, small video height or large video height, small timescale or large.
   103 //! @SYMTestExpectedResults 	Test completes with no error.
   104 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeVideoProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0005-CP-1
   105 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeVideoProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0005-CP-2
   106 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeVideoProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0005-CP-3
   107 END_TESTCASE MM-3GP-COMP-U-0005-CP
   108 
   109 START_TESTCASE MM-3GP-COMP-U-0006-CP
   110 //! @SYMTestCaseID 		MM-3GP-COMP-U-0006-CP
   111 //! @SYMTestCaseDesc 	Create MP4 file with AVC video types specifying video frame dependencies.
   112 //! @SYMPREQ 			PREQ2050
   113 //! @SYMTestPriority 	3
   114 //! @SYMTestActions 	1. Instantiate a 3GP Composer object with MP4 file format & AVC video source.
   115 //!						2. Write each video frame with different combinations of dependencies & redundancies available.
   116 //! @SYMTestExpectedResults 	Test completes with no error.	
   117 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFrameDependency C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0006-CP-1
   118 END_TESTCASE MM-3GP-COMP-U-0006-CP
   119 
   120 START_TESTCASE MM-3GP-COMP-U-0007-CP
   121 //! @SYMTestCaseID 		MM-3GP-COMP-U-0007-CP
   122 //! @SYMTestCaseDesc 	Set audio stream properties of MP4/3GP/3G2 file with different audio properties for different audio types.
   123 //! @SYMPREQ 			PREQ2050
   124 //! @SYMTestPriority 	3
   125 //! @SYMTestActions 	1. Instantiate a 3GP Composer 
   126 //!						2. Setup the composer with 3GP/MP4/3G2 file format with one of the supported audio types w/ different audio properties.  Close the composer.
   127 //!						3. Repeat with clips of different audio properties: audio length of 1 and big value, low frame rate & high frame rate, etc ...
   128 //! @SYMTestExpectedResults 	Test completes with no error.	
   129 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-1
   130 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-2
   131 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-3
   132 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-4
   133 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0007-CP-5
   134 END_TESTCASE MM-3GP-COMP-U-0007-CP
   135 
   136 START_TESTCASE MM-3GP-COMP-U-0008-CP
   137 //! @SYMTestCaseID 		MM-3GP-COMP-U-0008-CP
   138 //! @SYMTestCaseDesc	Set user atoms for mp4/3gp files. 
   139 //! @SYMPREQ 			PREQ2050
   140 //! @SYMTestPriority 	3
   141 //! @SYMTestActions 	1. Instantiate a 3GP Composer object with a 3GP/MP4/3G2 file.
   142 //!						2. Set the user atom for all 3 locations: movie, video track & audio track.
   143 //! @SYMTestExpectedResults 	Test completes with no error.
   144 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0008-CP-1
   145 END_TESTCASE MM-3GP-COMP-U-0008-CP
   146 
   147 START_TESTCASE MM-3GP-COMP-U-0009-CP
   148 //! @SYMTestCaseID 		MM-3GP-COMP-U-0009-CP
   149 //! @SYMTestCaseDesc 	Set file buffer for the 3GP Composer.
   150 //! @SYMPREQ 			PREQ2050
   151 //! @SYMTestPriority 	3
   152 //! @SYMTestActions 	1. Instantiate a 3GP Composer with data buffer of size 20000 and buffer count to 200
   153 //!						2. Instantiate a 3GP Composer with data buffer of size 100 and buffer count to 10
   154 //! @SYMTestExpectedResults 	Test completes with no error. 
   155 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0009-CP-1
   156 END_TESTCASE MM-3GP-COMP-U-0009-CP
   157 
   158 START_TESTCASE MM-3GP-COMP-U-0010-CP
   159 //! @SYMTestCaseID 		MM-3GP-COMP-U-0010-CP
   160 //! @SYMTestCaseDesc 	Use composer flags to compose file.
   161 //! @SYMPREQ 			PREQ2050
   162 //! @SYMTestPriority 	3
   163 //! @SYMTestActions		1. Instantiate a 3GP Composer object supplying a composer flag, and compose a file.
   164 //!						2. Try the test with all possible composer flag combinations. 
   165 //! @SYMTestExpectedResults 	Test completes with no error. 
   166 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeWithFlag C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0010-CP-1
   167 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeWithFlag C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0010-CP-2
   168 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeWithFlag C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0010-CP-3
   169 END_TESTCASE MM-3GP-COMP-U-0010-CP
   170 
   171 START_TESTCASE MM-3GP-COMP-U-0101-CP
   172 //! @SYMTestCaseID 		MM-3GP-COMP-U-0101-CP
   173 //! @SYMTestCaseDesc 	Use of Composer API before the Composer has been initialised.
   174 //! @SYMPREQ 			PREQ2050
   175 //! @SYMTestPriority 	3
   176 //! @SYMTestActions 	1. Instantiate a 3GP Composer without calling Open to setup the output destination.
   177 //!						2. Call all composer API available except C3GPCompose::Open
   178 //! @SYMTestExpectedResults 	All calls should fail with error KErrNotReady except C3GPCompose::Complete returns KErrNone.
   179 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeWithoutOpen
   180 END_TESTCASE MM-3GP-COMP-U-0101-CP
   181 
   182 START_TESTCASE MM-3GP-COMP-U-0102-CP
   183 //! @SYMTestCaseID 		MM-3GP-COMP-U-0102-CP
   184 //! @SYMTestCaseDesc 	Create composer to write to a file location with invalid file names.
   185 //! @SYMPREQ 			PREQ2050
   186 //! @SYMTestPriority 	3
   187 //! @SYMTestActions 	1. Instantiate a 3GP Composer object
   188 //!						2. Attempt to Open composer by supplying an empty file name.
   189 //!						3. Attempt to Open composer by supplying a file name containing > max file path length.
   190 //!						4. Attempt to Open composer by supplying a file name containing wildcards in the drive or in any directory name.
   191 //!						5. Attempt to Open composer by supplying a file name containing double backslashes in the path.
   192 //!						6. Attempt to Open composer by supplying a file name containing the following characters anywhere in the path: < > " / |	
   193 //!						7. Attempt to Open composer by supplying a file name containing a colon not between the drive and path
   194 //! 					8. Attempt to Open composer by supplying a file name containing solely of space characters, or of a single or double dot.
   195 //! 					9. Attempt to Open composer by supplying a file name containing spaces between the drive, if specified, and the first directory in the path are illegal, although there may be spaces between other path components, for instance between directories. 
   196 //! @SYMTestExpectedResults 	Setup fails with errors KErrUnderflow(-10) for the first case, and KErrAccessDenied(-21) for the rest.
   197 RUN_TEST_STEP  !Error=-10 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-1
   198 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-2
   199 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-3
   200 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-4
   201 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-5
   202 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-6
   203 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-7
   204 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeFilename C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0102-CP-8
   205 END_TESTCASE MM-3GP-COMP-U-0102-CP
   206 
   207 START_TESTCASE MM-3GP-COMP-U-0103-CP
   208 //! @SYMTestCaseID 		MM-3GP-COMP-U-0103-CP
   209 //! @SYMTestCaseDesc 	Setup composer with an invalid file format.
   210 //! @SYMPREQ 			PREQ2050
   211 //! @SYMTestPriority 	3
   212 //! @SYMTestActions 	Supply an invalid file format value when setup a composer.
   213 //! @SYMTestExpectedResults 	Open panics with error KErrArgument.
   214 RUN_TEST_STEP  !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0103-CP-1
   215 END_TESTCASE MM-3GP-COMP-U-0103-CP
   216 
   217 START_TESTCASE MM-3GP-COMP-U-0106-CP
   218 //! @SYMTestCaseID 		MM-3GP-COMP-U-0106-CP
   219 //! @SYMTestCaseDesc 	Setup 3GP Composer with read-only access to the output file.
   220 //! @SYMPREQ 			PREQ2050
   221 //! @SYMTestPriority 	3
   222 //! @SYMTestActions 	1. Initialise a RFile with ReadOnly access
   223 //!						2. Setup a 3GP Composer using the file handle in Step 1 with no composer flag specified
   224 //!						3. Write a video frame 
   225 //!						4. Close the 3GP Composer
   226 //!						5. Repeat the test using different composer flags
   227 //! @SYMTestExpectedResults 	All tests failed with error codes specified in the test scripts.
   228 RUN_TEST_STEP !Result=106 -1 tsu_3gplibrary 3GPComposeOpenReadOnlyFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0106-CP-1
   229 RUN_TEST_STEP !Result=106 -1 tsu_3gplibrary 3GPComposeOpenReadOnlyFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0106-CP-2
   230 RUN_TEST_STEP !Result=106 -1 tsu_3gplibrary 3GPComposeOpenReadOnlyFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0106-CP-3
   231 RUN_TEST_STEP !Result=106 -1 tsu_3gplibrary 3GPComposeOpenReadOnlyFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0106-CP-4
   232 END_TESTCASE MM-3GP-COMP-U-0106-CP
   233 
   234 START_TESTCASE MM-3GP-COMP-U-0107-CP
   235 //! @SYMTestCaseID 		MM-3GP-COMP-U-0107-CP
   236 //! @SYMTestCaseDesc	Composer setup by filepath writes to a file use exclusive mode.
   237 //! @SYMPREQ 			PREQ2050
   238 //! @SYMTestPriority 	3
   239 //! @SYMTestActions 	1. Use RFile to open a file with EFileShareAny
   240 //!						2. Initialise a 3GP Composer with file path pointing at the file opened in Step 1
   241 //!						3. Close RFile in Step 1.  Reopen with EFileShareReadersOrWriters
   242 //!						4. Repeat Step 2.
   243 //! @SYMTestExpectedResults 	Composition fails with error -21.
   244 RUN_TEST_STEP  !Error=-21 -1 tsu_3gplibrary 3GPComposeOpenedFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0106-CP-1
   245 END_TESTCASE MM-3GP-COMP-U-0107-CP
   246 
   247 START_TESTCASE MM-3GP-COMP-U-0108-CP
   248 //! @SYMTestCaseID 		MM-3GP-COMP-U-0108-CP
   249 //! @SYMTestCaseDesc	Create composer to create a MP4/3GP/3G2 file specifying no video or audio type. 
   250 //! @SYMPREQ 			PREQ2050
   251 //! @SYMTestPriority 	3
   252 //! @SYMTestActions		1. Instantiate a composer
   253 //!						2. Call C3GPCompose::Open passing NULL for both video & audio input parameter. 
   254 //! @SYMTestExpectedResults 	Fails with error .
   255 RUN_TEST_STEP  !Error=-6 -1 tsu_3gplibrary 3GPComposeWithNoAudioVideo C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0108-CP-1
   256 END_TESTCASE MM-3GP-COMP-U-0108-CP
   257 
   258 START_TESTCASE MM-3GP-COMP-U-0109-CP
   259 //! @SYMTestCaseID 		MM-3GP-COMP-U-0109-CP
   260 //! @SYMTestCaseDesc 	Write Audio Frames with invalid input parameters.
   261 //! @SYMPREQ 			PREQ2050
   262 //! @SYMTestPriority 	3
   263 //! @SYMTestActions 	1. Initialise a 3GP Composer with file path / file handle
   264 //!						2. Attempt to add audio frame with NULL frame data.
   265 //!						3. Attempt to add audio frame to a video only composer setup.
   266 //! @SYMTestExpectedResults 	The first 3 tests fails with KErrUnderFlow, and the last one fails with KErrNotSupported.
   267 RUN_TEST_STEP  !Error=-10 -1 tsu_3gplibrary 3GPComposeAudioFrames C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0109-CP-1
   268 RUN_TEST_STEP  !Error=-5 -1 tsu_3gplibrary 3GPComposeAudioFrames C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0109-CP-4
   269 END_TESTCASE MM-3GP-COMP-U-0109-CP
   270 
   271 START_TESTCASE MM-3GP-COMP-U-0110-CP
   272 //! @SYMTestCaseID 		MM-3GP-COMP-U-0110-CP
   273 //! @SYMTestCaseDesc 	Write video frame with invalid input parameters.
   274 //! @SYMPREQ 			PREQ2050
   275 //! @SYMTestPriority 	3
   276 //! @SYMTestActions 	1. Initialise a 3GP Composer with file path / file handle
   277 //!						2. Attempt to add video frame with NULL frame data without any dependency info
   278 //!						3. Attempt to add video frame with NULL frame data with  dependency info
   279 //!						4. Attempt to add video frame with invalid dependency values
   280 //!						5. Attempt to add video frame to an audio-only file.
   281 //! @SYMTestExpectedResults 	All test cases fails.
   282 RUN_TEST_STEP !Error=-10 -1 tsu_3gplibrary 3GPComposeVideoFrame C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0110-CP-1
   283 RUN_TEST_STEP !Error=-10 -1 tsu_3gplibrary 3GPComposeVideoFrame C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0110-CP-3
   284 RUN_TEST_STEP !Error=-2 -1 tsu_3gplibrary 3GPComposeVideoFrame C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0110-CP-5
   285 RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary 3GPComposeVideoFrame C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0110-CP-6
   286 RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary 3GPComposeVideoFrame C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0110-CP-7
   287 END_TESTCASE MM-3GP-COMP-U-0110-CP
   288 
   289 START_TESTCASE MM-3GP-COMP-U-0111-CP
   290 //! @SYMTestCaseID 		MM-3GP-COMP-U-0111-CP
   291 //! @SYMTestCaseDesc 	Write user data with invalid input parameters.
   292 //! @SYMPREQ 			PREQ2050
   293 //! @SYMTestPriority 	3
   294 //! @SYMTestActions 	1. Instantiate a 3GP Composer with only audio data.
   295 //!						2. Attempt to add NULL user data in MOOV, Audio & video track.
   296 //!						3. Attempt to add user data in the audio track for a video-only file.
   297 //!						4. Attempt to add user data in the video track for a audio-only file.
   298 //!						5. Attempt to add user data specifying an invalid location
   299 //! @SYMTestExpectedResults 	all test cases fails.
   300 RUN_TEST_STEP !Error=-10 -1 tsu_3gplibrary 3GPComposeUserData  C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0111-CP-1
   301 RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary 3GPComposeUserData  C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0111-CP-2
   302 RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary 3GPComposeUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0111-CP-3
   303 RUN_TEST_STEP !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeUserData C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0111-CP-4
   304 END_TESTCASE MM-3GP-COMP-U-0111-CP
   305 
   306 START_TESTCASE MM-3GP-COMP-U-0112-CP
   307 //! @SYMTestCaseID 		MM-3GP-COMP-U-0112-CP
   308 //! @SYMTestCaseDesc 	Set the custom file buffer size to invalid values.
   309 //! @SYMPREQ 			PREQ2050
   310 //! @SYMTestPriority 	3
   311 //! @SYMTestActions 	1. Instantiate a 3GP Composer with file path / file handle
   312 //!						2. Set customer media write buffer to size 0 and max count to 10.  This should result in error.
   313 //!						3. Set customer media write buffer to size 1000 and max count to 0.  This should result in error.
   314 //!						4. Set customer media write buffer to size 1000 and max count to 5.  This should result in error."
   315 //! @SYMTestExpectedResults 	Test should panic w/ error KErrArgument.
   316 RUN_TEST_STEP  !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0112-CP-1
   317 RUN_TEST_STEP  !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0112-CP-2
   318 RUN_TEST_STEP  !PanicCode=-6 -1 tsu_3gplibrary 3GPComposeWithSpecificBufferSize C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0112-CP-3
   319 END_TESTCASE MM-3GP-COMP-U-0112-CP
   320 
   321 START_TESTCASE MM-3GP-COMP-U-0104-CP
   322 //! @SYMTestCaseID 		MM-3GP-COMP-U-0104-CP
   323 //! @SYMTestCaseDesc 	Setup composer w/ invalid audio properties. 
   324 //! @SYMPREQ 			PREQ2050
   325 //! @SYMTestPriority 	3
   326 //! @SYMTestActions 	1. Attempt to setup composer w/ audio timescale > 65536
   327 //!						2. Attempt to setup composer w/ FPS > 256.
   328 //! @SYMTestExpectedResults 	Both test should panic with KErrOverFlow
   329 RUN_TEST_STEP  !PanicCode=-9 -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0104-CP-1
   330 RUN_TEST_STEP  !PanicCode=-9 -1 tsu_3gplibrary 3GPComposeAudioProperties C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0104-CP-2
   331 END_TESTCASE MM-3GP-COMP-U-0104-CP
   332 
   333 START_TESTCASE MM-3GP-COMP-U-0105-CP
   334 //! @SYMTestCaseID 		MM-3GP-COMP-U-0105-CP
   335 //! @SYMTestCaseDesc 	Use an opened Composer to compose another file.
   336 //! @SYMPREQ 			PREQ2050
   337 //! @SYMTestPriority 	3
   338 //! @SYMTestActions 	1. Instantiate a 3GP Composer with file path / file handle with one of the supported audio and/or video types.
   339 //!						2. Attempt to use the same composer to compose another file without closing it first.
   340 //! @SYMTestExpectedResults 	Test should failed w/ error KErrInUse.
   341 RUN_TEST_STEP  !Error=-14 -1 tsu_3gplibrary 3GPComposeOpenAgain C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0105-CP-1
   342 END_TESTCASE MM-3GP-COMP-U-0105-CP
   343 
   344 START_TESTCASE MM-3GP-COMP-U-0113-CP
   345 //! @SYMTestCaseID 		MM-3GP-COMP-U-0113-CP
   346 //! @SYMTestCaseDesc 	Write to single 3GP/MP4/3G2 file by multiple instances of Composer.
   347 //!						Note that OOM test is not being done on this test as PIPS team suggest it cannot be applied.
   348 //! @SYMPREQ 			PREQ2050
   349 //! @SYMTestPriority 	3
   350 //! @SYMTestActions 	1. Instantiate 2 3GP Composer 
   351 //!						2. Setup both composers with same file path 
   352 //! @SYMTestExpectedResults 	Test should failed w/ error KErrInUse.
   353 RUN_TEST_STEP !Error=-21 -1 tsu_3gplibrary 3GPComposeMultiComposeOnSameFile C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0113-CP-1
   354 END_TESTCASE MM-3GP-COMP-U-0113-CP
   355 
   356 START_TESTCASE MM-3GP-COMP-U-0114-CP
   357 //! @SYMTestCaseID 		MM-3GP-COMP-U-0114-CP
   358 //! @SYMTestCaseDesc 	Compose a file and destroy the composer without calling C3GPCompose::Complete.
   359 //!						Note that OOM test is not being done on this test as PIPS team suggest it cannot be applied.
   360 //! @SYMPREQ 			PREQ2050
   361 //! @SYMTestPriority 	3
   362 //! @SYMTestActions 	1. Create a composer with audio & video stream.  Add some dummy data as video & audio data.  
   363 //!						2. Destroy the composer without calling C3GPCompose::Complete.
   364 //! @SYMTestExpectedResults 	File composed should not be of size 0.
   365 RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposeCloseComposerWithoutComplete C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0114-CP-1
   366 END_TESTCASE MM-3GP-COMP-U-0114-CP
   367 
   368 START_TESTCASE MM-3GP-COMP-U-0115-CP
   369 //! @SYMTestCaseID 		MM-3GP-COMP-U-0115-CP
   370 //! @SYMTestCaseDesc 	Handling of temporary files with multiple composer instances.
   371 //!						Note that OOM test is not being done on this test as PIPS team suggest it cannot be applied.
   372 //! @SYMPREQ 			PREQ2050
   373 //! @SYMTestPriority 	3
   374 //! @SYMTestActions 	1. Create multiple composers all pointing at different files but contained in the same directory.
   375 //! 					2. Add data into each of the opened files.
   376 //! 					3. Close one of the composers
   377 //!						4. Create a parser to read the file composed by the closed composer 
   378 //! 					5. Add data into the rest of the opened files.
   379 //!                     6. Close the parser
   380 //! 					7. Add some more data to the rest of the composer.
   381 //!                     8. Close one of composers.
   382 //!						9. Repeat Step 7 - 8 until all composers are closed. 
   383 //! @SYMTestExpectedResults 	Test should complete without any error
   384 RUN_TEST_STEP  !Heap=0xC00000 -1 tsu_3gplibrary 3GPComposeMultiComposers C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0115-CP-1
   385 END_TESTCASE MM-3GP-COMP-U-0115-CP
   386 
   387 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\
   388 RUN_UTILS MKDir C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\
   389 START_TESTCASE MM-3GP-COMP-U-0116-CP
   390 //! @SYMTestCaseID 		MM-3GP-COMP-U-0116-CP
   391 //! @SYMTestCaseDesc 	Cleanup of temporary files when composer panics.
   392 //!						Note that OOM test is not being done on this test as PIPS team suggest it cannot be applied.
   393 //! @SYMPREQ 			PREQ2050
   394 //! @SYMTestPriority 	3
   395 //! @SYMTestActions 	1. Create a composer with audio & video stream using file path to force the creation of temporary files.  
   396 //!						2. Add some dummy data as video & audio data.  
   397 //!						3. Panics composer.						
   398 //!						4. Check the number of files within the current folder.  It should be more than 0.
   399 //!						5. Create a new composer with audio & video stream using the same file path.  
   400 //!						6. Add some dummy data as video & audio data.  
   401 //!						7. Complete the composition and then destroy the composer.
   402 //! @SYMTestExpectedResults 	Number of files contained within the directory should be 1 AFTER the 2nd composition. 
   403 RUN_TEST_STEP !PanicCode=-6 -1 tsu_3gplibrary 3GPComposePanic C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0116-CP-1
   404 RUN_TEST_STEP -1 tsu_3gplibrary 3GPComposePanic C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0116-CP-2
   405 END_TESTCASE MM-3GP-COMP-U-0116-CP
   406 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\MM-3GP-COMP-U-0116-CP\
   407 
   408 START_TESTCASE MM-3GP-COMP-U-0119-CP
   409 //! @SYMTestCaseID 		MM-3GP-COMP-U-0119-CP
   410 //! @SYMTestCaseDesc 	Create 3GP & MP4 file with video and possibly audio using various AVC profiles. For each file check that
   411 //!						it has the appropriate brand value.
   412 //! @SYMPREQ 			PREQ2692
   413 //! @SYMTestPriority 	3
   414 //! @SYMTestActions 	1. Instantiate a 3GP Composer
   415 //!
   416 //!			2. Setup composer with AMR audio & AVC baseline profile video in 3GP format.
   417 //!			3. Add both audio and video data to create the content and close the composer.
   418 //!
   419 //!			4. Setup composer with AMR audio & AVC main profile video in 3GP format.
   420 //!			5. Add both audio and video data to create the content and close the composer.
   421 //!
   422 //!			6. Setup composer with AMR audio & AVC extended profile video in 3GP format.
   423 //!			7. Add both audio and video data to create the content and close the composer.
   424 //!
   425 //!			8. Setup composer with AMR audio & AVC high profile video in 3GP format.
   426 //!			9. Add both audio and video data to create the content and close the composer.
   427 //!
   428 //!			10. Setup composer with no audio & AVC baseline profile video in 3GP format.
   429 //!			11. Add video data to create the content and close the composer.
   430 //!
   431 //!			12. Setup composer with no audio & AVC main profile video in 3GP format.
   432 //!			13. Add video data to create the content and close the composer.
   433 //!
   434 //!			14. Setup composer with no audio & AVC extended profile video in 3GP format.
   435 //!			15. Add video data to create the content and close the composer.
   436 //!
   437 //!			16. Setup composer with no audio & AVC high profile video in 3GP format.
   438 //!			17. Add video data to create the content and close the composer.
   439 //!
   440 //!			18. Examine the above output files and the major brand of each file should be '3gp4' instead of 'mp42'.
   441 //!
   442 //!			19. Setup composer with MPEG-4 audio & AVC baseline profile video in MP4 format.
   443 //!			20. Add both audio and video data to create the content and close the composer.
   444 //!
   445 //!			21. Setup composer with MPEG-4 audio & AVC main profile video in MP4 format.
   446 //!			22. Add both audio and video data to create the content and close the composer.
   447 //!
   448 //!			23. Setup composer with MPEG-4 audio & AVC extended profile video in MP4 format.
   449 //!			24. Add both audio and video data to create the content and close the composer.
   450 //!
   451 //!			25. Setup composer with MPEG-4 audio & AVC high profile video in MP4 format.
   452 //!			26. Add both audio and video data to create the content and close the composer.
   453 //!
   454 //!			27. Setup composer with no audio & AVC baseline profile video in MP4 format.
   455 //!			28. Add video data to create the content and close the composer.
   456 //!
   457 //!			29. Setup composer with no audio & AVC main profile video in MP4 format.
   458 //!			30. Add video data to create the content and close the composer.
   459 //!
   460 //!			31. Setup composer with no audio & AVC extended profile video in MP4 format.
   461 //!			32. Add video data to create the content and close the composer.
   462 //!
   463 //!			33. Setup composer with no audio & AVC high profile video in MP4 format.
   464 //!			34. Add video data to create the content and close the composer.
   465 //!
   466 //!			35. Examine the above output files and the major brand of each file should be of 'mp42'.
   467 //! @SYMTestExpectedResults 	Test completes with no error.
   468 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-01
   469 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-02
   470 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-03
   471 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-04
   472 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-05
   473 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-06
   474 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-07
   475 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-08
   476 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-09
   477 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-10
   478 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-11
   479 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-12
   480 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-13
   481 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-14
   482 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-15
   483 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithFileFormatCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0119-CP-16
   484 END_TESTCASE MM-3GP-COMP-U-0119-CP
   485 
   486 START_TESTCASE MM-3GP-COMP-U-0120-CP
   487 //! @SYMTestCaseID 		MM-3GP-COMP-U-0120-CP
   488 //! @SYMTestCaseDesc 	Create MP4 files with various AVC profiles for the video data. For each file check that
   489 //!						the data in the avcC box indicates the correct AVC profile.
   490 //! @SYMPREQ 			PREQ2692
   491 //! @SYMTestPriority 	3
   492 //! @SYMTestActions 	1. Instantiate a 3GP Composer
   493 //!
   494 //!			2. Setup composer with MPEG-4 audio & AVC baseline profile video in MP4 format.
   495 //!			3. Add both audio and video data to create the content and close the composer.
   496 //!
   497 //!			4. Setup composer with MPEG-4 audio & AVC main profile video in MP4 format.
   498 //!			5. Add both audio and video data to create the content and close the composer.
   499 //!
   500 //!			6. Setup composer with MPEG-4 audio & AVC extended profile video in MP4 format.
   501 //!			7. Add both audio and video data to create the content and close the composer.
   502 //!
   503 //!			8. Setup composer with MPEG-4 audio & AVC high profile video in MP4 format.
   504 //!			9. Add both audio and video data to create the content and close the composer.
   505 //!
   506 //!			10. Examine the above output files and check that the avcC box has the correct profile indication.
   507 //! @SYMTestExpectedResults 	Test completes with no error.
   508 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithAvcProfileCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0120-CP-01
   509 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithAvcProfileCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0120-CP-02
   510 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithAvcProfileCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0120-CP-03
   511 RUN_TEST_STEP  -1 tsu_3gplibrary 3GPComposeFileWithAvcProfileCheck C:\mm\tsu_3gp_compose_api_te.ini MM-3GP-COMP-U-0120-CP-04
   512 END_TESTCASE MM-3GP-COMP-U-0120-CP
   513 
   514 
   515 RUN_UTILS DeleteDirectory C:\3gplibrary\temp\composer\
   516