First public contribution.
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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // MM_A3F_DEVSOUND_CHRTZ_INIT.script
16 // RUN_TEST_STEP <timeout>, <test suite>, <test step>, <configuration file.ini>
19 LOAD_SUITE char_a3f_devsound.dll
22 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0001
25 //!@SYMTestCaseDec: Play tone initialisation - Call InitializeL() to initialise for playing tones
26 //!@SYMTestPriority: Normal
27 //!@SYMTestType: Normal Usecase
29 //1. Create and initialise DevSound instance to play tones.
30 //1.1 Wait for InitializeComplete(KErrNone) callback response.
31 //!@SYMTestExpectedResults:
32 //DevSound instance was created and initialised to play tones.
33 //InitializeComplete(KErrNone) callback was received.
34 PRINT Play tone initialisation - Call InitializeL() to initialise for playing tones
35 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0001, c:\mm_a3f_devsound_init.ini
38 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0002
41 //!@SYMTestCaseDesc: Play tone initialisation - Call CancelInitialize() to abort initialisation for tones
42 //!@SYMTestPriority: Normal
43 //!@SYMTestType: Alternative Usecase
45 //1. Create a Devsound instance.
46 //2. Create a CPeriodic instance.
47 //3. Initialise a DevSound instance to play tones.
48 //4. Start CPeriodic to trigger timer events.
49 //5. Call CancelInitialize() before receiving InitializeComplete() callback.
50 //6. Wait 2 seconds to verify that InitializeComplete() callback is not received.
51 //!@SYMTestExpectedResults:
52 //CancelInitialize() returns KErrNone. InitializeComplete() callback shall be not received.
53 PRINT Play tone initialisation - Call CancelInitialize() to abort initialisation for tones
54 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0002, c:\mm_a3f_devsound_init.ini
57 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0003
60 //!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones then reinitialise to play tones
61 //!@SYMTestPriority: Normal
62 //!@SYMTestType: Alternative Usecase
64 //1. Create and initialise DevSound instance to play tones.
65 //2. After InitializeComplete() callback is received, initialise DevSound to play tones.
66 //!@SYMTestExpectedResults:
67 //DevSound instance was created and initialised to play tones.
68 //InitializeComplete(KErrNone) callback was received.
69 PRINT Play tone initialisation - Call InitializeL() to play tones then reinitialise to play tones
70 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0003, c:\mm_a3f_devsound_init.ini
73 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0004
76 //!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones then reinitialise to play audio
77 //!@SYMTestPriority: Normal
78 //!@SYMTestType: Alternative Usecase
80 //1. Create and initialise DevSound instance to play tones.
81 //2. After InitializeComplete() callback is received, initialise DevSound to play audio.
82 //!@SYMTestExpectedResults:
83 //DevSound instance was created and initialised to play audio.
84 //InitializeComplete(KErrNone) callback was received.
85 PRINT Play tone initialisation - Call InitializeL() to play tones then reinitialise to play audio
86 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0004, c:\mm_a3f_devsound_init.ini
89 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0005
92 //!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones then reinitialise to record audio
93 //!@SYMTestPriority: Normal
94 //!@SYMTestType: Alternative Usecase
96 //1. Create and initialize DevSound instance to play tones.
97 //2. After InitializeComplete() callback is received, initialise DevSound to record audio.
98 //!@SYMTestExpectedResults:
99 //DevSound instance was created and initialised to record audio.
100 //InitializeComplete(KErrNone) callback was received.
101 PRINT Play tone initialisation - Call InitializeL() to play tones then reinitialise to record audio
102 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0005, c:\mm_a3f_devsound_init.ini
105 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0006
108 //!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones using aTFourCC parameter
109 //!@SYMTestPriority: Normal
110 //!@SYMTestType: Exception Usecase
112 //1. Create a DevSound instance.
113 //2. Initialise DevSound to play tones using InitializeL() with aTFourCC parameter.
114 //!@SYMTestExpectedResults:
115 //DevSound instance was created.
116 //InitializeL() leaves with a KErrNotSupported.
117 PRINT Play tone initialisation - Call InitializeL() to play tones using aTFourCC parameter
118 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0006, c:\mm_a3f_devsound_init.ini
121 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0007
124 //!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() using a TMMFState parameter different
125 //to EMMFStateTonePlaying, EMMFStatePlaying or EMMFStateRecording.
126 //!@SYMTestPriority: Normal
127 //!@SYMTestType: Exception Usecase
129 //1. Create a DevSound instance.
130 //2. Initialise DevSound using a mode parameter different to EMMFStateTonePlaying, EMMFStatePlaying or
131 //EMMFStateRecording. Use ""EMMFStateConverting"" mode in initialisation.
132 //!@SYMTestExpectedResults:
133 //DevSound instance was created.
134 //InitializeL() leaves with a KErrNotSupported.
135 PRINT Play tone initialisation - Call InitializeL() using a TMMFState parameter different to EMMFStateTonePlaying, EMMFStatePlaying or EMMFStateRecording.
136 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0007, c:\mm_a3f_devsound_init.ini
139 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0008
142 //!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio
143 //!@SYMTestPriority: Normal
144 //!@SYMTestType: Normal Usecase
146 //1. Create and initialise DevSound instance to play audio.
147 //1.1 Wait for InitializeComplete(KErrNone) callback response.
148 //!@SYMTestExpectedResults:
149 //DevSound instance was created and initialised to play audio.
150 //InitializeComplete(KErrNone) callback was received.
151 PRINT Play audio initialisation - Call InitializeL() to play audio
152 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0008, c:\mm_a3f_devsound_init.ini
155 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0009
158 //!@SYMTestCaseDesc: Play audio initialisation - Call CancelInitialize() to abort initialisation
160 //!@SYMTestPriority: Normal
161 //!@SYMTestType: Alternative Usecase
163 //1. Create a Devsound instance.
164 //2. Create a CPeriodic instance.
165 //3. Initialise a DevSound instance to play audio.
166 //4. Start CPeriodic to trigger timer events every 2 seconds.
167 //5. Call CancelInitialize() before receiving InitializeComplete() callback .
168 //6. On timer event, verify that InitializeComplete() callback was not received.
169 //!@SYMTestExpectedResults:
170 //CancelInitialize() returns KErrNone.
171 //InitializeComplete(KErrNone) callback shall be not received.
172 PRINT Play audio initialisation - Call CancelInitialize() to abort initialisation for playing audio
173 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0009, c:\mm_a3f_devsound_init.ini
176 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0010
179 //!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio then reinitialise to play tones
180 //!@SYMTestPriority: Normal
181 //!@SYMTestType: Alternative Usecase
183 //1. Create and Initialise a DevSound instance to play audio.
184 //1.1 Wait for InitializeComplete(KErrNone) callback response.
185 //2. After InitializeComplete() callback is received initialise DevSound to play tones.
186 //!@SYMTestExpectedResults:
187 //DevSound instance was created and initialised to play tones.
188 //InitializeComplete(KErrNone) callback was received.
189 PRINT Play audio initialisation - Call InitializeL() to play audio then reinitialise to play tones
190 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0010, c:\mm_a3f_devsound_init.ini
193 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0011
196 //!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio then reinitialise to play audio
197 //!@SYMTestPriority: Normal
198 //!@SYMTestType: Alternative Usecase
200 //1. Create and Initialise a DevSound instance to play audio.
201 //1.1 Wait for InitializeComplete(KErrNone) callback response.
202 //2. After InitializeComplete() callback is received initialise DevSound to play audio.
203 //!@SYMTestExpectedResults:
204 //DevSound instance was created and initialised to play audio.
205 //InitializeComplete(KErrNone) callback was received.
206 PRINT Play audio initialisation - Call InitializeL() to play audio then reinitialise to play audio
207 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0011, c:\mm_a3f_devsound_init.ini
210 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0012
213 //!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio then reinitialise to record audio
214 //!@SYMTestPriority: Normal
215 //!@SYMTestType: Alternative Usecase
217 //1. Create and Initialize a DevSound instance to play audio.
218 //1.1 Wait for InitializeComplete(KErrNone) callback response.
219 //2. After InitializeComplete() callback is received, initialise DevSound to record audio.
220 //!@SYMTestExpectedResults:
221 //DevSound instance was created and initialised to record audio.
222 //InitializeComplete(KErrNone) callback was received.
223 PRINT Play audio initialisation - Call InitializeL() to play audio then reinitialise to record audio
224 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0012, c:\mm_a3f_devsound_init.ini
227 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0013
230 //!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio using an unsupported TFourCC codec parameter
231 //!@SYMTestPriority: Normal
232 //!@SYMTestType: Exception Usecase
234 //1. Create a DevSound instance.
235 //2. Call InitializeL() to initialise DevSound to play audio, using an unsupported codec.
236 //!@SYMTestExpectedResults:
237 //DevSound instance was created and initialised to play audio
238 //InitializeComplete(KErrNone) callback was received.
239 PRINT Play audio initialisation - Call InitializeL() to play audio using an unsupported TFourCC codec parameter
240 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0013, c:\mm_a3f_devsound_init.ini
243 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0014
246 //!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio
247 //!@SYMTestPriority: Normal
248 //!@SYMTestType: Normal Usecase
250 //1. Create and initialise DevSound instance to record audio.
251 //1.1 Wait for InitializeComplete(KErrNone) callback response.
252 //!@SYMTestExpectedResults:
253 //InitializeComplete(KErrNone) callback was received.
254 PRINT Record audio initialisation - Call InitializeL() to record audio
255 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0014, c:\mm_a3f_devsound_init.ini
258 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0015
261 //!@SYMTestCaseDesc: Record audio initialisation - Call CancelInitialize() to abort initialisation for recording audio
262 //!@SYMTestPriority: Normal
263 //!@SYMTestType: Alternative Usecase
265 //1. Create a DevSound instance.
266 //2. Initialise DevSound to record audio.
267 //3. Call CancelInitialize() before InitializeComplete() callback is received.
268 //4. Wait 5 second to verify that InitializeComplete() callback is not received.
269 //!@SYMTestExpectedResults:
270 //CancelInitialize() returns KErrNone.
271 //InitializeComplete(KErrNone) callback shall be not received.
272 PRINT Record audio initialisation - Call CancelInitialize() to abort initialisation for recording audio
273 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0015, c:\mm_a3f_devsound_init.ini
276 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0016
279 //!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio then reinitialise to play tones
280 //!@SYMTestPriority: Normal
281 //!@SYMTestType: Alternative Usecase
283 //1. Create and initialise DevSound instance to record audio.
284 //2. After InitializeComplete() callback is received, initialise DevSound to play tones.
285 //!@SYMTestExpectedResults:
286 //DevSound instance was created and initialised to play tones.
287 //InitializeComplete(KErrNone) callback was received.
288 PRINT Record audio initialisation - Call InitializeL() to record audio then reinitialise to play tones
289 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0016, c:\mm_a3f_devsound_init.ini
292 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0017
295 //!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio then reinitialise to play audio
296 //!@SYMTestPriority: Normal
297 //!@SYMTestType: Alternative Usecase
299 //1. Create and initialize DevSound instance to record audio.
300 //2. After InitializeComplete() callback is received, initialise DevSound to play audio.
301 //!@SYMTestExpectedResults:
302 //DevSound instance was created and initialised to play audio.
303 //InitializeComplete(KErrNone) callback was received.
304 PRINT Record audio initialisation - Call InitializeL() to record audio then reinitialise to play audio
305 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0017, c:\mm_a3f_devsound_init.ini
308 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0018
311 //!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio then reinitialise to record audio
312 //!@SYMTestPriority: Normal
313 //!@SYMTestType: Alternative Usecase
315 //1. Create and initialize DevSound instance to record audio.
316 //2. After InitializeComplete() callback is received, initialise DevSound to record audio.
317 //!@SYMTestExpectedResults:
318 //DevSound instance was created and initialised to record audio.
319 //InitializeComplete(KErrNone) callback was received.
320 PRINT Record audio initialisation - Call InitializeL() to record audio then reinitialise to record audio
321 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0018, c:\mm_a3f_devsound_init.ini
324 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0019
327 //!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio (no format specification is presented)
328 //!@SYMTestPriority: Normal
329 //!@SYMTestType: Normal Usecase
331 //1. Create and initialise DevSound instance to to record audio (default PCM16 codec used).
332 //1.1 Wait for InitializeComplete(KErrNone) callback response.
333 //!@SYMTestExpectedResults:
334 //InitializeComplete(KErrNone) callback was received.
335 PRINT Record audio initialisation - Call InitializeL() to record audio (no format specification is presented)
336 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0019, c:\mm_a3f_devsound_init.ini
339 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0020
342 //!@SYMTestCaseDesc: InitializeL() not called - PlayData() when InitializeL() was not called
343 //!@SYMTestPriority: Normal
344 //!@SYMTestType: Normal Usecase
346 //1. Create a DevSound instance.
347 //2. Call PlayData() method
348 //!@SYMTestExpectedResults:
349 //DevSound client may panic.
350 PRINT InitializeL() not called - PlayData() when InitializeL() was not called
351 RUN_PANIC_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0020, MmfDevSoundProxy 0, c:\mm_a3f_devsound_init.ini
354 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0021
357 //!@SYMTestCaseDesc: InitializeL() not called - Call PlayDTMFStringL() when InitializeL() was not called
358 //!@SYMTestPriority: Normal
359 //!@SYMTestType: Normal Usecase
361 //1. Create a DevSound instance.
362 //2. Call PlayDTMFStringL().
363 //!@SYMTestExpectedResults:
364 //PlayDTMFStringL() leaves with a KErrNotReady error
365 PRINT InitializeL() not called - Call PlayDTMFStringL() when InitializeL() was not called
366 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0021, c:\mm_a3f_devsound_init.ini
369 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0022
372 //!@SYMTestCaseDesc: InitializeL() not called - Call PlayDualToneL() when InitializeL() was not called
373 //!@SYMTestPriority: Normal
374 //!@SYMTestType: Normal Usecase
376 //1. Create a DevSound instance.
377 //2. Call PlayDualToneL().
378 //!@SYMTestExpectedResults:
379 //PlayDualToneL() leaves with a KErrNotReady error
380 PRINT InitializeL() not called - Call PlayDualToneL() when InitializeL() was not called
381 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0022, c:\mm_a3f_devsound_init.ini
384 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0023
387 //!@SYMTestCaseDesc: InitializeL() not called - Call PlayFixedSequenceL() when InitializeL() was not called
388 //!@SYMTestPriority: Normal
389 //!@SYMTestType: Normal Usecase
391 //1. Create a DevSound instance.
392 //2. Call PlayFixedSequenceL().
393 //!@SYMTestExpectedResults:
394 //PlayFixedSequenceL() leaves with a KErrNotReady error
395 PRINT InitializeL() not called - Call PlayFixedSequenceL() when InitializeL() was not called
396 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0023, c:\mm_a3f_devsound_init.ini
399 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0024
402 //!@SYMTestCaseDesc: InitializeL() not called - Call PlayInitL() when InitializeL() was not called
403 //!@SYMTestPriority: Normal
404 //!@SYMTestType: Normal Usecase
406 //1. Create a DevSound instance.
407 //2. Call PlayInitL().
408 //!@SYMTestExpectedResults:
409 //PlayInitL() leaves with a KErrNotReady error
410 PRINT InitializeL() not called - Call PlayInitL() when InitializeL() was not called
411 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0024, c:\mm_a3f_devsound_init.ini
414 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0025
417 //!@SYMTestCaseDesc: InitializeL() not called - Call PlayToneL() when InitializeL() was not called
418 //!@SYMTestPriority: Normal
419 //!@SYMTestType: Normal Usecase
421 //1. Create a DevSound instance.
422 //2. Call PlayToneL().
423 //!@SYMTestExpectedResults:
424 //PlayToneL() leaves with a KErrNotReady error
425 PRINT InitializeL() not called - Call PlayToneL() when InitializeL() was not called
426 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0025, c:\mm_a3f_devsound_init.ini
429 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0026
432 //!@SYMTestCaseDesc: InitializeL() not called - Call PlayToneL() when InitializeL() was not called
433 //!@SYMTestPriority: Normal
434 //!@SYMTestType: Normal Usecase
436 //1. Create a DevSound instance.
437 //2. Call PlayToneSequenceL().
438 //!@SYMTestExpectedResults:
439 //PlayToneSequenceL() leaves with a KErrNotReady error
440 PRINT InitializeL() not called - Call PlayToneL() when InitializeL() was not called
441 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0026, c:\mm_a3f_devsound_init.ini
444 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0027
447 //!@SYMTestCaseDesc: InitializeL() not called - Call RecordData() when InitializeL() was not called
448 //!@SYMTestPriority: Normal
449 //!@SYMTestType: Normal Usecase
451 //1. Create a DevSound instance.
452 //2. Call RecordData().
453 //!@SYMTestExpectedResults:
454 //DevSound client may panic.
455 PRINT InitializeL() not called - Call RecordData() when InitializeL() was not called
456 RUN_PANIC_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0027, MmfDevSoundProxy 1, c:\mm_a3f_devsound_init.ini
459 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0028
462 //!@SYMTestCaseDesc: InitializeL() not called - Call RecordInitL when InitializeL() was not called
463 //!@SYMTestPriority: Normal
464 //!@SYMTestType: Normal Usecase
466 //1. Create a DevSound instance.
467 //2. Call RecordInitL().
468 //!@SYMTestExpectedResults:
469 //RecordInitL() leaves with a KErrNotReady error
470 PRINT InitializeL() not called - Call RecordInitL when InitializeL() was not called
471 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0028, c:\mm_a3f_devsound_init.ini
474 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0029
477 //!@SYMTestCaseDesc: InitializeL() to play tones called more than once
478 //!@SYMTestPriority: Normal
479 //!@SYMTestType: Normal Usecase
481 //1. Create and initialise a DevSound instance to play tones.
482 //2. Call again InitializeL() to initialise DevSound to play tones before the first InitializeComplete() callback is received.
483 //!@SYMTestExpectedResults:
484 //DevSound instance was created and initialised to play tones
485 //InitializeComplete(KErrNone) callback for first InitializeL() call shall be received. Second InitializeL() call leaves with KErrNotReady.
486 PRINT InitializeL() to play tones called more than once
487 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0029, c:\mm_a3f_devsound_init.ini
490 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0030
493 //!@SYMTestCaseDesc: InitializeL() to play audio called more than once
494 //!@SYMTestPriority: Normal
495 //!@SYMTestType: Normal Usecase
497 //1. Create and initialise a DevSound instance to play audio.
498 //2. Call again InitializeL() to initialise DevSound to play audio before the first InitializeComplete() callback is received.
499 //!@SYMTestExpectedResults:
500 //DevSound instance was created and initialised to play audio
501 //InitializeComplete(KErrNone) callback for first InitializeL() call shall be received. Second InitializeL() call leaves with KErrNotReady.
502 PRINT InitializeL() to play audio called more than once
503 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0030, c:\mm_a3f_devsound_init.ini
507 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0031
510 //!@SYMTestCaseDesc: InitializeL() to record audio called more than once
511 //!@SYMTestPriority: Normal
512 //!@SYMTestType: Normal Usecase
514 //1. Create and initialise a DevSound instance to record audio.
515 //2. Call again InitializeL() to initialise DevSound to record audio before receiving the first InitializeComplete() callback.
516 //!@SYMTestExpectedResults:
517 //DevSound instance was created and initialised to record audio
518 //InitializeComplete(KErrNone) callback for first InitializeL() call shall be received. Second InitializeL() call leaves with KErrNotReady.
519 PRINT InitializeL() to record audio called more than once
520 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0031, c:\mm_a3f_devsound_init.ini
523 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0032
526 //!@SYMTestCaseDesc: InitializeL() to record audio called more than once- Tone-The first InitializeL() leaves, then the second InitializeL() is handled normally.
528 //!@SYMTestType: Alternative Usecase
530 //1. Create a DevSound instance.
531 //2. Initialise DevSound to record audio using parameters that force the function to leave (e.g. Invalid FourCC Code).
532 //3. Create and Initialise DevSound instance to play tones.
533 //3.1 Wait for InitializeComplete(KErrNone) callback response.
534 //!@SYMTestExpectedResults:
535 //InitializeL() call shall leave. Second InitializeL() should generate the InitializeComplete calback with KErrNone.
536 //DevSound instance was created and initialised to record audio.
537 PRINT InitializeL() to record audio called more than once- Tone-The first InitializeL() leaves, then the second InitializeL() is handled normally.
538 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0032, c:\mm_a3f_devsound_init.ini
541 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0033
544 //!@SYMTestCaseDesc: InitializeL() to record audio called more than once- Play-The first InitializeL() leaves, then the second InitializeL() is handled normally.
546 //!@SYMTestType: Alternative Usecase
548 //1. Create a DevSound instance.
549 //2. Initialise DevSound to record audio using parameters that force the function to leave (e.g. Invalid FourCC Code).
550 //3. Create and Initialise DevSound instance to play audio.
551 //3.1 Wait for InitializeComplete(KErrNone) callback response.
552 //!@SYMTestExpectedResults:
553 InitializeL() call shall leave. Second InitializeL() should generate the InitializeComplete calback with KErrNone.
554 DevSound instance was created and initialised to record audio.
555 PRINT InitializeL() to record audio called more than once- Play-The first InitializeL() leaves, then the second InitializeL() is handled normally.
556 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0033, c:\mm_a3f_devsound_init.ini
559 //!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0034
562 //!@SYMTestCaseDesc: InitializeL() to record audio called more than once- Record-The first InitializeL() leaves, then the second InitializeL() is handled normally.
564 //!@SYMTestType: Alternative Usecase
566 //1. Create a DevSound instance.
567 //2. Initialise DevSound to record audio using parameters that force the function to leave (e.g. Invalid FourCC Code).
568 //3. Create and Initialise DevSound instance to record audio.
569 //3.1 Wait for InitializeComplete(KErrNone) callback response.
570 //!@SYMTestExpectedResults:
571 //InitializeL() call shall leave. Second InitializeL() should generate the InitializeComplete calback with KErrNone.
572 //DevSound instance was created and initialised to record audio.
573 PRINT InitializeL() to record audio called more than once- Record-The first InitializeL() leaves, then the second InitializeL() is handled normally.
574 RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0034, c:\mm_a3f_devsound_init.ini