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 api 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_api
|
sl@0
|
22 |
//! @SYMScriptTestEnvironment This test runs using Symbian test execution with the following test list entry:
|
sl@0
|
23 |
|
sl@0
|
24 |
|
sl@0
|
25 |
PRINT Run all the 3GP library parser api Unit
|
sl@0
|
26 |
PRINT
|
sl@0
|
27 |
|
sl@0
|
28 |
LOAD_SUITE tsu_3gplibrary
|
sl@0
|
29 |
|
sl@0
|
30 |
// Positive test
|
sl@0
|
31 |
|
sl@0
|
32 |
START_TESTCASE MM-3GP-PARSE-U-0001-CP
|
sl@0
|
33 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0001-CP
|
sl@0
|
34 |
//! @SYMREQ REQ9021
|
sl@0
|
35 |
//! @SYMTestCaseDesc Setup parser to read file by file path
|
sl@0
|
36 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
37 |
//! @SYMTestPriority High
|
sl@0
|
38 |
//! @SYMTestActions Setup parser to open file using different file modes and read file by file path
|
sl@0
|
39 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
40 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0001-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
41 |
END_TESTCASE MM-3GP-PARSE-U-0001-CP
|
sl@0
|
42 |
|
sl@0
|
43 |
START_TESTCASE MM-3GP-PARSE-U-0002-CP
|
sl@0
|
44 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0002-CP
|
sl@0
|
45 |
//! @SYMREQ REQ9021
|
sl@0
|
46 |
//! @SYMTestCaseDesc Setup parser to use buffer mode
|
sl@0
|
47 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
48 |
//! @SYMTestPriority High
|
sl@0
|
49 |
//! @SYMTestActions Setup parser to open and read file by buffer mode
|
sl@0
|
50 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
51 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0002-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
52 |
END_TESTCASE MM-3GP-PARSE-U-0002-CP
|
sl@0
|
53 |
|
sl@0
|
54 |
START_TESTCASE MM-3GP-PARSE-U-0003-CP
|
sl@0
|
55 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0003-CP
|
sl@0
|
56 |
//! @SYMREQ REQ9021
|
sl@0
|
57 |
//! @SYMTestCaseDesc Setup parser to read file by file handle
|
sl@0
|
58 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
59 |
//! @SYMTestPriority High
|
sl@0
|
60 |
//! @SYMTestActions Setup parser to open file using different file modes and read file by file handle
|
sl@0
|
61 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
62 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0003-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
63 |
END_TESTCASE MM-3GP-PARSE-U-0003-CP
|
sl@0
|
64 |
|
sl@0
|
65 |
START_TESTCASE MM-3GP-PARSE-U-0004-CP
|
sl@0
|
66 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0004-CP
|
sl@0
|
67 |
//! @SYMREQ REQ9021
|
sl@0
|
68 |
//! @SYMTestCaseDesc Setup parser to read file by ContentAccess::CData
|
sl@0
|
69 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
70 |
//! @SYMTestPriority High
|
sl@0
|
71 |
//! @SYMTestActions Setup parser to open and read file by ContentAccess::CData
|
sl@0
|
72 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
73 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0004-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
74 |
END_TESTCASE MM-3GP-PARSE-U-0004-CP
|
sl@0
|
75 |
|
sl@0
|
76 |
START_TESTCASE MM-3GP-PARSE-U-0005-CP
|
sl@0
|
77 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0005-CP
|
sl@0
|
78 |
//! @SYMREQ REQ9021
|
sl@0
|
79 |
//! @SYMTestCaseDesc Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using file mode
|
sl@0
|
80 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream (not h263) must be present
|
sl@0
|
81 |
//! @SYMTestPriority High
|
sl@0
|
82 |
//! @SYMTestActions Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using file mode
|
sl@0
|
83 |
- file path / file handle or CAF object.
|
sl@0
|
84 |
//! @SYMTestExpectedResults File read and complete with no error
|
sl@0
|
85 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
86 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
87 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0005-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H264-WB
|
sl@0
|
88 |
END_TESTCASE MM-3GP-PARSE-U-0005-CP
|
sl@0
|
89 |
|
sl@0
|
90 |
START_TESTCASE MM-3GP-PARSE-U-0006-CP
|
sl@0
|
91 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0006-CP
|
sl@0
|
92 |
//! @SYMREQ REQ9021
|
sl@0
|
93 |
//! @SYMTestCaseDesc Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using buffer mode
|
sl@0
|
94 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
95 |
//! @SYMTestPriority High
|
sl@0
|
96 |
//! @SYMTestActions Retrieve video & audio stream attributes from a mp4/3gp/3g2 file using buffer mode
|
sl@0
|
97 |
//! @SYMTestExpectedResults Retrieve video & audio stream attributes with no error
|
sl@0
|
98 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0006-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
99 |
END_TESTCASE MM-3GP-PARSE-U-0006-CP
|
sl@0
|
100 |
|
sl@0
|
101 |
START_TESTCASE MM-3GP-PARSE-U-0007-CP
|
sl@0
|
102 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0007-CP
|
sl@0
|
103 |
//! @SYMREQ REQ9021
|
sl@0
|
104 |
//! @SYMTestCaseDesc Check if the clip is streamable in file mode
|
sl@0
|
105 |
//! Pre-Condition A non-streamable mp4/3gp/3g2 file must be present
|
sl@0
|
106 |
//! @SYMTestPriority High
|
sl@0
|
107 |
//! @SYMTestActions Check if the clip is streamable in file mode
|
sl@0
|
108 |
//! @SYMTestExpectedResults Result returned is non-streamable
|
sl@0
|
109 |
RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini NON-STREAMABLE
|
sl@0
|
110 |
END_TESTCASE MM-3GP-PARSE-U-0007-CP
|
sl@0
|
111 |
|
sl@0
|
112 |
START_TESTCASE MM-3GP-PARSE-U-0008-CP
|
sl@0
|
113 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0008-CP
|
sl@0
|
114 |
//! @SYMREQ REQ9021
|
sl@0
|
115 |
//! @SYMTestCaseDesc Check if the clip is streamable in buffer mode
|
sl@0
|
116 |
//! Pre-Condition A non-streamable mp4/3gp/3g2 file must be present
|
sl@0
|
117 |
//! @SYMTestPriority High
|
sl@0
|
118 |
//! @SYMTestActions Check if the clip is streamable in buffer mode
|
sl@0
|
119 |
//! @SYMTestExpectedResults Result returned is non-streamable
|
sl@0
|
120 |
RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0008-CP c:\mm\tsu_3gp_parse_api_te.ini NON-STREAMABLE
|
sl@0
|
121 |
END_TESTCASE MM-3GP-PARSE-U-0008-CP
|
sl@0
|
122 |
|
sl@0
|
123 |
START_TESTCASE MM-3GP-PARSE-U-0009-CP
|
sl@0
|
124 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0009-CP
|
sl@0
|
125 |
//! @SYMREQ REQ9021
|
sl@0
|
126 |
//! @SYMTestCaseDesc Check if the clip is streamable in file mode
|
sl@0
|
127 |
//! Pre-Condition A streamable mp4/3gp/3g2 file must be present
|
sl@0
|
128 |
//! @SYMTestPriority High
|
sl@0
|
129 |
//! @SYMTestActions Check if the clip is streamable in file mode
|
sl@0
|
130 |
//! @SYMTestExpectedResults Result returned is streamable
|
sl@0
|
131 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
132 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
133 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0007-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
134 |
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
|
sl@0
|
135 |
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
|
sl@0
|
136 |
END_TESTCASE MM-3GP-PARSE-U-0009-CP
|
sl@0
|
137 |
|
sl@0
|
138 |
START_TESTCASE MM-3GP-PARSE-U-0010-CP
|
sl@0
|
139 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0010-CP
|
sl@0
|
140 |
//! @SYMREQ REQ9021
|
sl@0
|
141 |
//! @SYMTestCaseDesc Check if the clip is streamable in buffer mode
|
sl@0
|
142 |
//! Pre-Condition A streamable mp4/3gp/3g2 file must be present
|
sl@0
|
143 |
//! @SYMTestPriority High
|
sl@0
|
144 |
//! @SYMTestActions Check if the clip is streamable in buffer mode
|
sl@0
|
145 |
//! @SYMTestExpectedResults Result returned is streamable
|
sl@0
|
146 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0008-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
147 |
END_TESTCASE MM-3GP-PARSE-U-0010-CP
|
sl@0
|
148 |
|
sl@0
|
149 |
START_TESTCASE MM-3GP-PARSE-U-0011-CP
|
sl@0
|
150 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0011-CP
|
sl@0
|
151 |
//! @SYMREQ REQ9021
|
sl@0
|
152 |
//! @SYMTestCaseDesc Retrieve buffered bytes, and video & audio frames synchronously in file mode
|
sl@0
|
153 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
154 |
//! @SYMTestPriority High
|
sl@0
|
155 |
//! @SYMTestActions Retrieve buffered bytes, and video & audio frames synchronously in file mode
|
sl@0
|
156 |
//! @SYMTestExpectedResults Retrieving buffered bytes returns KErrNotSupported. Retrieving audio and video frames with no errors.
|
sl@0
|
157 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0011-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
158 |
END_TESTCASE MM-3GP-PARSE-U-0011-CP
|
sl@0
|
159 |
|
sl@0
|
160 |
START_TESTCASE MM-3GP-PARSE-U-0014-CP
|
sl@0
|
161 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0014-CP
|
sl@0
|
162 |
//! @SYMREQ REQ9021
|
sl@0
|
163 |
//! @SYMTestCaseDesc Parse video & audio frames from a mp4/3gp file asynchronously
|
sl@0
|
164 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
165 |
//! @SYMTestPriority High
|
sl@0
|
166 |
//! @SYMTestActions Parse video & audio frames from a mp4/3gp file asynchronously thru file path, file handle and CAF object.
|
sl@0
|
167 |
//! @SYMTestExpectedResults All frames retrieved with no error.
|
sl@0
|
168 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0014-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
169 |
END_TESTCASE MM-3GP-PARSE-U-0014-CP
|
sl@0
|
170 |
|
sl@0
|
171 |
START_TESTCASE MM-3GP-PARSE-U-0015-CP
|
sl@0
|
172 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0015-CP
|
sl@0
|
173 |
//! @SYMREQ REQ9021
|
sl@0
|
174 |
//! @SYMTestCaseDesc Parse video & audio frames from a mp4/3gp file synchronously
|
sl@0
|
175 |
//! Pre-Condition A valid mp4/3gp file containing both supported audio and video stream must be present
|
sl@0
|
176 |
//! @SYMTestPriority High
|
sl@0
|
177 |
//! @SYMTestActions Parse video & audio frames from a mp4/3gp file synchronously in buffer mode.
|
sl@0
|
178 |
//! @SYMTestExpectedResults All frames retrieved with no error.
|
sl@0
|
179 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0015-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
180 |
END_TESTCASE MM-3GP-PARSE-U-0015-CP
|
sl@0
|
181 |
|
sl@0
|
182 |
START_TESTCASE MM-3GP-PARSE-U-0016-CP
|
sl@0
|
183 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0016-CP
|
sl@0
|
184 |
//! @SYMREQ REQ9021
|
sl@0
|
185 |
//! @SYMTestCaseDesc Get frame type
|
sl@0
|
186 |
//! Pre-Condition Different files which contain different video and different audio types must be present
|
sl@0
|
187 |
//! @SYMTestPriority High
|
sl@0
|
188 |
//! @SYMTestActions Get frame type in file path.
|
sl@0
|
189 |
//! @SYMTestExpectedResults All frame types retrieved with no error.
|
sl@0
|
190 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
191 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
192 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
193 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
194 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini H263-P3-L15
|
sl@0
|
195 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-H264-MP4
|
sl@0
|
196 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
|
sl@0
|
197 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
|
sl@0
|
198 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
199 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-NONE-WB
|
sl@0
|
200 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
201 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
202 |
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
|
sl@0
|
203 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0016-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-ONLY
|
sl@0
|
204 |
END_TESTCASE MM-3GP-PARSE-U-0016-CP
|
sl@0
|
205 |
|
sl@0
|
206 |
START_TESTCASE MM-3GP-PARSE-U-0017-CP
|
sl@0
|
207 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0017-CP
|
sl@0
|
208 |
//! @SYMREQ REQ9021
|
sl@0
|
209 |
//! @SYMTestCaseDesc Get the QCELP storage mode
|
sl@0
|
210 |
//! Pre-Condition A valid mp4/3gp file containing QCELP encoded audio stored using QCELP sample entry
|
sl@0
|
211 |
box must be present
|
sl@0
|
212 |
//! @SYMTestPriority High
|
sl@0
|
213 |
//! @SYMTestActions Get the QCELP storage mode in file path and buffer mode.
|
sl@0
|
214 |
//! @SYMTestExpectedResults The QCELP storage mode retrieved with no error and the mode returned is QCELP sample entry
|
sl@0
|
215 |
box.
|
sl@0
|
216 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini H263-QCEL-QCELP
|
sl@0
|
217 |
END_TESTCASE MM-3GP-PARSE-U-0017-CP
|
sl@0
|
218 |
|
sl@0
|
219 |
START_TESTCASE MM-3GP-PARSE-U-0018-CP
|
sl@0
|
220 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0018-CP
|
sl@0
|
221 |
//! @SYMREQ REQ9021
|
sl@0
|
222 |
//! @SYMTestCaseDesc Get the QCELP storage mode
|
sl@0
|
223 |
//! Pre-Condition A valid mp4/3gp file containing QCELP encoded audio stored using MPEG4 sample entry
|
sl@0
|
224 |
box must be present
|
sl@0
|
225 |
//! @SYMTestPriority High
|
sl@0
|
226 |
//! @SYMTestActions Get the QCELP storage mode in file path and buffer mode.
|
sl@0
|
227 |
//! @SYMTestExpectedResults The QCELP storage mode retrieved with no error and the mode returned is MPEG4 sample entry
|
sl@0
|
228 |
box.
|
sl@0
|
229 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0017-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
230 |
END_TESTCASE MM-3GP-PARSE-U-0018-CP
|
sl@0
|
231 |
|
sl@0
|
232 |
START_TESTCASE MM-3GP-PARSE-U-0021-CP
|
sl@0
|
233 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0021-CP
|
sl@0
|
234 |
//! @SYMREQ REQ9021
|
sl@0
|
235 |
//! @SYMTestCaseDesc Get H263 video leve
|
sl@0
|
236 |
//! Pre-Condition A valid mp4/3gp file with H263 video source of level X must be present
|
sl@0
|
237 |
//! @SYMTestPriority High
|
sl@0
|
238 |
//! @SYMTestActions Get H263 video level in file path and buffer mode.
|
sl@0
|
239 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
240 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-H263-QCEL-MP4
|
sl@0
|
241 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
242 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini H263-P3-L15
|
sl@0
|
243 |
END_TESTCASE MM-3GP-PARSE-U-0021-CP
|
sl@0
|
244 |
|
sl@0
|
245 |
START_TESTCASE MM-3GP-PARSE-U-0023-CP
|
sl@0
|
246 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0023-CP
|
sl@0
|
247 |
//! @SYMREQ REQ9021
|
sl@0
|
248 |
//! @SYMTestCaseDesc Read Video and audio Decoder Info size and info
|
sl@0
|
249 |
//! Pre-Condition A valid mp4/3gp file containing video type of MPEG-4/AVC video and supported audio must be present
|
sl@0
|
250 |
//! @SYMTestPriority High
|
sl@0
|
251 |
//! @SYMTestActions Read Video and audio Decoder Info size and info in file path and buffer mode.
|
sl@0
|
252 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
253 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0023-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
254 |
END_TESTCASE MM-3GP-PARSE-U-0023-CP
|
sl@0
|
255 |
|
sl@0
|
256 |
START_TESTCASE MM-3GP-PARSE-U-0027-CP
|
sl@0
|
257 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0027-CP
|
sl@0
|
258 |
//! @SYMREQ REQ9021
|
sl@0
|
259 |
//! @SYMTestCaseDesc Seek different position of a video/audio file
|
sl@0
|
260 |
//! Pre-Condition A valid 3GP/3G2/MP4 file with equal length of audio and video data must be present
|
sl@0
|
261 |
//! @SYMTestPriority High
|
sl@0
|
262 |
//! @SYMTestActions Seek different position of a video/audio file
|
sl@0
|
263 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
264 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-SAME-LEN
|
sl@0
|
265 |
END_TESTCASE MM-3GP-PARSE-U-0027-CP
|
sl@0
|
266 |
|
sl@0
|
267 |
START_TESTCASE MM-3GP-PARSE-U-0028-CP
|
sl@0
|
268 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0028-CP
|
sl@0
|
269 |
//! @SYMREQ REQ9021
|
sl@0
|
270 |
//! @SYMTestCaseDesc Seek a position after audio stream has been exhausted and there's still video stream left.
|
sl@0
|
271 |
//! Pre-Condition A valid 3GP/3G2/MP4 file with length of audio is less than length of video data must be present
|
sl@0
|
272 |
//! @SYMTestPriority High
|
sl@0
|
273 |
//! @SYMTestActions Seek a position after audio stream has been exhausted and there's still video stream left.
|
sl@0
|
274 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
275 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
|
sl@0
|
276 |
END_TESTCASE MM-3GP-PARSE-U-0028-CP
|
sl@0
|
277 |
|
sl@0
|
278 |
START_TESTCASE MM-3GP-PARSE-U-0029-CP
|
sl@0
|
279 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0029-CP
|
sl@0
|
280 |
//! @SYMREQ REQ9021
|
sl@0
|
281 |
//! @SYMTestCaseDesc Seek a position after video stream has been exhausted and there's still audio stream left.
|
sl@0
|
282 |
//! Pre-Condition A valid 3GP/3G2/MP4 file with length of audio is greater than length of video data must be present
|
sl@0
|
283 |
//! @SYMTestPriority High
|
sl@0
|
284 |
//! @SYMTestActions Seek a position after video stream has been exhausted and there's still audio stream left.
|
sl@0
|
285 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
286 |
|
sl@0
|
287 |
// c:\3gplibrary\h264-aac.3gp returns pos both to 0 because used keyframe True and the file without it.
|
sl@0
|
288 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-MORE
|
sl@0
|
289 |
END_TESTCASE MM-3GP-PARSE-U-0029-CP
|
sl@0
|
290 |
|
sl@0
|
291 |
START_TESTCASE MM-3GP-PARSE-U-0030-CP
|
sl@0
|
292 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0030-CP
|
sl@0
|
293 |
//! @SYMREQ REQ9021
|
sl@0
|
294 |
//! @SYMTestCaseDesc Seek different position
|
sl@0
|
295 |
//! Pre-Condition A valid mp4/3gp file containing only audio/video must be present
|
sl@0
|
296 |
//! @SYMTestPriority High
|
sl@0
|
297 |
//! @SYMTestActions Seek different position
|
sl@0
|
298 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
299 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
300 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0027-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
301 |
END_TESTCASE MM-3GP-PARSE-U-0030-CP
|
sl@0
|
302 |
|
sl@0
|
303 |
START_TESTCASE MM-3GP-PARSE-U-0031-CP
|
sl@0
|
304 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0031-CP
|
sl@0
|
305 |
//! @SYMREQ REQ9021
|
sl@0
|
306 |
//! @SYMTestCaseDesc Seek positions after any keyframe and immediately after a non-key frame.
|
sl@0
|
307 |
//! Pre-Condition A valid mp4/3gp file with and without the use of Key frames must be present
|
sl@0
|
308 |
//! @SYMTestPriority High
|
sl@0
|
309 |
//! @SYMTestActions Seek positions after any keyframe and immediately after a non-key frame.
|
sl@0
|
310 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
311 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0031-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
312 |
END_TESTCASE MM-3GP-PARSE-U-0031-CP
|
sl@0
|
313 |
|
sl@0
|
314 |
START_TESTCASE MM-3GP-PARSE-U-0032-CP
|
sl@0
|
315 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0032-CP
|
sl@0
|
316 |
//! @SYMREQ REQ9021
|
sl@0
|
317 |
//! @SYMTestCaseDesc Check frame availability
|
sl@0
|
318 |
//! Pre-Condition Valid mp4/3gp files with no video, no audio, audio only, video only, and with audio and video must be present
|
sl@0
|
319 |
//! @SYMTestPriority High
|
sl@0
|
320 |
//! @SYMTestActions Check frame availability of different files.
|
sl@0
|
321 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
322 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
|
sl@0
|
323 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
324 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
325 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
|
sl@0
|
326 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
327 |
END_TESTCASE MM-3GP-PARSE-U-0032-CP
|
sl@0
|
328 |
|
sl@0
|
329 |
START_TESTCASE MM-3GP-PARSE-U-0033-CP
|
sl@0
|
330 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0033-CP
|
sl@0
|
331 |
//! @SYMREQ REQ9021
|
sl@0
|
332 |
//! @SYMTestCaseDesc Retrieve video frame size & start time without parsing the content file frame by frame
|
sl@0
|
333 |
//! Pre-Condition A valid mp4/3gp file with at least video data must be present
|
sl@0
|
334 |
//! @SYMTestPriority High
|
sl@0
|
335 |
//! @SYMTestActions Retrieve video frame size & start time without parsing the content file frame by frame in file mode
|
sl@0
|
336 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
337 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0033-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
338 |
END_TESTCASE MM-3GP-PARSE-U-0033-CP
|
sl@0
|
339 |
|
sl@0
|
340 |
START_TESTCASE MM-3GP-PARSE-U-0034-CP
|
sl@0
|
341 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0034-CP
|
sl@0
|
342 |
//! @SYMREQ REQ9021
|
sl@0
|
343 |
//! @SYMTestCaseDesc Retrieve video frame size & start time without parsing the content file frame by frame
|
sl@0
|
344 |
//! Pre-Condition A valid mp4/3gp file with at least video data must be present
|
sl@0
|
345 |
//! @SYMTestPriority High
|
sl@0
|
346 |
//! @SYMTestActions Retrieve video frame size & start time without parsing the content file frame by frame in buffer mode
|
sl@0
|
347 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
348 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
349 |
END_TESTCASE MM-3GP-PARSE-U-0034-CP
|
sl@0
|
350 |
|
sl@0
|
351 |
START_TESTCASE MM-3GP-PARSE-U-0035-CP
|
sl@0
|
352 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0035-CP
|
sl@0
|
353 |
//! @SYMREQ REQ9021
|
sl@0
|
354 |
//! @SYMTestCaseDesc Retrieve user atoms
|
sl@0
|
355 |
//! Pre-Condition A valid mp4/3gp file containing user atoms in all the possible locations: movie, video
|
sl@0
|
356 |
& audio and multiple entries of the same user atom type within a user atom must be present
|
sl@0
|
357 |
//! @SYMTestPriority High
|
sl@0
|
358 |
//! @SYMTestActions Retrieve user atoms in all the possible locations and check the index values
|
sl@0
|
359 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
360 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0035-CP c:\mm\tsu_3gp_parse_api_te.ini USER-ATOM-ALL
|
sl@0
|
361 |
END_TESTCASE MM-3GP-PARSE-U-0035-CP
|
sl@0
|
362 |
|
sl@0
|
363 |
START_TESTCASE MM-3GP-PARSE-U-0037-CP
|
sl@0
|
364 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0037-CP
|
sl@0
|
365 |
//! @SYMREQ REQ9021
|
sl@0
|
366 |
//! @SYMTestCaseDesc Retrieve video frame dependencies
|
sl@0
|
367 |
//! Pre-Condition A valid mp4/3gp file with/without AVC video stream must be present
|
sl@0
|
368 |
//! @SYMTestPriority High
|
sl@0
|
369 |
//! @SYMTestActions Retrieve video frame dependencies
|
sl@0
|
370 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
371 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
372 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
373 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP1
|
sl@0
|
374 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP2
|
sl@0
|
375 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP3
|
sl@0
|
376 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0037-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-DEP4
|
sl@0
|
377 |
END_TESTCASE MM-3GP-PARSE-U-0037-CP
|
sl@0
|
378 |
|
sl@0
|
379 |
START_TESTCASE MM-3GP-PARSE-U-0038-CP
|
sl@0
|
380 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0038-CP
|
sl@0
|
381 |
//! @SYMREQ REQ9021
|
sl@0
|
382 |
//! @SYMTestCaseDesc Get Video Frame Properties
|
sl@0
|
383 |
//! Pre-Condition A valid mp4/3gp file with AVC video stream must be present
|
sl@0
|
384 |
//! @SYMTestPriority High
|
sl@0
|
385 |
//! @SYMTestActions Get Video Frame Properties with at least video data
|
sl@0
|
386 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
387 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0038-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
388 |
END_TESTCASE MM-3GP-PARSE-U-0038-CP
|
sl@0
|
389 |
|
sl@0
|
390 |
START_TESTCASE MM-3GP-PARSE-U-0039-CP
|
sl@0
|
391 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0039-CP
|
sl@0
|
392 |
//! @SYMREQ REQ9021
|
sl@0
|
393 |
//! @SYMTestCaseDesc retrieve video / audio frame data
|
sl@0
|
394 |
//! Pre-Condition A valid mp4/3gp file containing supported audio and video data must be present
|
sl@0
|
395 |
//! @SYMTestPriority High
|
sl@0
|
396 |
//! @SYMTestActions Read a audio and a video frame into a buffer of filled with junk content and
|
sl@0
|
397 |
ensure the buffer gets properly reset when retrieve video / audio frame data.
|
sl@0
|
398 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
399 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0039-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
400 |
END_TESTCASE MM-3GP-PARSE-U-0039-CP
|
sl@0
|
401 |
|
sl@0
|
402 |
START_TESTCASE MM-3GP-PARSE-U-0041-CP
|
sl@0
|
403 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0041-CP
|
sl@0
|
404 |
//! @SYMREQ REQ9021
|
sl@0
|
405 |
//! @SYMTestCaseDesc Multiple parser working simultaneously.
|
sl@0
|
406 |
//! Pre-Condition Valid mp4/3gp files containing supported audio and video and audio only data must be present
|
sl@0
|
407 |
//! @SYMTestPriority High
|
sl@0
|
408 |
//! @SYMTestActions Multiple parser working simultaneously.
|
sl@0
|
409 |
//! @SYMTestExpectedResults test with no error
|
sl@0
|
410 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0041-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-MP4-MP4
|
sl@0
|
411 |
END_TESTCASE MM-3GP-PARSE-U-0041-CP
|
sl@0
|
412 |
|
sl@0
|
413 |
START_TESTCASE MM-3GP-PARSE-U-0043-CP
|
sl@0
|
414 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0043-CP
|
sl@0
|
415 |
//! @SYMREQ REQ9021
|
sl@0
|
416 |
//! @SYMTestCaseDesc Seek position in buffer mode
|
sl@0
|
417 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
418 |
//! @SYMTestPriority High
|
sl@0
|
419 |
//! @SYMTestActions Seek position in buffer mode.
|
sl@0
|
420 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
421 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0043-CP c:\mm\tsu_3gp_parse_api_te.ini 3G2-MP4-MP4
|
sl@0
|
422 |
END_TESTCASE MM-3GP-PARSE-U-0043-CP
|
sl@0
|
423 |
|
sl@0
|
424 |
START_TESTCASE MM-3GP-PARSE-U-0044-CP
|
sl@0
|
425 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0044-CP
|
sl@0
|
426 |
//! @SYMREQ REQ9021
|
sl@0
|
427 |
//! @SYMTestCaseDesc Retrieval of user data atom
|
sl@0
|
428 |
//! Pre-Condition A valid mp4/3gp file must be present
|
sl@0
|
429 |
//! @SYMTestPriority High
|
sl@0
|
430 |
//! @SYMTestActions 1. Retrieve user data atom with multiple entries all of the same type
|
sl@0
|
431 |
//! 2. Retrieve user data atom with multiple entries of the same type and some other types
|
sl@0
|
432 |
//! 3. Retrieve user data atom with no entries of the specified type but with entries of some other types
|
sl@0
|
433 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
434 |
RUN_TEST_STEP -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-1
|
sl@0
|
435 |
RUN_TEST_STEP -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-2
|
sl@0
|
436 |
RUN_TEST_STEP -1 tsu_3gplibrary UserDataAtomRetrieval c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0044-CP-3
|
sl@0
|
437 |
END_TESTCASE MM-3GP-PARSE-U-0044-CP
|
sl@0
|
438 |
|
sl@0
|
439 |
START_TESTCASE MM-3GP-PARSE-U-0133-CP
|
sl@0
|
440 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0133-CP
|
sl@0
|
441 |
//! @SYMREQ REQ9021
|
sl@0
|
442 |
//! @SYMTestCaseDesc Check frame availability
|
sl@0
|
443 |
//! Pre-Condition Valid mp4/3gp file with avc profile main/extended video must be present
|
sl@0
|
444 |
//! @SYMTestPriority High
|
sl@0
|
445 |
//! @SYMTestActions Check frame availability of the file.
|
sl@0
|
446 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
447 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
|
sl@0
|
448 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0032-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
|
sl@0
|
449 |
END_TESTCASE MM-3GP-PARSE-U-0133-CP
|
sl@0
|
450 |
|
sl@0
|
451 |
START_TESTCASE MM-3GP-PARSE-U-0134-CP
|
sl@0
|
452 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0134-CP
|
sl@0
|
453 |
//! @SYMREQ REQ9021
|
sl@0
|
454 |
//! @SYMTestCaseDesc Retrieve video frame size without parsing the content file frame by frame
|
sl@0
|
455 |
//! Pre-Condition A valid mp4/3gp file with avc profile main/extended video data which must be present.
|
sl@0
|
456 |
//! @SYMTestPriority High
|
sl@0
|
457 |
//! @SYMTestActions Retrieve video frame size without parsing the content file frame by frame in buffer mode
|
sl@0
|
458 |
//! @SYMTestExpectedResults Test returns with no error.
|
sl@0
|
459 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-main-NB
|
sl@0
|
460 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0034-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-extended-NB
|
sl@0
|
461 |
END_TESTCASE MM-3GP-PARSE-U-0134-CP
|
sl@0
|
462 |
|
sl@0
|
463 |
// end of positive testing
|
sl@0
|
464 |
|
sl@0
|
465 |
// Negative testing
|
sl@0
|
466 |
|
sl@0
|
467 |
START_TESTCASE MM-3GP-PARSE-U-0101-CP
|
sl@0
|
468 |
|
sl@0
|
469 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0101-CP
|
sl@0
|
470 |
//! @SYMREQ REQ9021
|
sl@0
|
471 |
//! @SYMTestCaseDesc Create 3GP Parser to read zero size file content and call all APIs.
|
sl@0
|
472 |
//! Pre-Condition A zero size file must be present
|
sl@0
|
473 |
//! @SYMTestPriority High
|
sl@0
|
474 |
//! @SYMTestActions Create 3GP Parser to read zero size file content, read file again
|
sl@0
|
475 |
when it is in used and call all APIs.
|
sl@0
|
476 |
//! @SYMTestExpectedResults All calls to retrieve video clip properties, video and/or audio
|
sl@0
|
477 |
source & properties should fail with KErrCorrupt. Calling parser open when it is in used, should fail with KErrInUse.
|
sl@0
|
478 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0101-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
|
sl@0
|
479 |
END_TESTCASE MM-3GP-PARSE-U-0101-CP
|
sl@0
|
480 |
|
sl@0
|
481 |
START_TESTCASE MM-3GP-PARSE-U-0102-CP
|
sl@0
|
482 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0102-CP
|
sl@0
|
483 |
//! @SYMREQ REQ9021
|
sl@0
|
484 |
//! @SYMTestCaseDesc Initialise a 3GP file parse with an empty filename and file path pointing at non-existent files.
|
sl@0
|
485 |
//! @SYMTestPriority High
|
sl@0
|
486 |
//! @SYMTestActions Initialise a 3GP file parse with an empty filename and file path pointing at non-existent files.
|
sl@0
|
487 |
//! @SYMTestExpectedResults Setup fails with error KErrUnderflow with an empty file name, KErrAccessDenied when
|
sl@0
|
488 |
file path pointing at non-existent files.
|
sl@0
|
489 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0102-CP
|
sl@0
|
490 |
END_TESTCASE MM-3GP-PARSE-U-0102-CP
|
sl@0
|
491 |
|
sl@0
|
492 |
START_TESTCASE MM-3GP-PARSE-U-0104-CP
|
sl@0
|
493 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0104-CP
|
sl@0
|
494 |
//! @SYMREQ REQ9021
|
sl@0
|
495 |
//! @SYMTestCaseDesc Create parser by passing in a file path of a file already opened in EFileShareExclusive mode.
|
sl@0
|
496 |
//! Pre-Condition Any file.
|
sl@0
|
497 |
//! @SYMTestPriority High
|
sl@0
|
498 |
//! @SYMTestActions Create parser by passing in a file path of a file already opened in EFileShareExclusive mode.
|
sl@0
|
499 |
//! @SYMTestExpectedResults Setup fails with KErrAccessDenied.
|
sl@0
|
500 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0104-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
501 |
END_TESTCASE MM-3GP-PARSE-U-0104-CP
|
sl@0
|
502 |
|
sl@0
|
503 |
START_TESTCASE MM-3GP-PARSE-U-0106-CP
|
sl@0
|
504 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0106-CP
|
sl@0
|
505 |
//! @SYMREQ REQ9021
|
sl@0
|
506 |
//! @SYMTestCaseDesc Use 3GP Parser to parse file before it has been setup.
|
sl@0
|
507 |
//! Pre-Condition Any file.
|
sl@0
|
508 |
//! @SYMTestPriority High
|
sl@0
|
509 |
//! @SYMTestActions Instantiate a 3GP Parser and call all the Parser API except Close & Open
|
sl@0
|
510 |
//! @SYMTestExpectedResults Test fails with KErrNotReady.
|
sl@0
|
511 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0106-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H264-MP4
|
sl@0
|
512 |
END_TESTCASE MM-3GP-PARSE-U-0106-CP
|
sl@0
|
513 |
|
sl@0
|
514 |
START_TESTCASE MM-3GP-PARSE-U-0107-CP
|
sl@0
|
515 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0107-CP
|
sl@0
|
516 |
//! @SYMREQ REQ9021
|
sl@0
|
517 |
//! @SYMTestCaseDesc Use invalid frame type for all frame type API.
|
sl@0
|
518 |
//! Pre-Condition A valid mp4/3gp file with supported audio and video stream must be present
|
sl@0
|
519 |
//! @SYMTestPriority High
|
sl@0
|
520 |
//! @SYMTestActions Instantiate a 3GP Parser and Call all Parser API that get frame type.
|
sl@0
|
521 |
//! @SYMTestExpectedResults Test with no error.
|
sl@0
|
522 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0107-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-VIDEO-MORE
|
sl@0
|
523 |
END_TESTCASE MM-3GP-PARSE-U-0107-CP
|
sl@0
|
524 |
|
sl@0
|
525 |
START_TESTCASE MM-3GP-PARSE-U-0108-CP
|
sl@0
|
526 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0108-CP
|
sl@0
|
527 |
//! @SYMREQ REQ9021
|
sl@0
|
528 |
//! @SYMTestCaseDesc Use invalid frame index for video frame APIs and Get video frame properties for more
|
sl@0
|
529 |
than the total number of video frames in the video clip
|
sl@0
|
530 |
//! Pre-Condition A valid mp4/3gp file with supported video/audio stream must be present
|
sl@0
|
531 |
//! @SYMTestPriority High
|
sl@0
|
532 |
//! @SYMTestActions Use invalid frame index for video frame APIs and Get video frame properties for more
|
sl@0
|
533 |
than the total number of video frames in the video clip
|
sl@0
|
534 |
//! @SYMTestExpectedResults All APIs returns with KErrGeneral.
|
sl@0
|
535 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0108-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY-KEYFRAME
|
sl@0
|
536 |
END_TESTCASE MM-3GP-PARSE-U-0108-CP
|
sl@0
|
537 |
|
sl@0
|
538 |
START_TESTCASE MM-3GP-PARSE-U-0109-CP
|
sl@0
|
539 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0109-CP
|
sl@0
|
540 |
//! @SYMREQ REQ9021
|
sl@0
|
541 |
//! @SYMTestCaseDesc Use invalid frame type for all frame type APIs.
|
sl@0
|
542 |
//! Pre-Condition A valid mp4/3gp file with supported audio and video stream must be present
|
sl@0
|
543 |
//! @SYMTestPriority High
|
sl@0
|
544 |
//! @SYMTestActions Instantiate a 3GP Parser and Call all Parser APIs that use frame type as
|
sl@0
|
545 |
input parameter with invalid frame types
|
sl@0
|
546 |
//! @SYMTestExpectedResults Panic with KErrArgument.
|
sl@0
|
547 |
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
|
sl@0
|
548 |
END_TESTCASE MM-3GP-PARSE-U-0109-CP
|
sl@0
|
549 |
|
sl@0
|
550 |
START_TESTCASE MM-3GP-PARSE-U-0110-CP
|
sl@0
|
551 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0110-CP
|
sl@0
|
552 |
//! @SYMREQ REQ9021
|
sl@0
|
553 |
//! @SYMTestCaseDesc Get user data atom by passing in an invalid user atom location.
|
sl@0
|
554 |
//! Pre-Condition A valid mp4/3gp file with supported audio and video stream must be present
|
sl@0
|
555 |
//! @SYMTestPriority High
|
sl@0
|
556 |
//! @SYMTestActions Instantiate a 3GP Parser and Get user data atom by passing in an invalid user atom location.
|
sl@0
|
557 |
//! @SYMTestExpectedResults Panic with KErrArgument.
|
sl@0
|
558 |
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
|
sl@0
|
559 |
END_TESTCASE MM-3GP-PARSE-U-0110-CP
|
sl@0
|
560 |
|
sl@0
|
561 |
START_TESTCASE MM-3GP-PARSE-U-0111-CP
|
sl@0
|
562 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0111-CP
|
sl@0
|
563 |
//! @SYMREQ REQ9021
|
sl@0
|
564 |
//! @SYMTestCaseDesc Retrieve video related information in an audio-only mp4/3gp file.
|
sl@0
|
565 |
//! Pre-Condition A valid mp4/3gp file with only supported audio stream must be present
|
sl@0
|
566 |
//! @SYMTestPriority High
|
sl@0
|
567 |
//! @SYMTestActions Retrieve video related information in an audio-only mp4/3gp file.
|
sl@0
|
568 |
//! @SYMTestExpectedResults Test Step 1 should fail with KErrNotSupported. Test Step 2 completes with no error.
|
sl@0
|
569 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
570 |
RUN_TEST_STEP -1 tsu_3gplibrary 3GPSingleDataSourceTest c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0111-CP-2
|
sl@0
|
571 |
END_TESTCASE MM-3GP-PARSE-U-0111-CP
|
sl@0
|
572 |
|
sl@0
|
573 |
START_TESTCASE MM-3GP-PARSE-U-0112-CP
|
sl@0
|
574 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0112-CP
|
sl@0
|
575 |
//! @SYMREQ REQ9021
|
sl@0
|
576 |
//! @SYMTestCaseDesc Retrieve audio related information in a video-only mp4/3gp file.
|
sl@0
|
577 |
//! Pre-Condition A valid mp4/3gp file with only supported video stream must be present
|
sl@0
|
578 |
//! @SYMTestPriority High
|
sl@0
|
579 |
//! @SYMTestActions Retrieve audio related information in a video-only mp4/3gp file.
|
sl@0
|
580 |
//! @SYMTestExpectedResults Test Step 1 should fail with KErrNotSupported. Test Step 2 completes with no error.
|
sl@0
|
581 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
582 |
RUN_TEST_STEP -1 tsu_3gplibrary 3GPSingleDataSourceTest c:\mm\tsu_3gp_parse_api_te.ini MM-3GP-PARSE-U-0112-CP-2
|
sl@0
|
583 |
END_TESTCASE MM-3GP-PARSE-U-0112-CP
|
sl@0
|
584 |
|
sl@0
|
585 |
START_TESTCASE MM-3GP-PARSE-U-0113-CP
|
sl@0
|
586 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0113-CP
|
sl@0
|
587 |
//! @SYMREQ REQ9021
|
sl@0
|
588 |
//! @SYMTestCaseDesc Call all parser API in a mp4/3gp file with no audio nor video.
|
sl@0
|
589 |
//! Pre-Condition A valid mp4/3gp file with no audio nor video must be present
|
sl@0
|
590 |
//! @SYMTestPriority High
|
sl@0
|
591 |
//! @SYMTestActions Call all parser API in a mp4/3gp file with no audio nor video.
|
sl@0
|
592 |
//! @SYMTestExpectedResults Test fails with KErrNotSupported for all audio and video related API, KErrGeneral for others.
|
sl@0
|
593 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
|
sl@0
|
594 |
END_TESTCASE MM-3GP-PARSE-U-0113-CP
|
sl@0
|
595 |
|
sl@0
|
596 |
START_TESTCASE MM-3GP-PARSE-U-0115-CP
|
sl@0
|
597 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0115-CP
|
sl@0
|
598 |
//! @SYMREQ REQ9021
|
sl@0
|
599 |
//! @SYMTestCaseDesc Parse file of unsupported file format (WMA) and attempt to retrieve audio/video information.
|
sl@0
|
600 |
//! Pre-Condition A valid WMA must be present
|
sl@0
|
601 |
//! @SYMTestPriority High
|
sl@0
|
602 |
//! @SYMTestActions Retrieve audio and video attributes.
|
sl@0
|
603 |
//! @SYMTestExpectedResults test fails with KErrCorrupt.
|
sl@0
|
604 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini WMA
|
sl@0
|
605 |
END_TESTCASE MM-3GP-PARSE-U-0115-CP
|
sl@0
|
606 |
|
sl@0
|
607 |
START_TESTCASE MM-3GP-PARSE-U-0116-CP
|
sl@0
|
608 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0116-CP
|
sl@0
|
609 |
//! @SYMREQ REQ9021
|
sl@0
|
610 |
//! @SYMTestCaseDesc Parse file of supported file format and unsupported video stream.
|
sl@0
|
611 |
//! Pre-Condition A file of supported file format and unsupported video stream must be present
|
sl@0
|
612 |
//! @SYMTestPriority High
|
sl@0
|
613 |
//! @SYMTestActions Retrieve video attributes.
|
sl@0
|
614 |
//! @SYMTestExpectedResults Test fails with KErrNotSupported.
|
sl@0
|
615 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini UNSUPPORTED-VIDEO
|
sl@0
|
616 |
END_TESTCASE MM-3GP-PARSE-U-0116-CP
|
sl@0
|
617 |
|
sl@0
|
618 |
START_TESTCASE MM-3GP-PARSE-U-0117-CP
|
sl@0
|
619 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0117-CP
|
sl@0
|
620 |
//! @SYMREQ REQ9021
|
sl@0
|
621 |
//! @SYMTestCaseDesc Parse file of supported file format and unsupported audio stream
|
sl@0
|
622 |
//! Pre-Condition A file of supported file format and unsupported audio stream must be present
|
sl@0
|
623 |
//! @SYMTestPriority High
|
sl@0
|
624 |
//! @SYMTestActions Retrieve audio attributes.
|
sl@0
|
625 |
//! @SYMTestExpectedResults Test fails with KErrNotSupported.
|
sl@0
|
626 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini UNSUPORTED-AUDIO-STREAM
|
sl@0
|
627 |
END_TESTCASE MM-3GP-PARSE-U-0117-CP
|
sl@0
|
628 |
|
sl@0
|
629 |
START_TESTCASE MM-3GP-PARSE-U-0118-CP
|
sl@0
|
630 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0118-CP
|
sl@0
|
631 |
//! @SYMREQ REQ9021
|
sl@0
|
632 |
//! @SYMTestCaseDesc Parse file.
|
sl@0
|
633 |
//! Pre-Condition A file of supported file format and audio/video streams but with mis-matching file extension must be present
|
sl@0
|
634 |
//! @SYMTestPriority High
|
sl@0
|
635 |
//! @SYMTestActions Parse file.
|
sl@0
|
636 |
//! @SYMTestExpectedResults Test with no error.
|
sl@0
|
637 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0111-CP c:\mm\tsu_3gp_parse_api_te.ini MISMATCHED
|
sl@0
|
638 |
END_TESTCASE MM-3GP-PARSE-U-0118-CP
|
sl@0
|
639 |
|
sl@0
|
640 |
START_TESTCASE MM-3GP-PARSE-U-0119-CP
|
sl@0
|
641 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0119-CP
|
sl@0
|
642 |
//! @SYMREQ REQ9021
|
sl@0
|
643 |
//! @SYMTestCaseDesc Seek position of a file with no audio nor video.
|
sl@0
|
644 |
//! Pre-Condition A file with no audio nor video must be present
|
sl@0
|
645 |
//! @SYMTestPriority High
|
sl@0
|
646 |
//! @SYMTestActions Seek position of a file with no audio nor video.
|
sl@0
|
647 |
//! @SYMTestExpectedResults Test fails with KErrGeneral.
|
sl@0
|
648 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-NO-A-V
|
sl@0
|
649 |
END_TESTCASE MM-3GP-PARSE-U-0119-CP
|
sl@0
|
650 |
|
sl@0
|
651 |
START_TESTCASE MM-3GP-PARSE-U-0120-CP
|
sl@0
|
652 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0120-CP
|
sl@0
|
653 |
//! @SYMREQ REQ9021
|
sl@0
|
654 |
//! @SYMTestCaseDesc Read Video Decoder Info.
|
sl@0
|
655 |
//! Pre-Condition A valid mp4/3gp/3g2 file containing H263 video must be present
|
sl@0
|
656 |
//! @SYMTestPriority High
|
sl@0
|
657 |
//! @SYMTestActions Read Video Decoder Info.
|
sl@0
|
658 |
//! @SYMTestExpectedResults Expect Read Video Decoder Info fails with KErrNotSupported.
|
sl@0
|
659 |
|
sl@0
|
660 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0120-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
661 |
END_TESTCASE MM-3GP-PARSE-U-0120-CP
|
sl@0
|
662 |
|
sl@0
|
663 |
START_TESTCASE MM-3GP-PARSE-U-0122-CP
|
sl@0
|
664 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0122-CP
|
sl@0
|
665 |
//! @SYMREQ REQ9021
|
sl@0
|
666 |
//! @SYMTestCaseDesc Retrieve user atoms
|
sl@0
|
667 |
//! Pre-Condition A valid mp4/3gp file containing user atoms only in location movie must be present/ no user atom
|
sl@0
|
668 |
//! @SYMTestPriority High
|
sl@0
|
669 |
//! @SYMTestActions Retrieve user atoms
|
sl@0
|
670 |
//! @SYMTestExpectedResults Test fails with KErrNotFound.
|
sl@0
|
671 |
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
|
sl@0
|
672 |
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
|
sl@0
|
673 |
END_TESTCASE MM-3GP-PARSE-U-0122-CP
|
sl@0
|
674 |
|
sl@0
|
675 |
START_TESTCASE MM-3GP-PARSE-U-0124-CP
|
sl@0
|
676 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0124-CP
|
sl@0
|
677 |
//! @SYMREQ REQ9021
|
sl@0
|
678 |
//! @SYMTestCaseDesc Seek to an invalid position of the file.
|
sl@0
|
679 |
//! Pre-Condition A valid mp4/3gp/3g2 file with both audio and video must be present
|
sl@0
|
680 |
//! @SYMTestPriority High
|
sl@0
|
681 |
//! @SYMTestActions Seek to an invalid position of the file.
|
sl@0
|
682 |
//! @SYMTestExpectedResults Test with no error.
|
sl@0
|
683 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-H263-ARMNB
|
sl@0
|
684 |
END_TESTCASE MM-3GP-PARSE-U-0124-CP
|
sl@0
|
685 |
|
sl@0
|
686 |
START_TESTCASE MM-3GP-PARSE-U-0125-CP
|
sl@0
|
687 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0125-CP
|
sl@0
|
688 |
//! @SYMREQ REQ9021
|
sl@0
|
689 |
//! @SYMTestCaseDesc Seek to an invalid position of the file.
|
sl@0
|
690 |
//! Pre-Condition A valid mp4/3gp/3g2 file with audio or video only must be present
|
sl@0
|
691 |
//! @SYMTestPriority High
|
sl@0
|
692 |
//! @SYMTestActions Seek to an invalid position of the file.
|
sl@0
|
693 |
//! @SYMTestExpectedResults Test with no error.
|
sl@0
|
694 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-ONLY
|
sl@0
|
695 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0119-CP c:\mm\tsu_3gp_parse_api_te.ini MP4-VIDEO-ONLY
|
sl@0
|
696 |
END_TESTCASE MM-3GP-PARSE-U-0125-CP
|
sl@0
|
697 |
|
sl@0
|
698 |
START_TESTCASE MM-3GP-PARSE-U-0126-CP
|
sl@0
|
699 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0126-CP
|
sl@0
|
700 |
//! @SYMREQ REQ9021
|
sl@0
|
701 |
//! @SYMTestCaseDesc Instantiate parser with read buffer size < 0.
|
sl@0
|
702 |
//! Pre-Condition A valid mp4/3gp file with supported audio and video stream must be present
|
sl@0
|
703 |
//! @SYMTestPriority High
|
sl@0
|
704 |
//! @SYMTestActions Instantiate parser with read buffer size < 0.
|
sl@0
|
705 |
//! @SYMTestExpectedResults Panic with KErrArgument.
|
sl@0
|
706 |
RUN_PANIC_STEP_RESULT -6 C3GPParse -1 tsu_3gplibrary MM-3GP-PARSE-U-0126-CP
|
sl@0
|
707 |
END_TESTCASE MM-3GP-PARSE-U-0126-CP
|
sl@0
|
708 |
|
sl@0
|
709 |
START_TESTCASE MM-3GP-PARSE-U-0127-CP
|
sl@0
|
710 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0127-CP
|
sl@0
|
711 |
//! @SYMREQ REQ9021
|
sl@0
|
712 |
//! @SYMTestCaseDesc Retrieve video and audio info using empty buffer for all buffer related API.
|
sl@0
|
713 |
//! Pre-Condition A valid mp4/3gp/3g2 file with audio or video must be present
|
sl@0
|
714 |
//! @SYMTestPriority High
|
sl@0
|
715 |
//! @SYMTestActions Retrieve video and audio info using empty buffer for all buffer related API.
|
sl@0
|
716 |
//! @SYMTestExpectedResults Test fails with KErrOverflow except InsertData fails with KErrUnderflow.
|
sl@0
|
717 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0127-CP c:\mm\tsu_3gp_parse_api_te.ini USER-ATOM-ALL
|
sl@0
|
718 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0127-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-AUDIO-MORE
|
sl@0
|
719 |
END_TESTCASE MM-3GP-PARSE-U-0127-CP
|
sl@0
|
720 |
|
sl@0
|
721 |
START_TESTCASE MM-3GP-PARSE-U-0129-CP
|
sl@0
|
722 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0129-CP
|
sl@0
|
723 |
//! @SYMREQ REQ9021
|
sl@0
|
724 |
//! @SYMTestCaseDesc Get H263 video leve
|
sl@0
|
725 |
//! Pre-Condition A valid mp4/3gp file without H263 video source/an invalid file must be present
|
sl@0
|
726 |
//! @SYMTestPriority High
|
sl@0
|
727 |
//! @SYMTestActions Get H263 video leve in file path and buffer mode.
|
sl@0
|
728 |
//! @SYMTestExpectedResults test failed with KErrNotSupported.
|
sl@0
|
729 |
RUN_TEST_STEP !Error=-5 -1 tsu_3gplibrary MM-3GP-PARSE-U-0021-CP c:\mm\tsu_3gp_parse_api_te.ini UNSUPPORTED-VIDEO
|
sl@0
|
730 |
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
|
sl@0
|
731 |
END_TESTCASE MM-3GP-PARSE-U-0129-CP
|
sl@0
|
732 |
|
sl@0
|
733 |
START_TESTCASE MM-3GP-PARSE-U-0130-CP
|
sl@0
|
734 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0130-CP
|
sl@0
|
735 |
//! @SYMREQ REQ9021
|
sl@0
|
736 |
//! @SYMTestCaseDesc Async read before the parser has been setup.
|
sl@0
|
737 |
//! Pre-Condition A valid mp4/3gp/3g2 file must be present
|
sl@0
|
738 |
//! @SYMTestPriority High
|
sl@0
|
739 |
//! @SYMTestActions Without open parser, do Async read for both audio and video. Should fail with KErrNotReady.
|
sl@0
|
740 |
//! @SYMTestExpectedResults Test fails with expected results.
|
sl@0
|
741 |
RUN_TEST_STEP -1 tsu_3gplibrary MM-3GP-PARSE-U-0130-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
|
sl@0
|
742 |
END_TESTCASE MM-3GP-PARSE-U-0130-CP
|
sl@0
|
743 |
|
sl@0
|
744 |
START_TESTCASE MM-3GP-PARSE-U-0131-CP
|
sl@0
|
745 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0131-CP
|
sl@0
|
746 |
//! @SYMREQ REQ9021
|
sl@0
|
747 |
//! @SYMTestCaseDesc Async read negative test after the parser has been setup.
|
sl@0
|
748 |
//! Pre-Condition N/A
|
sl@0
|
749 |
//! @SYMTestPriority High
|
sl@0
|
750 |
//! @SYMTestActions Open parser with an empty file and do Async read for both audio and video, both of them
|
sl@0
|
751 |
should fail with KErrCorrupt; Open parser with an valid 3gp file without audio nor video, do Async read for both
|
sl@0
|
752 |
audio and video, both of them should fail with KErrNotSupported; open parser with an audio only file, and do Async video
|
sl@0
|
753 |
read or Open parser with a video only file, and do Async audio read , Should fail with KErrNotSupported.
|
sl@0
|
754 |
//! @SYMTestExpectedResults Test fails with expected results.
|
sl@0
|
755 |
RUN_TEST_STEP !Error=-20 -1 tsu_3gplibrary MM-3GP-PARSE-U-0131-CP c:\mm\tsu_3gp_parse_api_te.ini 3GP-EMPTY
|
sl@0
|
756 |
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
|
sl@0
|
757 |
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
|
sl@0
|
758 |
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
|
sl@0
|
759 |
END_TESTCASE MM-3GP-PARSE-U-0131-CP
|
sl@0
|
760 |
|
sl@0
|
761 |
START_TESTCASE MM-3GP-PARSE-U-0132-CP
|
sl@0
|
762 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0132-CP
|
sl@0
|
763 |
//! @SYMREQ REQ9021
|
sl@0
|
764 |
//! @SYMTestCaseDesc Get the QCELP storage mode when the file is not of QCELP info
|
sl@0
|
765 |
//! Pre-Condition A valid mp4/3gp file without containing QCELP encoded audio stored must be present
|
sl@0
|
766 |
//! @SYMTestPriority High
|
sl@0
|
767 |
//! @SYMTestActions Get the QCELP storage mode in file and buffer mode.
|
sl@0
|
768 |
//! @SYMTestExpectedResults The QCELP storage mode retrieved returns KErrNotSupported
|
sl@0
|
769 |
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
|
sl@0
|
770 |
END_TESTCASE MM-3GP-PARSE-U-0132-CP
|
sl@0
|
771 |
|
sl@0
|
772 |
START_TESTCASE MM-3GP-PARSE-U-0135-CP
|
sl@0
|
773 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0135-CP
|
sl@0
|
774 |
//! @SYMREQ REQ9021
|
sl@0
|
775 |
//! @SYMTestCaseDesc Get frame type
|
sl@0
|
776 |
//! Pre-Condition Different files which contain audio or video or both must be present
|
sl@0
|
777 |
//! @SYMTestPriority High
|
sl@0
|
778 |
//! @SYMTestActions Get frame type when the frames have been read in file path.
|
sl@0
|
779 |
//! @SYMTestExpectedResults Test fails with KErrNotFound.
|
sl@0
|
780 |
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
|
sl@0
|
781 |
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
|
sl@0
|
782 |
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
|
sl@0
|
783 |
END_TESTCASE MM-3GP-PARSE-U-0135-CP
|
sl@0
|
784 |
|
sl@0
|
785 |
START_TESTCASE MM-3GP-PARSE-U-0136-CP
|
sl@0
|
786 |
//! @SYMTestCaseID MM-3GP-PARSE-U-0136-CP
|
sl@0
|
787 |
//! @SYMREQ REQ9021
|
sl@0
|
788 |
//! @SYMTestCaseDesc Async read of video / audio frame when the parser is in buffer mode.
|
sl@0
|
789 |
//! Pre-Condition File with audio & video.
|
sl@0
|
790 |
//! @SYMTestPriority High
|
sl@0
|
791 |
//! @SYMTestActions 1. Setup a 3GP Parser object in buffer mode supplied with a 3GP/MP4/3G2 file with both audio & video.
|
sl@0
|
792 |
//! 2. Attempt to read a video frame asynchronously.
|
sl@0
|
793 |
//! 3. Attempt to read a audio frame asynchronously.
|
sl@0
|
794 |
//! @SYMTestExpectedResults Both async read attempt should fail with KErrAccessDenied.
|
sl@0
|
795 |
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
|
sl@0
|
796 |
END_TESTCASE MM-3GP-PARSE-U-0136-CP
|
sl@0
|
797 |
|
sl@0
|
798 |
// End of negative tests
|