os/mm/mmplugins/lib3gpunittest/scripts/tsu_3gp_parse_oom2_te.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
// 3GP library parser OOM Unit Testing script
sl@0
    15
// testexecute.exe [path]\[this script name]. 3GP library and necessary test files should be present. 
sl@0
    16
// It requires no exceptional network support.  
sl@0
    17
// 
sl@0
    18
//
sl@0
    19
sl@0
    20
//! @file
sl@0
    21
//! @SYMTestSuiteName          tsu_3gp_parse_oom
sl@0
    22
//! @SYMScriptTestEnvironment  This test runs using Symbian test execution with the following test list entry:
sl@0
    23
//! @SYMScriptInfo All tests contained in this suite are duplicates of OOM-applicable test cases from test suite tsu_3gp_parse_api (tsu_3gp_parse_api_te.script).  This allows the test suite tsu_3gp_parse_api to focus solely on functional testing.
sl@0
    24
sl@0
    25
sl@0
    26
PRINT Run all the 3GP library parser api Unit
sl@0
    27
PRINT 
sl@0
    28
sl@0
    29
LOAD_SUITE tsu_3gplibrary
sl@0
    30
sl@0
    31
// Negative testing
sl@0
    32
sl@0
    33
START_TESTCASE MM-3GP-PARSE-U-0301-CP
sl@0
    34
//! @SYMTestCaseID          MM-3GP-PARSE-U-0301-CP
sl@0
    35
//! @SYMREQ                 REQ9021
sl@0
    36
//! @SYMTestCaseDesc        Create 3GP Parser to read zero size file content and call all APIs. 
sl@0
    37
//! Pre-Condition	    A zero size file must be present
sl@0
    38
//! @SYMTestPriority        High
sl@0
    39
//! @SYMTestActions         Create 3GP Parser to read zero size file content, read file again
sl@0
    40
 when it is in used and call all APIs.
sl@0
    41
//! @SYMTestExpectedResults All calls to retrieve video clip properties, video and/or audio 
sl@0
    42
source & properties should fail with KErrCorrupt. Calling parser open when it is in used, should fail with KErrInUse.
sl@0
    43
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0101-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
sl@0
    44
END_TESTCASE MM-3GP-PARSE-U-0301-CP
sl@0
    45
sl@0
    46
START_TESTCASE MM-3GP-PARSE-U-0302-CP
sl@0
    47
//! @SYMTestCaseID          MM-3GP-PARSE-U-0302-CP
sl@0
    48
//! @SYMREQ                 REQ9021
sl@0
    49
//! @SYMTestCaseDesc        Initialise a 3GP file parse with an empty filename and file path pointing at non-existent files. 
sl@0
    50
//! @SYMTestPriority        High
sl@0
    51
//! @SYMTestActions         Initialise a 3GP file parse with an empty filename and file path pointing at non-existent files.
sl@0
    52
//! @SYMTestExpectedResults Setup fails with error KErrUnderflow with an empty file name, KErrAccessDenied when
sl@0
    53
file path pointing at non-existent files.
sl@0
    54
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0102-CP
sl@0
    55
END_TESTCASE MM-3GP-PARSE-U-0302-CP
sl@0
    56
sl@0
    57
START_TESTCASE MM-3GP-PARSE-U-0304-CP
sl@0
    58
//! @SYMTestCaseID          MM-3GP-PARSE-U-0304-CP
sl@0
    59
//! @SYMREQ                 REQ9021
sl@0
    60
//! @SYMTestCaseDesc        Create parser by passing in a file path of a file already opened in EFileShareExclusive mode. 
sl@0
    61
//! Pre-Condition	    Any file.
sl@0
    62
//! @SYMTestPriority        High
sl@0
    63
//! @SYMTestActions         Create parser by passing in a file path of a file already opened in EFileShareExclusive mode.
sl@0
    64
//! @SYMTestExpectedResults Setup fails with KErrAccessDenied.
sl@0
    65
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0104-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
sl@0
    66
END_TESTCASE MM-3GP-PARSE-U-0304-CP
sl@0
    67
sl@0
    68
START_TESTCASE MM-3GP-PARSE-U-0306-CP
sl@0
    69
//! @SYMTestCaseID          MM-3GP-PARSE-U-0306-CP
sl@0
    70
//! @SYMREQ                 REQ9021
sl@0
    71
//! @SYMTestCaseDesc        Use 3GP Parser to parse file before it has been setup. 
sl@0
    72
//! Pre-Condition	    Any file.
sl@0
    73
//! @SYMTestPriority        High
sl@0
    74
//! @SYMTestActions         Instantiate a 3GP Parser and call all the Parser API except Close & Open
sl@0
    75
//! @SYMTestExpectedResults Test fails with KErrNotReady.
sl@0
    76
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0106-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
sl@0
    77
END_TESTCASE MM-3GP-PARSE-U-0306-CP
sl@0
    78
sl@0
    79
START_TESTCASE MM-3GP-PARSE-U-0307-CP
sl@0
    80
//! @SYMTestCaseID          MM-3GP-PARSE-U-0307-CP
sl@0
    81
//! @SYMREQ                 REQ9021
sl@0
    82
//! @SYMTestCaseDesc        Use invalid frame type for all frame type API. 
sl@0
    83
//! Pre-Condition	    A valid mp4/3gp file with supported audio and video stream must be present
sl@0
    84
//! @SYMTestPriority        High
sl@0
    85
//! @SYMTestActions         Instantiate a 3GP Parser and Call all Parser API that get frame type.
sl@0
    86
//! @SYMTestExpectedResults Test with no error.
sl@0
    87
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0107-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
sl@0
    88
END_TESTCASE MM-3GP-PARSE-U-0307-CP
sl@0
    89
sl@0
    90
START_TESTCASE MM-3GP-PARSE-U-0308-CP
sl@0
    91
//! @SYMTestCaseID          MM-3GP-PARSE-U-0308-CP
sl@0
    92
//! @SYMREQ                 REQ9021
sl@0
    93
//! @SYMTestCaseDesc        Use invalid frame index for video frame APIs and Get video frame properties for more 
sl@0
    94
than the total number of video frames in the video clip 
sl@0
    95
//! Pre-Condition	    A valid mp4/3gp file with supported video/audio stream must be present
sl@0
    96
//! @SYMTestPriority        High
sl@0
    97
//! @SYMTestActions         Use invalid frame index for video frame APIs and Get video frame properties for more 
sl@0
    98
than the total number of video frames in the video clip 
sl@0
    99
//! @SYMTestExpectedResults All APIs returns with KErrGeneral.
sl@0
   100
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0108-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
sl@0
   101
END_TESTCASE MM-3GP-PARSE-U-0308-CP
sl@0
   102
sl@0
   103
START_TESTCASE MM-3GP-PARSE-U-0311-CP
sl@0
   104
//! @SYMTestCaseID          MM-3GP-PARSE-U-0311-CP
sl@0
   105
//! @SYMREQ                 REQ9021
sl@0
   106
//! @SYMTestCaseDesc        Retrieve video related information in an audio-only mp4/3gp file.
sl@0
   107
//! Pre-Condition	    A valid mp4/3gp file with only supported audio stream must be present
sl@0
   108
//! @SYMTestPriority        High
sl@0
   109
//! @SYMTestActions         Retrieve video related information in an audio-only mp4/3gp file. 
sl@0
   110
//! @SYMTestExpectedResults Test Step 1 should fail with KErrNotSupported.  Test Step 2 completes with no error.
sl@0
   111
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
sl@0
   112
RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPSingleDataSourceTest c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0111-CP-2
sl@0
   113
END_TESTCASE MM-3GP-PARSE-U-0311-CP
sl@0
   114
sl@0
   115
START_TESTCASE MM-3GP-PARSE-U-0312-CP
sl@0
   116
//! @SYMTestCaseID          MM-3GP-PARSE-U-0312-CP
sl@0
   117
//! @SYMREQ                 REQ9021
sl@0
   118
//! @SYMTestCaseDesc        Retrieve audio related information in a video-only mp4/3gp file.
sl@0
   119
//! Pre-Condition	    A valid mp4/3gp file with only supported video stream must be present
sl@0
   120
//! @SYMTestPriority        High
sl@0
   121
//! @SYMTestActions         Retrieve audio related information in a video-only mp4/3gp file. 
sl@0
   122
//! @SYMTestExpectedResults Test Step 1 should fail with KErrNotSupported.  Test Step 2 completes with no error.
sl@0
   123
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
sl@0
   124
RUN_TEST_STEP !OOM -1 tsu_3gplibrary 3GPSingleDataSourceTest c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0112-CP-2
sl@0
   125
END_TESTCASE MM-3GP-PARSE-U-0312-CP
sl@0
   126
sl@0
   127
START_TESTCASE MM-3GP-PARSE-U-0313-CP
sl@0
   128
//! @SYMTestCaseID          MM-3GP-PARSE-U-0313-CP
sl@0
   129
//! @SYMREQ                 REQ9021
sl@0
   130
//! @SYMTestCaseDesc        Call all parser API in a mp4/3gp file with no audio nor video.
sl@0
   131
//! Pre-Condition	    A valid mp4/3gp file with no audio nor video must be present
sl@0
   132
//! @SYMTestPriority        High
sl@0
   133
//! @SYMTestActions         Call all parser API in a mp4/3gp file with no audio nor video.
sl@0
   134
//! @SYMTestExpectedResults Test fails with KErrNotSupported for all audio and video related API, KErrGeneral for others.
sl@0
   135
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
sl@0
   136
END_TESTCASE MM-3GP-PARSE-U-0313-CP
sl@0
   137
sl@0
   138
START_TESTCASE MM-3GP-PARSE-U-0315-CP
sl@0
   139
//! @SYMTestCaseID          MM-3GP-PARSE-U-0315-CP
sl@0
   140
//! @SYMREQ                 REQ9021
sl@0
   141
//! @SYMTestCaseDesc        Parse file of unsupported file format (WMA) and attempt to retrieve audio/video information.
sl@0
   142
//! Pre-Condition	    A valid WMA must be present
sl@0
   143
//! @SYMTestPriority        High
sl@0
   144
//! @SYMTestActions         Retrieve audio and video attributes. 
sl@0
   145
//! @SYMTestExpectedResults test fails with KErrCorrupt.
sl@0
   146
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini WMA
sl@0
   147
END_TESTCASE MM-3GP-PARSE-U-0315-CP
sl@0
   148
sl@0
   149
START_TESTCASE MM-3GP-PARSE-U-0316-CP
sl@0
   150
//! @SYMTestCaseID          MM-3GP-PARSE-U-0316-CP
sl@0
   151
//! @SYMREQ                 REQ9021
sl@0
   152
//! @SYMTestCaseDesc        Parse file of supported file format and unsupported video stream.
sl@0
   153
//! Pre-Condition	    A file of supported file format and unsupported video stream must be present
sl@0
   154
//! @SYMTestPriority        High
sl@0
   155
//! @SYMTestActions         Retrieve video attributes.
sl@0
   156
//! @SYMTestExpectedResults Test fails with KErrNotSupported.
sl@0
   157
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini UNSUPPORTED-VIDEO
sl@0
   158
END_TESTCASE MM-3GP-PARSE-U-0316-CP
sl@0
   159
sl@0
   160
START_TESTCASE MM-3GP-PARSE-U-0317-CP
sl@0
   161
//! @SYMTestCaseID          MM-3GP-PARSE-U-0317-CP
sl@0
   162
//! @SYMREQ                 REQ9021
sl@0
   163
//! @SYMTestCaseDesc        Parse file of supported file format and unsupported audio stream
sl@0
   164
//! Pre-Condition	    	A file of supported file format and unsupported audio stream must be present
sl@0
   165
//! @SYMTestPriority        High
sl@0
   166
//! @SYMTestActions         Retrieve audio attributes.
sl@0
   167
//! @SYMTestExpectedResults Test fails with KErrNotSupported.
sl@0
   168
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini UNSUPORTED-AUDIO-STREAM
sl@0
   169
END_TESTCASE MM-3GP-PARSE-U-0317-CP
sl@0
   170
sl@0
   171
START_TESTCASE MM-3GP-PARSE-U-0318-CP
sl@0
   172
//! @SYMTestCaseID          MM-3GP-PARSE-U-0318-CP
sl@0
   173
//! @SYMREQ                 REQ9021
sl@0
   174
//! @SYMTestCaseDesc        Parse file.
sl@0
   175
//! Pre-Condition	    A file of supported file format and audio/video streams but with mis-matching file extension must be present
sl@0
   176
//! @SYMTestPriority        High
sl@0
   177
//! @SYMTestActions         Parse file.
sl@0
   178
//! @SYMTestExpectedResults Test with no error.
sl@0
   179
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP  c:\mm\tsu_3gp_parse_api_te.ini MISMATCHED
sl@0
   180
END_TESTCASE MM-3GP-PARSE-U-0318-CP
sl@0
   181
sl@0
   182
START_TESTCASE MM-3GP-PARSE-U-0319-CP
sl@0
   183
//! @SYMTestCaseID          MM-3GP-PARSE-U-0319-CP
sl@0
   184
//! @SYMREQ                 REQ9021
sl@0
   185
//! @SYMTestCaseDesc        Seek position of a file with no audio nor video.
sl@0
   186
//! Pre-Condition	    A file with no audio nor video must be present
sl@0
   187
//! @SYMTestPriority        High
sl@0
   188
//! @SYMTestActions         Seek position of a file with no audio nor video.
sl@0
   189
//! @SYMTestExpectedResults Test fails with KErrGeneral.
sl@0
   190
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
sl@0
   191
END_TESTCASE MM-3GP-PARSE-U-0319-CP
sl@0
   192
sl@0
   193
START_TESTCASE MM-3GP-PARSE-U-0320-CP
sl@0
   194
//! @SYMTestCaseID          MM-3GP-PARSE-U-0320-CP
sl@0
   195
//! @SYMREQ                 REQ9021
sl@0
   196
//! @SYMTestCaseDesc        Read Video Decoder Info.
sl@0
   197
//! Pre-Condition	    A valid mp4/3gp/3g2 file containing H263 video must be present
sl@0
   198
//! @SYMTestPriority        High
sl@0
   199
//! @SYMTestActions         Read Video Decoder Info.
sl@0
   200
//! @SYMTestExpectedResults Expect Read Video Decoder Info fails with KErrNotSupported.
sl@0
   201
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0120-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
sl@0
   202
END_TESTCASE MM-3GP-PARSE-U-0320-CP
sl@0
   203
sl@0
   204
START_TESTCASE MM-3GP-PARSE-U-0322-CP
sl@0
   205
//! @SYMTestCaseID          MM-3GP-PARSE-U-0322-CP
sl@0
   206
//! @SYMREQ                 REQ9021
sl@0
   207
//! @SYMTestCaseDesc        Retrieve user atoms 
sl@0
   208
//! Pre-Condition	    A valid mp4/3gp file containing user atoms only in location movie must be present/ no user atom
sl@0
   209
//! @SYMTestPriority        High
sl@0
   210
//! @SYMTestActions         Retrieve user atoms
sl@0
   211
//! @SYMTestExpectedResults Test fails with KErrNotFound.
sl@0
   212
RUN_TEST_STEP !OOM !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0036-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-USER-ATOM
sl@0
   213
RUN_TEST_STEP !OOM !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0036-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
sl@0
   214
END_TESTCASE MM-3GP-PARSE-U-0322-CP
sl@0
   215
sl@0
   216
START_TESTCASE MM-3GP-PARSE-U-0324-CP
sl@0
   217
//! @SYMTestCaseID          MM-3GP-PARSE-U-0324-CP
sl@0
   218
//! @SYMREQ                 REQ9021
sl@0
   219
//! @SYMTestCaseDesc        Seek to an invalid position of the file.
sl@0
   220
//! Pre-Condition	    A valid mp4/3gp/3g2 file with both audio and video must be present
sl@0
   221
//! @SYMTestPriority        High
sl@0
   222
//! @SYMTestActions         Seek to an invalid position of the file.
sl@0
   223
//! @SYMTestExpectedResults Test with no error.
sl@0
   224
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
sl@0
   225
END_TESTCASE MM-3GP-PARSE-U-0324-CP
sl@0
   226
sl@0
   227
START_TESTCASE MM-3GP-PARSE-U-0325-CP
sl@0
   228
//! @SYMTestCaseID          MM-3GP-PARSE-U-0325-CP
sl@0
   229
//! @SYMREQ                 REQ9021
sl@0
   230
//! @SYMTestCaseDesc        Seek to an invalid position of the file.
sl@0
   231
//! Pre-Condition	    A valid mp4/3gp/3g2 file with audio or video only must be present
sl@0
   232
//! @SYMTestPriority        High
sl@0
   233
//! @SYMTestActions         Seek to an invalid position of the file.
sl@0
   234
//! @SYMTestExpectedResults Test with no error.
sl@0
   235
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
sl@0
   236
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
sl@0
   237
END_TESTCASE MM-3GP-PARSE-U-0325-CP
sl@0
   238
sl@0
   239
START_TESTCASE MM-3GP-PARSE-U-0327-CP
sl@0
   240
//! @SYMTestCaseID          MM-3GP-PARSE-U-0327-CP
sl@0
   241
//! @SYMREQ                 REQ9021
sl@0
   242
//! @SYMTestCaseDesc        Retrieve video and audio info using empty buffer for all buffer related API.
sl@0
   243
//! Pre-Condition	    A valid mp4/3gp/3g2 file with audio or video must be present
sl@0
   244
//! @SYMTestPriority        High
sl@0
   245
//! @SYMTestActions         Retrieve video and audio info using empty buffer for all buffer related API.
sl@0
   246
//! @SYMTestExpectedResults Test fails with KErrOverflow except InsertData fails with KErrUnderflow.
sl@0
   247
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0127-CP  c:\mm\tsu_3gp_parse_api_te.ini USER-ATOM-ALL
sl@0
   248
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0127-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-MORE
sl@0
   249
END_TESTCASE MM-3GP-PARSE-U-0327-CP
sl@0
   250
sl@0
   251
START_TESTCASE MM-3GP-PARSE-U-0329-CP
sl@0
   252
//! @SYMTestCaseID          MM-3GP-PARSE-U-0329-CP
sl@0
   253
//! @SYMREQ                 REQ9021
sl@0
   254
//! @SYMTestCaseDesc        Get H263 video leve
sl@0
   255
//! Pre-Condition	    A valid mp4/3gp file without H263 video source/an invalid file must be present
sl@0
   256
//! @SYMTestPriority        High
sl@0
   257
//! @SYMTestActions         Get H263 video leve in file path and buffer mode.
sl@0
   258
//! @SYMTestExpectedResults test failed with KErrNotSupported.
sl@0
   259
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini UNSUPPORTED-VIDEO
sl@0
   260
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
sl@0
   261
END_TESTCASE MM-3GP-PARSE-U-0329-CP
sl@0
   262
sl@0
   263
START_TESTCASE MM-3GP-PARSE-U-0330-CP
sl@0
   264
//! @SYMTestCaseID          MM-3GP-PARSE-U-0330-CP
sl@0
   265
//! @SYMREQ                 REQ9021
sl@0
   266
//! @SYMTestCaseDesc        Async read before the parser has been setup.
sl@0
   267
//! Pre-Condition	    A valid mp4/3gp/3g2 file must be present
sl@0
   268
//! @SYMTestPriority        High
sl@0
   269
//! @SYMTestActions         Without open parser, do Async read for both audio and video. Should fail with KErrNotReady.
sl@0
   270
//! @SYMTestExpectedResults Test fails with expected results.
sl@0
   271
RUN_TEST_STEP !OOM -1 tsu_3gplibrary MM-3GP-PARSE-U-0130-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
sl@0
   272
END_TESTCASE MM-3GP-PARSE-U-0330-CP
sl@0
   273
sl@0
   274
START_TESTCASE MM-3GP-PARSE-U-0331-CP
sl@0
   275
//! @SYMTestCaseID          MM-3GP-PARSE-U-0331-CP
sl@0
   276
//! @SYMREQ                 REQ9021
sl@0
   277
//! @SYMTestCaseDesc        Async read negative test after the parser has been setup.
sl@0
   278
//! Pre-Condition	    N/A
sl@0
   279
//! @SYMTestPriority        High
sl@0
   280
//! @SYMTestActions         Open parser with an empty file and do Async read for both audio and video, both of them 
sl@0
   281
should fail with KErrCorrupt; Open parser with an valid 3gp file without audio nor video, do Async read for both 
sl@0
   282
audio and video, both of them should fail with KErrNotSupported; open parser with an audio only file, and do Async video 
sl@0
   283
read or Open parser with a video only file, and do Async audio read , Should fail with KErrNotSupported.
sl@0
   284
//! @SYMTestExpectedResults Test fails with expected results.
sl@0
   285
RUN_TEST_STEP !OOM !Error=-20 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
sl@0
   286
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
sl@0
   287
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
sl@0
   288
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
sl@0
   289
END_TESTCASE MM-3GP-PARSE-U-0331-CP
sl@0
   290
sl@0
   291
START_TESTCASE MM-3GP-PARSE-U-0332-CP
sl@0
   292
//! @SYMTestCaseID          MM-3GP-PARSE-U-0332-CP
sl@0
   293
//! @SYMREQ                 REQ9021
sl@0
   294
//! @SYMTestCaseDesc        Get the QCELP storage mode when the file is not of QCELP info
sl@0
   295
//! Pre-Condition	    A valid mp4/3gp file without containing QCELP encoded audio stored must be present
sl@0
   296
//! @SYMTestPriority        High
sl@0
   297
//! @SYMTestActions         Get the QCELP storage mode in file and buffer mode.
sl@0
   298
//! @SYMTestExpectedResults The QCELP storage mode retrieved returns KErrNotSupported
sl@0
   299
RUN_TEST_STEP !OOM !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
sl@0
   300
END_TESTCASE MM-3GP-PARSE-U-0332-CP
sl@0
   301
sl@0
   302
START_TESTCASE MM-3GP-PARSE-U-0335-CP
sl@0
   303
//! @SYMTestCaseID          MM-3GP-PARSE-U-0335-CP
sl@0
   304
//! @SYMREQ                 REQ9021
sl@0
   305
//! @SYMTestCaseDesc        Get frame type
sl@0
   306
//! Pre-Condition	    Different files which contain audio or video or both must be present
sl@0
   307
//! @SYMTestPriority        High
sl@0
   308
//! @SYMTestActions         Get frame type when the frames have been read in file path.
sl@0
   309
//! @SYMTestExpectedResults Test fails with KErrNotFound.
sl@0
   310
RUN_TEST_STEP !OOM !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0135-CP  c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
sl@0
   311
RUN_TEST_STEP !OOM !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0135-CP  c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
sl@0
   312
RUN_TEST_STEP !OOM !Error=-1 -1 tsu_3gplibrary MM-3GP-PARSE-U-0135-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
sl@0
   313
END_TESTCASE MM-3GP-PARSE-U-0335-CP
sl@0
   314
sl@0
   315
START_TESTCASE MM-3GP-PARSE-U-0336-CP
sl@0
   316
//! @SYMTestCaseID          MM-3GP-PARSE-U-0336-CP
sl@0
   317
//! @SYMREQ                 REQ9021
sl@0
   318
//! @SYMTestCaseDesc        Async read of video / audio frame when the parser is in buffer mode.
sl@0
   319
//! Pre-Condition	    	File with audio & video.
sl@0
   320
//! @SYMTestPriority        High
sl@0
   321
//! @SYMTestActions         1. Setup a 3GP Parser object in buffer mode supplied with a 3GP/MP4/3G2 file with both audio & video.
sl@0
   322
//!							2. Attempt to read a video frame asynchronously.
sl@0
   323
//!							3. Attempt to read a audio frame asynchronously.
sl@0
   324
//! @SYMTestExpectedResults Both async read attempt should fail with KErrNotSupported.
sl@0
   325
RUN_TEST_STEP !OOM !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
sl@0
   326
END_TESTCASE MM-3GP-PARSE-U-0336-CP
sl@0
   327
sl@0
   328
// End of negative tests