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 |
// MM_A3F_DEVSOUND_CHRTZ_TONE.script
|
sl@0
|
15 |
// Syntax:
|
sl@0
|
16 |
// RUN_TEST_STEP <timeout>, <test suite>, <test step>, <configuration file.ini>
|
sl@0
|
17 |
//
|
sl@0
|
18 |
|
sl@0
|
19 |
LOAD_SUITE char_a3f_devsound.dll
|
sl@0
|
20 |
delay 10
|
sl@0
|
21 |
|
sl@0
|
22 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0001
|
sl@0
|
23 |
//!@SYMREQ: 7951
|
sl@0
|
24 |
//!@SYMPREQ: 1540
|
sl@0
|
25 |
//!@SYMTestCaseDec: Play tone configuration - Call SetConfigL(..) method to set sampling rate and channel
|
sl@0
|
26 |
//!@SYMTestPriority: Normal
|
sl@0
|
27 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
28 |
//!@SYMTestActions:
|
sl@0
|
29 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
30 |
//2. Call SetConfigL(..) method to set Sampling Rate and iChannel to valid values.
|
sl@0
|
31 |
//3. Call Config() to verify applied settings.
|
sl@0
|
32 |
//!@SYMTestExpectedResults:
|
sl@0
|
33 |
//SetConfigL(..) method shall be executed without error message.
|
sl@0
|
34 |
PRINT Play tone configuration - Call SetConfigL(..) method to set sampling rate and channel
|
sl@0
|
35 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0001, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
36 |
TEST_COMPLETE
|
sl@0
|
37 |
|
sl@0
|
38 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0002
|
sl@0
|
39 |
//!@SYMREQ: 7951
|
sl@0
|
40 |
//!@SYMPREQ: 1540
|
sl@0
|
41 |
//!@SYMTestCaseDec: Play tone configuration - Call SetPrioritySettings(..) method to set priority
|
sl@0
|
42 |
//!@SYMTestPriority: Normal
|
sl@0
|
43 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
44 |
//!@SYMTestActions:
|
sl@0
|
45 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
46 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
47 |
//2. Call SetPrioritySettings(..) method to set iPriority to a valid value.
|
sl@0
|
48 |
//!@SYMTestExpectedResults:
|
sl@0
|
49 |
//SetPrioritySettings(..) method shall be executed without error message.
|
sl@0
|
50 |
PRINT Play tone configuration - Call SetPrioritySettings(..) method to set priority
|
sl@0
|
51 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0002, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
52 |
TEST_COMPLETE
|
sl@0
|
53 |
|
sl@0
|
54 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0003
|
sl@0
|
55 |
//!@SYMREQ: 7951
|
sl@0
|
56 |
//!@SYMPREQ: 1540
|
sl@0
|
57 |
//!@SYMTestCaseDec: Play tone configuration - SetVolume(..) method to set volume
|
sl@0
|
58 |
//!@SYMTestPriority: Normal
|
sl@0
|
59 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
60 |
//!@SYMTestActions:
|
sl@0
|
61 |
//1. Create and initialise a DevSound instance to play tones.
|
sl@0
|
62 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
63 |
//2. Call SetVolume(..) method.
|
sl@0
|
64 |
//3. Call Volume() method to verify applied settings.
|
sl@0
|
65 |
//!@SYMTestExpectedResults:
|
sl@0
|
66 |
//SetVolume(..) method shall be executed without error message.
|
sl@0
|
67 |
//Value returned by Volume() method shall be equal to the value set by SetVolume(..).
|
sl@0
|
68 |
PRINT Play tone configuration - SetVolume(..) method to set volume
|
sl@0
|
69 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0003, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
70 |
TEST_COMPLETE
|
sl@0
|
71 |
|
sl@0
|
72 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0004
|
sl@0
|
73 |
//!@SYMREQ: 7951
|
sl@0
|
74 |
//!@SYMPREQ: 1540
|
sl@0
|
75 |
//!@SYMTestCaseDec: Play tone configuration - Call SetVolumeRamp(..) method to set volume ramp
|
sl@0
|
76 |
//!@SYMTestPriority: Normal
|
sl@0
|
77 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
78 |
//!@SYMTestActions:
|
sl@0
|
79 |
//1. Create a Devsound instance.
|
sl@0
|
80 |
//2. Initialise a DevSound instance to play tones.
|
sl@0
|
81 |
//2.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
82 |
//3. Call PlayToneL().
|
sl@0
|
83 |
//4. Call SetVolumeRamp(..) method to set volume ramp to valid value.
|
sl@0
|
84 |
//!@SYMTestExpectedResults:
|
sl@0
|
85 |
//SetVolumeRamp(..) method shall be executed without error message and the its settings shall be reflected the next time PlayToneL() is called.
|
sl@0
|
86 |
PRINT Play tone configuration - Call SetVolumeRamp(..) method to set volume ramp
|
sl@0
|
87 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0004, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
88 |
TEST_COMPLETE
|
sl@0
|
89 |
|
sl@0
|
90 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0005
|
sl@0
|
91 |
//!@SYMREQ: 7951
|
sl@0
|
92 |
//!@SYMPREQ: 1540
|
sl@0
|
93 |
//!@SYMTestCaseDec: Play tone configuration - Call SetToneRepeats() to set tone repetitions and silence between them
|
sl@0
|
94 |
//!@SYMTestPriority: Normal
|
sl@0
|
95 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
96 |
//!@SYMTestActions:
|
sl@0
|
97 |
//1. Create and initialise a DevSound instance to play tones.
|
sl@0
|
98 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
99 |
//2. Call SetToneRepeats(..) method to set repetition and silece values between them.
|
sl@0
|
100 |
//!@SYMTestExpectedResults:
|
sl@0
|
101 |
//SetToneRepeats(..) method shall be executed without error message.
|
sl@0
|
102 |
PRINT Play tone configuration - Call SetToneRepeats() to set tone repetitions and silence between them
|
sl@0
|
103 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0005, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
104 |
TEST_COMPLETE
|
sl@0
|
105 |
|
sl@0
|
106 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0006
|
sl@0
|
107 |
//!@SYMREQ: 7951
|
sl@0
|
108 |
//!@SYMPREQ: 1540
|
sl@0
|
109 |
//!@SYMTestCaseDec: Play tone configuration - Call SetDTMFLengths(..) to set DTMF tone on, tone off and tone pause.
|
sl@0
|
110 |
//!@SYMTestPriority: Normal
|
sl@0
|
111 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
112 |
//!@SYMTestActions:
|
sl@0
|
113 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
114 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
115 |
//2. Call SetDTMFLengths(..) method to set length (tone on, tone off, and pause) values.
|
sl@0
|
116 |
//!@SYMTestExpectedResults:
|
sl@0
|
117 |
//SetDTMFLengths(..) method shall be executed without error message.
|
sl@0
|
118 |
PRINT Play tone configuration - Call SetDTMFLengths(..) to set DTMF tone on, tone off and tone pause.
|
sl@0
|
119 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0006, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
120 |
TEST_COMPLETE
|
sl@0
|
121 |
|
sl@0
|
122 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0007
|
sl@0
|
123 |
//!@SYMREQ: 7951
|
sl@0
|
124 |
//!@SYMPREQ: 1540
|
sl@0
|
125 |
//!@SYMTestCaseDec: Play tone configuration - SetVolume(..) while tone play is in progress
|
sl@0
|
126 |
//!@SYMTestPriority: Normal
|
sl@0
|
127 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
128 |
//!@SYMTestActions:
|
sl@0
|
129 |
//1. Create a Devsound instance.
|
sl@0
|
130 |
//2. Create a CPeriodic instance.
|
sl@0
|
131 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
132 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
133 |
//4. Play a tone by calling PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
134 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
135 |
//6. On timer event call SetVolume(..) method to set volume to a valid value.
|
sl@0
|
136 |
//7. Call Volume() method to verify applied settings.
|
sl@0
|
137 |
//!@SYMTestExpectedResults:
|
sl@0
|
138 |
//SetVolume(..) is immediately applied.
|
sl@0
|
139 |
PRINT Play tone configuration - SetVolume(..) while tone play is in progress
|
sl@0
|
140 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0007 , c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
141 |
TEST_COMPLETE
|
sl@0
|
142 |
|
sl@0
|
143 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0008
|
sl@0
|
144 |
//!@SYMREQ: 7951
|
sl@0
|
145 |
//!@SYMPREQ: 1540
|
sl@0
|
146 |
//!@SYMTestCaseDec: Play tone configuration - SetPlayBalance() while tone play is in progress
|
sl@0
|
147 |
//!@SYMTestPriority: Normal
|
sl@0
|
148 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
149 |
//!@SYMTestActions:
|
sl@0
|
150 |
//1. Create a Devsound instance.
|
sl@0
|
151 |
//2. Create a CPeriodic instance .
|
sl@0
|
152 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
153 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
154 |
//4. Play a tone by calling PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
155 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
156 |
//6. On timer event call SetPlayBalance(..) method to set the speaker balance to valid values.
|
sl@0
|
157 |
//7. Call GetPlayBalanceL() method to verify applied settings.
|
sl@0
|
158 |
//!@SYMTestExpectedResults:
|
sl@0
|
159 |
//SetPlayBalance(..) method while playing shall be executed without error message and its paremeters are immediately applied.
|
sl@0
|
160 |
//Data retrieved by GetPlayBalance(..) method shall be equal to the value set by SetPlayBalance(..).
|
sl@0
|
161 |
PRINT Play tone configuration - SetPlayBalance() while tone play is in progress
|
sl@0
|
162 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0008, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
163 |
TEST_COMPLETE
|
sl@0
|
164 |
|
sl@0
|
165 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0010
|
sl@0
|
166 |
//!@SYMREQ: 7951
|
sl@0
|
167 |
//!@SYMPREQ: 1540
|
sl@0
|
168 |
//!@SYMTestCaseDec: Play tone configuration - Call SetVolume(..) method to set volume and reinitialise for playing audio.
|
sl@0
|
169 |
//!@SYMTestPriority: Normal
|
sl@0
|
170 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
171 |
//!@SYMTestActions:
|
sl@0
|
172 |
//1. Create a Devsound instance.
|
sl@0
|
173 |
//2. Initialise a DevSound instance to play tones.
|
sl@0
|
174 |
//2.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
175 |
//4. Call SetVolume(..)
|
sl@0
|
176 |
//5. Re-initialise a DevSound instance to play audio.
|
sl@0
|
177 |
//6. Call Volume() method to verify whether the volume was remembered or not.
|
sl@0
|
178 |
//!@SYMTestExpectedResults:
|
sl@0
|
179 |
//SetVolume(..) method shall be executed without error message.
|
sl@0
|
180 |
//After reinitialisation of Devsound client, the calling of Volume() method shall return the value which was set by using SetVolume() method.
|
sl@0
|
181 |
//(Volume settings shall not be modified despite DevSound client reinitialisation).
|
sl@0
|
182 |
PRINT Play tone configuration - Call SetVolume(..) method to set volume and reinitialise for playing audio.
|
sl@0
|
183 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0010, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
184 |
TEST_COMPLETE
|
sl@0
|
185 |
|
sl@0
|
186 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0011
|
sl@0
|
187 |
//!@SYMREQ: 7951
|
sl@0
|
188 |
//!@SYMPREQ: 1540
|
sl@0
|
189 |
//!@SYMTestCaseDec: Play tone configuration - Call SetVolumeRamp(..) method to set volume ramp
|
sl@0
|
190 |
//!@SYMTestPriority: Normal
|
sl@0
|
191 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
192 |
//!@SYMTestActions:
|
sl@0
|
193 |
//1. Create a Devsound instance.
|
sl@0
|
194 |
//2. Create a CPeriodic instance.
|
sl@0
|
195 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
196 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
197 |
//4. Call PlayToneL(..).
|
sl@0
|
198 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
199 |
//6. On timer event call SetVolumeRamp(..) method to set volume ramp to valid value
|
sl@0
|
200 |
//7. Let ToneFinished() occur and play again a tone.
|
sl@0
|
201 |
//!@SYMTestExpectedResults:
|
sl@0
|
202 |
//SetVolumeRamp(..) method shall be executed without error message and the its settings shall be reflected the next time PlayToneL() is called.
|
sl@0
|
203 |
PRINT Play tone configuration - Call SetVolumeRamp(..) method to set volume ramp
|
sl@0
|
204 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0011, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
205 |
TEST_COMPLETE
|
sl@0
|
206 |
|
sl@0
|
207 |
|
sl@0
|
208 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0012
|
sl@0
|
209 |
//!@SYMREQ: 7951
|
sl@0
|
210 |
//!@SYMPREQ: 1540
|
sl@0
|
211 |
//!@SYMTestCaseDec: Play tone configuration - Call SetToneRepeats() to set tone repetitions while playing
|
sl@0
|
212 |
//!@SYMTestPriority: Normal
|
sl@0
|
213 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
214 |
//!@SYMTestActions:
|
sl@0
|
215 |
//1. Create a Devsound instance.
|
sl@0
|
216 |
//2. Create a CPeriodic instance.
|
sl@0
|
217 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
218 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
219 |
//4. Call PlayToneL().
|
sl@0
|
220 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
221 |
//6. On timer event call SetToneRepeats(..) method using positive values and call Cancel().
|
sl@0
|
222 |
//7. Let ToneFinished() callback occur, then re - invoke PlayToneL().
|
sl@0
|
223 |
//8. When ToneFinished callback is reached, confirm elapsed time since first tone reproduction.
|
sl@0
|
224 |
//!@SYMTestExpectedResults:
|
sl@0
|
225 |
//SetToneRepeats(..) method shall be executed without error message. Setting audio properties using this method do not cancel
|
sl@0
|
226 |
//or change current tone play. The new settings are applied until next tone play and total reproduction time since firts tone
|
sl@0
|
227 |
//reproduction has to be confirmed.
|
sl@0
|
228 |
PRINT Play tone configuration - Call SetToneRepeats() to set tone repetitions while playing
|
sl@0
|
229 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0012, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
230 |
TEST_COMPLETE
|
sl@0
|
231 |
|
sl@0
|
232 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0013
|
sl@0
|
233 |
//!@SYMREQ: 7951
|
sl@0
|
234 |
//!@SYMPREQ: 1540
|
sl@0
|
235 |
//!@SYMTestCaseDec: Play tone configuration - Call SetDTMFLengths() to set tone repetitions while playing
|
sl@0
|
236 |
//!@SYMTestPriority: Normal
|
sl@0
|
237 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
238 |
//!@SYMTestActions:
|
sl@0
|
239 |
//1. Create a Devsound instance.
|
sl@0
|
240 |
//2. Create a CPeriodic instance.
|
sl@0
|
241 |
//3. Initialise a DevSound instance to play tones(DTMF).
|
sl@0
|
242 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
243 |
//4. Play a tone by calling PlayDTMFStringL().
|
sl@0
|
244 |
//5. On timer event call SetDTMFLengths(..) method using positive values and call Cancel() on the timer.
|
sl@0
|
245 |
//6. Let ToneFinished() callback occur, then re - invoke PlayDTMFStringL().
|
sl@0
|
246 |
//7. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
247 |
//8. When ToneFinished callback is reached, confirm elapsed time since first tone(DTMF) reproduction.
|
sl@0
|
248 |
//!@SYMTestExpectedResults:
|
sl@0
|
249 |
//SetDTMFLengths(..) method shall be executed without error message. Setting audio properties using this method do not cancel or
|
sl@0
|
250 |
//change current tone play. The new settings are applied until next tone play and total reproduction time since firts tone reproduction
|
sl@0
|
251 |
//has to be confirmed.
|
sl@0
|
252 |
PRINT Play tone configuration - Call SetDTMFLengths() to set tone repetitions while playing
|
sl@0
|
253 |
RUN_TEST_STEP 40000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0013, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
254 |
TEST_COMPLETE
|
sl@0
|
255 |
|
sl@0
|
256 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0014
|
sl@0
|
257 |
//!@SYMREQ: 7951
|
sl@0
|
258 |
//!@SYMPREQ: 1540
|
sl@0
|
259 |
//!@SYMTestCaseDec: Play tone configuration - Call SetToneRepeats() to set tone repetitions in any other state but tone
|
sl@0
|
260 |
//!@SYMTestPriority: Normal
|
sl@0
|
261 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
262 |
//!@SYMTestActions:
|
sl@0
|
263 |
//1. Create a Devsound instance.
|
sl@0
|
264 |
//2. Initialise a DevSound instance to other available states but tone.
|
sl@0
|
265 |
//2.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
266 |
//3. Call SetToneRepeats(..) method using positive values.
|
sl@0
|
267 |
//4. Initialise a DevSound instance to other available states but tone.
|
sl@0
|
268 |
//4.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
269 |
//5. Play a tone by calling PlayToneL().
|
sl@0
|
270 |
//6. When ToneFinished callback is reached, confirm elapsed time since tone reproduction.
|
sl@0
|
271 |
//!@SYMTestExpectedResults:
|
sl@0
|
272 |
//SetToneRepeats(..) method shall be executed without error message.The configuration values are remembered and may be used following a subsequent InitializeL() for tone play. They are not reset by that InitializeL() call.
|
sl@0
|
273 |
PRINT Play tone configuration - Call SetToneRepeats() to set tone repetitions in any other state but tone
|
sl@0
|
274 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0014, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
275 |
TEST_COMPLETE
|
sl@0
|
276 |
|
sl@0
|
277 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0015
|
sl@0
|
278 |
//!@SYMREQ: 7951
|
sl@0
|
279 |
//!@SYMPREQ: 1540
|
sl@0
|
280 |
//!@SYMTestCaseDec: Play tone configuration - Call SetDTMFLengths() to set tone repetitions in any other state but tone
|
sl@0
|
281 |
//!@SYMTestPriority: Normal
|
sl@0
|
282 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
283 |
//!@SYMTestActions:
|
sl@0
|
284 |
//1. Create a Devsound instance.
|
sl@0
|
285 |
//2. Initialise a DevSound instance to other available states but tone.
|
sl@0
|
286 |
//2.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
287 |
//3. Call SetDTMFLengths(..) method using positive values.
|
sl@0
|
288 |
//4. Initialise a DevSound instance to other available states but tone.
|
sl@0
|
289 |
//4.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
290 |
//5. Play a tone by calling PlayToneL().
|
sl@0
|
291 |
//6. When ToneFinished callback is reached, confirm elapsed time since tone reproduction.
|
sl@0
|
292 |
//!@SYMTestExpectedResults:
|
sl@0
|
293 |
//SetDTMFLengths(..) method shall be executed without error message.The configuration values are remembered and may be used following a subsequent InitializeL() for tone play. They are not reset by that InitializeL() call.
|
sl@0
|
294 |
PRINT Play tone configuration - Call SetDTMFLengths() to set tone repetitions in any other state but tone
|
sl@0
|
295 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0015, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
296 |
TEST_COMPLETE
|
sl@0
|
297 |
|
sl@0
|
298 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0016
|
sl@0
|
299 |
//!@SYMREQ: 7951
|
sl@0
|
300 |
//!@SYMPREQ: 1540
|
sl@0
|
301 |
//!@SYMTestCaseDec: Play tone configuration - Call SetConfigL() while tone play is in progress
|
sl@0
|
302 |
//!@SYMTestPriority: Normal
|
sl@0
|
303 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
304 |
//!@SYMTestActions:
|
sl@0
|
305 |
//1. Create a Devsound instance.
|
sl@0
|
306 |
//2. Create a CPeriodic instance.
|
sl@0
|
307 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
308 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
309 |
//4. Play a tone by calling PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
310 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
311 |
//6. On timer event call SetConfigL(..) method to set Sampling Rate to valid value.
|
sl@0
|
312 |
//!@SYMTestExpectedResults:
|
sl@0
|
313 |
//SetConfigL(..) method shall leave with KErrNotReady.
|
sl@0
|
314 |
PRINT Play tone configuration - Call SetConfigL() while tone play is in progress
|
sl@0
|
315 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0016, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
316 |
TEST_COMPLETE
|
sl@0
|
317 |
|
sl@0
|
318 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0017
|
sl@0
|
319 |
//!@SYMREQ: 7951
|
sl@0
|
320 |
//!@SYMPREQ: 1540
|
sl@0
|
321 |
//!@SYMTestCaseDec: Play tone configuration - Call SetPrioritySettings(..) method to set priority while tone play is in progress
|
sl@0
|
322 |
//!@SYMTestPriority: Normal
|
sl@0
|
323 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
324 |
//!@SYMTestActions:
|
sl@0
|
325 |
//1. Create a DevSound instance.
|
sl@0
|
326 |
//2. Open the file to be played by the second DevSound instance.
|
sl@0
|
327 |
//3. Create a CPeriodic instance.
|
sl@0
|
328 |
//4. Create a second DevSound instance.
|
sl@0
|
329 |
//5. Initialise the first DevSound instance to play tones.
|
sl@0
|
330 |
//5.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
331 |
//6. Call PlayToneL() to start playing tones and call SetPrioritySettings() to set the first devsound´s priority to the highest value.
|
sl@0
|
332 |
//7. Start CPeriodic to trigger timed events with a period of 2 seconds.(Timer events must laste less than tone duration.)
|
sl@0
|
333 |
//8. On timer event, initialise the second devsound instance, set its priority to the highest value, and play an audio file.
|
sl@0
|
334 |
//!@SYMTestExpectedResults:
|
sl@0
|
335 |
//SetPrioritySettings(..) method shall be executed without error message. The first DevSound instance(Tones) must be pre-empted because setting the priority while playing is ignored
|
sl@0
|
336 |
PRINT Play tone configuration - Call SetPrioritySettings(..) method to set priority while tone play is in progress
|
sl@0
|
337 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0017, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
338 |
TEST_COMPLETE
|
sl@0
|
339 |
|
sl@0
|
340 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0018
|
sl@0
|
341 |
//!@SYMREQ: 7951
|
sl@0
|
342 |
//!@SYMPREQ: 1540
|
sl@0
|
343 |
//!@SYMTestCaseDec: Play tone configuration - Call SetConfigL(..) method to set a sample rate with sequence data properties not supported by the tone generator
|
sl@0
|
344 |
//!@SYMTestPriority: Normal
|
sl@0
|
345 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
346 |
//!@SYMTestActions:
|
sl@0
|
347 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
348 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
349 |
//2. Call SetConfigL(..) method to set Sampling Rate to invalid values.
|
sl@0
|
350 |
//!@SYMTestExpectedResults:
|
sl@0
|
351 |
//It leaves with KErrArgument or KErrNotSupported.
|
sl@0
|
352 |
PRINT Play tone configuration - Call SetConfigL(..) method to set a sample rate with sequence data properties not supported by the tone generator
|
sl@0
|
353 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0018, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
354 |
TEST_COMPLETE
|
sl@0
|
355 |
|
sl@0
|
356 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0019
|
sl@0
|
357 |
//!@SYMREQ: 7951
|
sl@0
|
358 |
//!@SYMPREQ: 1540
|
sl@0
|
359 |
//!@SYMTestCaseDec: Play tone configuration - Call SetConfigL(..) method to set a channel encoding to unsupported value
|
sl@0
|
360 |
//!@SYMTestPriority: Normal
|
sl@0
|
361 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
362 |
//!@SYMTestActions:
|
sl@0
|
363 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
364 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
365 |
//2. Call SetConfigL(..) method to set iChannel to invalid values.
|
sl@0
|
366 |
//!@SYMTestExpectedResults:
|
sl@0
|
367 |
//It leaves with KErrArgument or KErrNotSupported.
|
sl@0
|
368 |
PRINT Play tone configuration - Call SetConfigL(..) method to set a channel encoding to unsupported value
|
sl@0
|
369 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0019, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
370 |
TEST_COMPLETE
|
sl@0
|
371 |
|
sl@0
|
372 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0020
|
sl@0
|
373 |
//!@SYMREQ: 7951
|
sl@0
|
374 |
//!@SYMPREQ: 1540
|
sl@0
|
375 |
//!@SYMTestCaseDec: Play tone configuration - Call SetDTMFLengths(..) to using negative values
|
sl@0
|
376 |
//!@SYMTestPriority: Normal
|
sl@0
|
377 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
378 |
//!@SYMTestActions:
|
sl@0
|
379 |
//1. Create and Initialize DevSound instance to record audio.
|
sl@0
|
380 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
381 |
//2. Call SetDTMFLengths(..) to set lengths to negative values (aToneOnLength must be diferent to -1.)
|
sl@0
|
382 |
//3. Play a DTMF tone.
|
sl@0
|
383 |
//4. When ToneFinished() callback is reached, confirm elapsed time since first tone reproduction.
|
sl@0
|
384 |
//!@SYMTestExpectedResults:
|
sl@0
|
385 |
//After setting the DTMF lengths by calling SetDTMFLengths(..), the reproduction time shall be confirmed to tend to 0
|
sl@0
|
386 |
PRINT Play tone configuration - Call SetDTMFLengths(..) to using negative values
|
sl@0
|
387 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0020, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
388 |
TEST_COMPLETE
|
sl@0
|
389 |
|
sl@0
|
390 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0021
|
sl@0
|
391 |
//!@SYMREQ: 7951
|
sl@0
|
392 |
//!@SYMPREQ: 1540
|
sl@0
|
393 |
//!@SYMTestCaseDec: Play tone configuration - Call SetDTMFLengths(..) to using negative values
|
sl@0
|
394 |
//!@SYMTestPriority: Normal
|
sl@0
|
395 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
396 |
//!@SYMTestActions:
|
sl@0
|
397 |
//1. Create a Devsound instance.
|
sl@0
|
398 |
//2. Create a CPeriodic instance.
|
sl@0
|
399 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
400 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
401 |
//4. Call SetDTMFLengths(..) to set lengths to positive except ToneOnLenght(aToneOnLength must be equal to -1.)
|
sl@0
|
402 |
//5. Call PlayDTMFStringL().
|
sl@0
|
403 |
//!@SYMTestExpectedResults:
|
sl@0
|
404 |
//After setting the DTMF lengths by calling SetDTMFLengths(..), the tone on reproduction time is preserved. If tone finished is reached before timer event, then the test should fail.
|
sl@0
|
405 |
PRINT Play tone configuration - Call SetDTMFLengths(..) to using negative values
|
sl@0
|
406 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0021, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
407 |
TEST_COMPLETE
|
sl@0
|
408 |
|
sl@0
|
409 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0022
|
sl@0
|
410 |
//!@SYMREQ: 7951
|
sl@0
|
411 |
//!@SYMPREQ: 1540
|
sl@0
|
412 |
//!@SYMTestCaseDec: Play tone configuration - Call SetToneRepeats() using a negative RepeatCount
|
sl@0
|
413 |
//!@SYMTestPriority: Normal
|
sl@0
|
414 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
415 |
//!@SYMTestActions:
|
sl@0
|
416 |
//1. Create and Initialize DevSound instance to record audio.
|
sl@0
|
417 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
418 |
//2. Call SetToneRepeats(..) to set lengths to negative values (aRepeatCount must be diferent to KMdaRepeatForever.)
|
sl@0
|
419 |
//3. Play a tone by calling PlayToneL(..).
|
sl@0
|
420 |
//4. When ToneFinished() callback is reached, confirm elapsed time since first tone reproduction.
|
sl@0
|
421 |
//!@SYMTestExpectedResults:
|
sl@0
|
422 |
//SetToneRepeats(..) method shall be executed without error message. After calling SetToneRepeats(..), the total reproduction time should tend to 0.
|
sl@0
|
423 |
PRINT Play tone configuration - Call SetToneRepeats() using negative argumets
|
sl@0
|
424 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0022, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
425 |
TEST_COMPLETE
|
sl@0
|
426 |
|
sl@0
|
427 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0023
|
sl@0
|
428 |
//!@SYMREQ: 7951
|
sl@0
|
429 |
//!@SYMPREQ: 1540
|
sl@0
|
430 |
//!@SYMTestCaseDec: Play tone configuration - Call SetToneRepeats() using negative RepeatCount
|
sl@0
|
431 |
//!@SYMTestPriority: Normal
|
sl@0
|
432 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
433 |
//!@SYMTestActions:
|
sl@0
|
434 |
//1. Create a Devsound instance.
|
sl@0
|
435 |
//2. Create a CPeriodic instance.
|
sl@0
|
436 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
437 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
438 |
//4. Call SetToneRepeats(..) to set RepeatCount to negative (KMdaRepeatForever).
|
sl@0
|
439 |
//5. Play a tone by calling PlayToneL(..).
|
sl@0
|
440 |
//6. Start CPeriodic to trigger timed events with a period of 10 seconds.
|
sl@0
|
441 |
//!@SYMTestExpectedResults:
|
sl@0
|
442 |
//SetToneRepeats(..) method shall be executed without error message. If ToneFinished() is reached before timer event, then the test should fail.
|
sl@0
|
443 |
PRINT Play tone configuration - Call SetToneRepeats() using negative RepeatCount
|
sl@0
|
444 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0023, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
445 |
TEST_COMPLETE
|
sl@0
|
446 |
|
sl@0
|
447 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0024
|
sl@0
|
448 |
//!@SYMREQ: 7951
|
sl@0
|
449 |
//!@SYMPREQ: 1540
|
sl@0
|
450 |
//!@SYMTestCaseDec: Play tone query - Call Capabilities() to retrieve all the supported capabilities
|
sl@0
|
451 |
//!@SYMTestPriority: Normal
|
sl@0
|
452 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
453 |
//!@SYMTestActions:
|
sl@0
|
454 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
455 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
456 |
//2. Call Capabilities() method to get all supported sample rates and channel encodings.
|
sl@0
|
457 |
//!@SYMTestExpectedResults:
|
sl@0
|
458 |
//Capabilities() method shall retrieve a set of supported capabilities.
|
sl@0
|
459 |
PRINT Play tone query - Call Capabilities() to retrieve all the supported capabilities
|
sl@0
|
460 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0024, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
461 |
TEST_COMPLETE
|
sl@0
|
462 |
|
sl@0
|
463 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0025
|
sl@0
|
464 |
//!@SYMREQ: 7951
|
sl@0
|
465 |
//!@SYMPREQ: 1540
|
sl@0
|
466 |
//!@SYMTestCaseDec: Play tone query - Call Config() to retrieve the default capabilities, sampling rate and channel encoding used
|
sl@0
|
467 |
//!@SYMTestPriority: Normal
|
sl@0
|
468 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
469 |
//!@SYMTestActions:
|
sl@0
|
470 |
//1.Create and Initialize DevSound instance to play tones.
|
sl@0
|
471 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
472 |
//2.Call Config() method to get Sampling Rate and iChannel encoding.
|
sl@0
|
473 |
//!@SYMTestExpectedResults:
|
sl@0
|
474 |
//Config() method shall retrieve current default sample rate and channel encoding.
|
sl@0
|
475 |
PRINT Play tone query - Call Config() to retrieve the default capabilities, sampling rate and channel encoding used
|
sl@0
|
476 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0025, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
477 |
TEST_COMPLETE
|
sl@0
|
478 |
|
sl@0
|
479 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0026
|
sl@0
|
480 |
//!@SYMREQ: 7951
|
sl@0
|
481 |
//!@SYMPREQ: 1540
|
sl@0
|
482 |
//!@SYMTestCaseDec: Play tone query - Call MaxVolume() to retrieve the max volume suported by the device
|
sl@0
|
483 |
//!@SYMTestPriority: Normal
|
sl@0
|
484 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
485 |
//!@SYMTestActions:
|
sl@0
|
486 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
487 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
488 |
//2. Call MaxVolume() method to get maximum volume for current device.
|
sl@0
|
489 |
//!@SYMTestExpectedResults:
|
sl@0
|
490 |
//MaxVolume() method shall retrieve the max device´s volume.
|
sl@0
|
491 |
PRINT Play tone query - Call MaxVolume() to retrieve the max volume suported by the device
|
sl@0
|
492 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0026, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
493 |
TEST_COMPLETE
|
sl@0
|
494 |
|
sl@0
|
495 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0027
|
sl@0
|
496 |
//!@SYMREQ: 7951
|
sl@0
|
497 |
//!@SYMPREQ: 1540
|
sl@0
|
498 |
//!@SYMTestCaseDec: Play tone query - Call Volume() to retrieve default device volume
|
sl@0
|
499 |
//!@SYMTestPriority: Normal
|
sl@0
|
500 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
501 |
//!@SYMTestActions:
|
sl@0
|
502 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
503 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
504 |
//2. Call Volume(..) method to get current volume value.
|
sl@0
|
505 |
//!@SYMTestExpectedResults:
|
sl@0
|
506 |
//Volume() shall retrieve the current device volume.
|
sl@0
|
507 |
PRINT Play tone query - Call Volume() to retrieve default device volume
|
sl@0
|
508 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0027, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
509 |
TEST_COMPLETE
|
sl@0
|
510 |
|
sl@0
|
511 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0028
|
sl@0
|
512 |
//!@SYMREQ: 7951
|
sl@0
|
513 |
//!@SYMPREQ: 1540
|
sl@0
|
514 |
//!@SYMTestCaseDec: Play tone query - Call Capabilities() to retrieve all the supported capabilities while playing
|
sl@0
|
515 |
//!@SYMTestPriority: Normal
|
sl@0
|
516 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
517 |
//!@SYMTestActions:
|
sl@0
|
518 |
//1. Create a Devsound instance.
|
sl@0
|
519 |
//2. Create a CPeriodic instance.
|
sl@0
|
520 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
521 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
522 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
523 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
524 |
//6. On timer event call Capabilities() method to get all supported sample rates and channel encodings while tone play is in progress.
|
sl@0
|
525 |
//!@SYMTestExpectedResults:
|
sl@0
|
526 |
//Capabilities() method shall retrieve a set of supported capabilities.
|
sl@0
|
527 |
PRINT Play tone query - Call Capabilities() to retrieve all the supported capabilities while playing
|
sl@0
|
528 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0028, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
529 |
TEST_COMPLETE
|
sl@0
|
530 |
|
sl@0
|
531 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0029
|
sl@0
|
532 |
//!@SYMREQ: 7951
|
sl@0
|
533 |
//!@SYMPREQ: 1540
|
sl@0
|
534 |
//!@SYMTestCaseDec: Play tone query - Call Config() to retrieve the current capabilities, sampling rate and channel encoding used while playing
|
sl@0
|
535 |
//!@SYMTestPriority: Normal
|
sl@0
|
536 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
537 |
//!@SYMTestActions:
|
sl@0
|
538 |
//1. Create a Devsound instance.
|
sl@0
|
539 |
//2. Create a CPeriodic instance.
|
sl@0
|
540 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
541 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
542 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
543 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
544 |
//6. On timer event call Config() method to get Sampling Rate and iChannel encoding while tone play is in progress.
|
sl@0
|
545 |
//!@SYMTestExpectedResults:
|
sl@0
|
546 |
//Config() method shall retrieve current sample rate and channel encoding.
|
sl@0
|
547 |
PRINT Play tone query - Call Config() to retrieve the current capabilities, sampling rate and channel encoding used while playing
|
sl@0
|
548 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0029, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
549 |
TEST_COMPLETE
|
sl@0
|
550 |
|
sl@0
|
551 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0030
|
sl@0
|
552 |
//!@SYMREQ: 7951
|
sl@0
|
553 |
//!@SYMPREQ: 1540
|
sl@0
|
554 |
//!@SYMTestCaseDec: Play tone query - Call MaxVolume() to retrieve the max volume suported by the device while playing
|
sl@0
|
555 |
//!@SYMTestPriority: Normal
|
sl@0
|
556 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
557 |
//!@SYMTestActions:
|
sl@0
|
558 |
//1. Create a Devsound instance.
|
sl@0
|
559 |
//2. Create a CPeriodic instance.
|
sl@0
|
560 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
561 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
562 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
563 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
564 |
//6. On timer event call MaxVolume() method to get maximum volume for current device while tone play is in progress.
|
sl@0
|
565 |
//!@SYMTestExpectedResults:
|
sl@0
|
566 |
//MaxVolume() method shall retrieve the max device´s volume.
|
sl@0
|
567 |
PRINT Play tone query - Call MaxVolume() to retrieve the max volume suported by the device while playing
|
sl@0
|
568 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0030, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
569 |
TEST_COMPLETE
|
sl@0
|
570 |
|
sl@0
|
571 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0031
|
sl@0
|
572 |
//!@SYMREQ: 7951
|
sl@0
|
573 |
//!@SYMPREQ: 1540
|
sl@0
|
574 |
//!@SYMTestCaseDec: Play tone query - Call Volume() to retrieve the default device volume while playing
|
sl@0
|
575 |
//!@SYMTestPriority: Normal
|
sl@0
|
576 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
577 |
//!@SYMTestActions:
|
sl@0
|
578 |
//1. Create a Devsound instance.
|
sl@0
|
579 |
//2. Create a CPeriodic instance.
|
sl@0
|
580 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
581 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
582 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
583 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
584 |
//6. On timer event call Volume(..) method to get current volume value while tone play is in progress.
|
sl@0
|
585 |
//!@SYMTestExpectedResults:
|
sl@0
|
586 |
//Volume() shall retrieve the current device volume.
|
sl@0
|
587 |
PRINT Play tone query - Call Volume() to retrieve the default device volume while playing
|
sl@0
|
588 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0031, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
589 |
TEST_COMPLETE
|
sl@0
|
590 |
|
sl@0
|
591 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0036
|
sl@0
|
592 |
//!@SYMREQ: 7951
|
sl@0
|
593 |
//!@SYMPREQ: 1540
|
sl@0
|
594 |
//!@SYMTestCaseDec: Play tone - Call PlayToneL() to play a tone
|
sl@0
|
595 |
//!@SYMTestPriority: Normal
|
sl@0
|
596 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
597 |
//!@SYMTestActions:
|
sl@0
|
598 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
599 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
600 |
//2. Call PlayToneL() method.
|
sl@0
|
601 |
//2.1 Wait for ToneFinished() callback.
|
sl@0
|
602 |
//!@SYMTestExpectedResults:
|
sl@0
|
603 |
//Tone once shall be played.
|
sl@0
|
604 |
//ToneFinished(KErrUnderFlow) callback shall be received.
|
sl@0
|
605 |
PRINT Play tone - Call PlayToneL() to play a tone
|
sl@0
|
606 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0036, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
607 |
TEST_COMPLETE
|
sl@0
|
608 |
|
sl@0
|
609 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0037
|
sl@0
|
610 |
//!@SYMREQ: 7951
|
sl@0
|
611 |
//!@SYMPREQ: 1540
|
sl@0
|
612 |
//!@SYMTestCaseDec: Play tone - Call PlayDualToneL() to play a dual tone
|
sl@0
|
613 |
//!@SYMTestPriority: Normal
|
sl@0
|
614 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
615 |
//!@SYMTestActions:
|
sl@0
|
616 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
617 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
618 |
//2. Call PlayDualToneL() method.
|
sl@0
|
619 |
//2.1 Wait for ToneFinished() callback.
|
sl@0
|
620 |
//!@SYMTestExpectedResults:
|
sl@0
|
621 |
//Dual tone shall be played.
|
sl@0
|
622 |
//ToneFinished(KErrUnderFlow) callback shall be received
|
sl@0
|
623 |
PRINT Play tone - Call PlayDualToneL() to play a dual tone
|
sl@0
|
624 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0037, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
625 |
TEST_COMPLETE
|
sl@0
|
626 |
|
sl@0
|
627 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0038
|
sl@0
|
628 |
//!@SYMREQ: 7951
|
sl@0
|
629 |
//!@SYMPREQ: 1540
|
sl@0
|
630 |
//!@SYMTestCaseDec: Play tone - Call PlayDTMFStringL() to play a dual tone multi frequency string
|
sl@0
|
631 |
//!@SYMTestPriority: Normal
|
sl@0
|
632 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
633 |
//!@SYMTestActions:
|
sl@0
|
634 |
//1. Create and Initialize DevSound instance.
|
sl@0
|
635 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
636 |
//2. Call PlayDTMFStringL() method with DTMFString = 01234, 56789, ABCDEF#*
|
sl@0
|
637 |
//2.1 Wait for ToneFinished() callback.
|
sl@0
|
638 |
//!@SYMTestExpectedResults:
|
sl@0
|
639 |
//DTMF string shall be played.
|
sl@0
|
640 |
//ToneFinished(KErrUnderFlow) callback shall be received
|
sl@0
|
641 |
PRINT Play tone - Call PlayDTMFStringL() to play a dual tone multi frequency string
|
sl@0
|
642 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0038, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
643 |
TEST_COMPLETE
|
sl@0
|
644 |
|
sl@0
|
645 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0039
|
sl@0
|
646 |
//!@SYMREQ: 7951
|
sl@0
|
647 |
//!@SYMPREQ: 1540
|
sl@0
|
648 |
//!@SYMTestCaseDec: Play tone - Call PlayToneSequenceL() to play a tone sequence.
|
sl@0
|
649 |
//!@SYMTestPriority: Normal
|
sl@0
|
650 |
//!@SYMTestType: Normal Usecase
|
sl@0
|
651 |
//!@SYMTestActions:
|
sl@0
|
652 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
653 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
654 |
//2. Call PlayToneSequenceL() method
|
sl@0
|
655 |
//2.1 Wait for ToneFinished() callback.
|
sl@0
|
656 |
//!@SYMTestExpectedResults:
|
sl@0
|
657 |
//Tone sequence shall be played.
|
sl@0
|
658 |
//ToneFinished(KErrUnderFlow) callback shall be received.
|
sl@0
|
659 |
PRINT Play tone - Call PlayToneSequenceL() to play a tone sequence.
|
sl@0
|
660 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0039, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
661 |
TEST_COMPLETE
|
sl@0
|
662 |
|
sl@0
|
663 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0040
|
sl@0
|
664 |
//!@SYMREQ: 7951
|
sl@0
|
665 |
//!@SYMPREQ: 1540
|
sl@0
|
666 |
//!@SYMTestCaseDec: Play tone - Once - New tone request. The client wants to play new tone while there is one already playing.
|
sl@0
|
667 |
//!@SYMTestPriority: Normal
|
sl@0
|
668 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
669 |
//!@SYMTestActions:
|
sl@0
|
670 |
//1. Create a Devsound instance.
|
sl@0
|
671 |
//2. Create a CPeriodic instance.
|
sl@0
|
672 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
673 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
674 |
//4. Start the CPeriodic object.
|
sl@0
|
675 |
//5. Call PlayToneL().
|
sl@0
|
676 |
//6. After a 2 second periodic timer event, play another tone using the same DevSound instance.
|
sl@0
|
677 |
//7. Wait for the ToneFinished() callback.
|
sl@0
|
678 |
//!@SYMTestExpectedResults:
|
sl@0
|
679 |
//First tone request shall be played. DevSound silently ignores the second tone play request.
|
sl@0
|
680 |
//New tone play request do not cancels the current tone play.
|
sl@0
|
681 |
PRINT Play tone - Once - New tone request. The client wants to play new tone while there is one already playing.
|
sl@0
|
682 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0040, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
683 |
TEST_COMPLETE
|
sl@0
|
684 |
|
sl@0
|
685 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0043
|
sl@0
|
686 |
//!@SYMREQ: 7951
|
sl@0
|
687 |
//!@SYMPREQ: 1540
|
sl@0
|
688 |
//!@SYMTestCaseDec: Play tone - Once - Stop. The client wants to play a tone for a while and stop it. DevSound is initialized
|
sl@0
|
689 |
//to tone play after Stop.
|
sl@0
|
690 |
//!@SYMTestPriority: Normal
|
sl@0
|
691 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
692 |
//!@SYMTestActions:
|
sl@0
|
693 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
694 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
695 |
//2. Create and start a CPeriodic object.
|
sl@0
|
696 |
//3. Play a tone using PlayToneL().(For testing purposes, the tone should last more than the timer event)
|
sl@0
|
697 |
//4. On the timer event, after one second, call Stop() to stop the ongoing play tone operation.
|
sl@0
|
698 |
//5. Again play a tone using PlayToneL().
|
sl@0
|
699 |
//!@SYMTestExpectedResults:
|
sl@0
|
700 |
//Tone play is stopped and DevSound goes to “Initialized to Play Tone” state, second tone request is accepted.
|
sl@0
|
701 |
//Stop() is synchronous and it should not invoke callbacks through MDevSoundObserver.
|
sl@0
|
702 |
PRINT Play tone - Once - Stop. The client wants to play a tone for a while and stop it. DevSound is initialized to tone play after Stop.
|
sl@0
|
703 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0043, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
704 |
TEST_COMPLETE
|
sl@0
|
705 |
|
sl@0
|
706 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0044
|
sl@0
|
707 |
//!@SYMREQ: 7951
|
sl@0
|
708 |
//!@SYMPREQ: 1540
|
sl@0
|
709 |
//!@SYMTestCaseDec: Play tone - Dual tone - Stop. The client wants to play a dual tone for a while and stop it.
|
sl@0
|
710 |
//DevSound is initialized to tone play after Stop.
|
sl@0
|
711 |
//!@SYMTestPriority: Normal
|
sl@0
|
712 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
713 |
//!@SYMTestActions:
|
sl@0
|
714 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
715 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
716 |
//2. Create and start a CPeriodic object.
|
sl@0
|
717 |
//3. Call PlayDualToneL(). (For testing purposes, the tone should last more than the timer event)
|
sl@0
|
718 |
//4. On the timer event, after one second, call Stop() to stop the ongoing operation.
|
sl@0
|
719 |
//5. Again play a tone using PlayDualToneL().
|
sl@0
|
720 |
//!@SYMTestExpectedResults:
|
sl@0
|
721 |
//Tone play is stopped and DevSound goes to “Initialized to Play Tone” state, second tone request is accepted.
|
sl@0
|
722 |
//Stop() is synchronous and it should not invoke callbacks through MDevSoundObserver.
|
sl@0
|
723 |
PRINT Play tone - Dual tone - Stop. The client wants to play a dual tone for a while and stop it.
|
sl@0
|
724 |
//DevSound is initialized to tone play after Stop.
|
sl@0
|
725 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0044, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
726 |
TEST_COMPLETE
|
sl@0
|
727 |
|
sl@0
|
728 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0045
|
sl@0
|
729 |
//!@SYMREQ: 7951
|
sl@0
|
730 |
//!@SYMPREQ: 1540
|
sl@0
|
731 |
//!@SYMTestCaseDec: Play tone - DTMF - Stop. The client wants to play a DTMF tone for a while a stop it. DevSound is initialized to tone play after Stop.
|
sl@0
|
732 |
//!@SYMTestPriority: Normal
|
sl@0
|
733 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
734 |
//!@SYMTestActions:
|
sl@0
|
735 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
736 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
737 |
//2. Create and start a CPeriodic object.
|
sl@0
|
738 |
//3. Call PlayDTMFStringL() method with DTMFString = 01234, 56789, ABCDEF#*.
|
sl@0
|
739 |
//4. On the timer event, after one second, call Stop() to stop the ongoing operation.
|
sl@0
|
740 |
//5. Again play a tone using PlayDTMFStringL().
|
sl@0
|
741 |
//!@SYMTestExpectedResults:
|
sl@0
|
742 |
//Tone play is stopped and DevSound goes to “Initialized to Play Tone” state, second tone request is accepted. Stop() is synchronous and it should not invoke callbacks through MDevSoundObserver.
|
sl@0
|
743 |
PRINT Play tone - DTMF - Stop. The client wants to play a DTMF tone for a while a stop it. DevSound is initialized to tone play after Stop.
|
sl@0
|
744 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0045, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
745 |
TEST_COMPLETE
|
sl@0
|
746 |
|
sl@0
|
747 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0046
|
sl@0
|
748 |
//!@SYMREQ: 7951
|
sl@0
|
749 |
//!@SYMPREQ: 1540
|
sl@0
|
750 |
//!@SYMTestCaseDec: Play tone - Tone sequence - Stop. The client wants to play a tone sequence for a while and stop it. DevSound is initialized to tone play after Stop.
|
sl@0
|
751 |
//!@SYMTestPriority: Normal
|
sl@0
|
752 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
753 |
//!@SYMTestActions:
|
sl@0
|
754 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
755 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
756 |
//2. Create and start a CPeriodic object.
|
sl@0
|
757 |
//3. Call PlayToneSequenceL() method. (For testing purposes, the tone should last more than the timer event)
|
sl@0
|
758 |
//4. On the timer event, after one second, call Stop() to stop the ongoing operation.
|
sl@0
|
759 |
//5. Again play a tone using PlayToneSequenceL().
|
sl@0
|
760 |
//!@SYMTestExpectedResults:
|
sl@0
|
761 |
//Tone play is stopped and DevSound goes to “Initialized to Play Tone” state, second tone request is accepted. Stop() is synchronous and it should not invoke callbacks through MDevSoundObserver.
|
sl@0
|
762 |
PRINT Play tone - Tone sequence - Stop. The client wants to play a tone sequence for a while and stop it. DevSound is initialized to tone play after Stop.
|
sl@0
|
763 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0046, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
764 |
TEST_COMPLETE
|
sl@0
|
765 |
|
sl@0
|
766 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0051
|
sl@0
|
767 |
//!@SYMREQ: 7951
|
sl@0
|
768 |
//!@SYMPREQ: 1540
|
sl@0
|
769 |
//!@SYMTestCaseDec: Play tone - Once- Call InitializeL() using EMMFStatePlaying
|
sl@0
|
770 |
//!@SYMTestPriority: Normal
|
sl@0
|
771 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
772 |
//!@SYMTestActions:
|
sl@0
|
773 |
//1. Create and Initialize DevSound instance for playing audio.
|
sl@0
|
774 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
775 |
//2. PlayToneL() is called when InitializeL() was called using EMMFStatePlaying value.
|
sl@0
|
776 |
//!@SYMTestExpectedResults:
|
sl@0
|
777 |
//It leaves with KErrNotSupported.
|
sl@0
|
778 |
PRINT Play tone - Once- Call InitializeL() using EMMFStatePlaying
|
sl@0
|
779 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0051, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
780 |
TEST_COMPLETE
|
sl@0
|
781 |
|
sl@0
|
782 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0052
|
sl@0
|
783 |
//!@SYMREQ: 7951
|
sl@0
|
784 |
//!@SYMPREQ: 1540
|
sl@0
|
785 |
//!@SYMTestCaseDec: Play tone - Dual tone - Call InitializeL() using EMMFStatePlaying
|
sl@0
|
786 |
//!@SYMTestPriority: Normal
|
sl@0
|
787 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
788 |
//!@SYMTestActions:
|
sl@0
|
789 |
//1. Create and Initialize DevSound instance for playing audio.
|
sl@0
|
790 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
791 |
//2. PlayDualToneL() called when InitializeL() was called using EMMFStatePlaying value.
|
sl@0
|
792 |
//!@SYMTestExpectedResults:
|
sl@0
|
793 |
//It leaves with KErrNotSupported.
|
sl@0
|
794 |
PRINT Play tone - Dual tone - Call InitializeL() using EMMFStatePlaying
|
sl@0
|
795 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0052, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
796 |
TEST_COMPLETE
|
sl@0
|
797 |
|
sl@0
|
798 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0053
|
sl@0
|
799 |
//!@SYMREQ: 7951
|
sl@0
|
800 |
//!@SYMPREQ: 1540
|
sl@0
|
801 |
//!@SYMTestCaseDec: Play tone - DTMF - Call InitializeL() using EMMFStatePlaying
|
sl@0
|
802 |
//!@SYMTestPriority: Normal
|
sl@0
|
803 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
804 |
//!@SYMTestActions:
|
sl@0
|
805 |
//1. Create and Initialize DevSound instance for playing audio.
|
sl@0
|
806 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
807 |
//2. PlayDTMFStringL() called when InitializeL() was called using EMMFStatePlaying value.
|
sl@0
|
808 |
//!@SYMTestExpectedResults:
|
sl@0
|
809 |
//It leaves with KErrNotSupported.
|
sl@0
|
810 |
PRINT Play tone - DTMF - Call InitializeL() using EMMFStatePlaying
|
sl@0
|
811 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0053, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
812 |
TEST_COMPLETE
|
sl@0
|
813 |
|
sl@0
|
814 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0054
|
sl@0
|
815 |
//!@SYMREQ: 7951
|
sl@0
|
816 |
//!@SYMPREQ: 1540
|
sl@0
|
817 |
//!@SYMTestCaseDec: Play tone - Tone sequence - Call InitializeL() using EMMFStatePlaying
|
sl@0
|
818 |
//!@SYMTestPriority: Normal
|
sl@0
|
819 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
820 |
//!@SYMTestActions:
|
sl@0
|
821 |
//1. Create and Initialize DevSound instance for playing audio.
|
sl@0
|
822 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
823 |
//2. PlayToneSequenceL() is called when InitializeL() was called using EMMFStatePlaying value.
|
sl@0
|
824 |
//!@SYMTestExpectedResults:
|
sl@0
|
825 |
//It leaves with KErrNotSupported.
|
sl@0
|
826 |
PRINT Play tone - Tone sequence - Call InitializeL() using EMMFStatePlaying
|
sl@0
|
827 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0054, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
828 |
TEST_COMPLETE
|
sl@0
|
829 |
|
sl@0
|
830 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0055
|
sl@0
|
831 |
//!@SYMREQ: 7951
|
sl@0
|
832 |
//!@SYMPREQ: 1540
|
sl@0
|
833 |
//!@SYMTestCaseDec: Play tone - Once - Call InitializeL() using EMMFStateRecording
|
sl@0
|
834 |
//!@SYMTestPriority: Normal
|
sl@0
|
835 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
836 |
//!@SYMTestActions:
|
sl@0
|
837 |
//1. Create and Initialize DevSound instance for recording audio.
|
sl@0
|
838 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
839 |
//2. PlayToneL() is called when InitializeL() was called using EMMFStateRecording value.
|
sl@0
|
840 |
//!@SYMTestExpectedResults:
|
sl@0
|
841 |
//It leaves with KErrNotSupported.
|
sl@0
|
842 |
PRINT Play tone - Once - Call InitializeL() using EMMFStateRecording
|
sl@0
|
843 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0055, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
844 |
TEST_COMPLETE
|
sl@0
|
845 |
|
sl@0
|
846 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0056
|
sl@0
|
847 |
//!@SYMREQ: 7951
|
sl@0
|
848 |
//!@SYMPREQ: 1540
|
sl@0
|
849 |
//!@SYMTestCaseDec: Play tone - Dual tone - Call InitializeL() using EMMFStateRecording
|
sl@0
|
850 |
//!@SYMTestPriority: Normal
|
sl@0
|
851 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
852 |
//!@SYMTestActions:
|
sl@0
|
853 |
//1. Create and Initialize DevSound instance for recording audio.
|
sl@0
|
854 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
855 |
//2. PlayDualToneL() called when InitializeL() was called using EMMFStateRecording value.
|
sl@0
|
856 |
//!@SYMTestExpectedResults:
|
sl@0
|
857 |
//It leaves with KErrNotSupported.
|
sl@0
|
858 |
PRINT Play tone - Dual tone - Call InitializeL() using EMMFStateRecording
|
sl@0
|
859 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0056, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
860 |
TEST_COMPLETE
|
sl@0
|
861 |
|
sl@0
|
862 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0057
|
sl@0
|
863 |
//!@SYMREQ: 7951
|
sl@0
|
864 |
//!@SYMPREQ: 1540
|
sl@0
|
865 |
//!@SYMTestCaseDec: Play tone - DTMF - Call InitializeL() using EMMFStateRecording
|
sl@0
|
866 |
//!@SYMTestPriority: Normal
|
sl@0
|
867 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
868 |
//!@SYMTestActions:
|
sl@0
|
869 |
//1. Create and Initialize DevSound instance for recording audio.
|
sl@0
|
870 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
871 |
//2. PlayDTMFStringL() called when InitializeL() was called using EMMFStateRecording value.
|
sl@0
|
872 |
//!@SYMTestExpectedResults:
|
sl@0
|
873 |
//It leaves with KErrNotSupported.
|
sl@0
|
874 |
PRINT Play tone - DTMF - Call InitializeL() using EMMFStateRecording
|
sl@0
|
875 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0057, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
876 |
TEST_COMPLETE
|
sl@0
|
877 |
|
sl@0
|
878 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0058
|
sl@0
|
879 |
//!@SYMREQ: 7951
|
sl@0
|
880 |
//!@SYMPREQ: 1540
|
sl@0
|
881 |
//!@SYMTestCaseDec: Play tone - Tone sequence - Call InitializeL() using EMMFStateRecording
|
sl@0
|
882 |
//!@SYMTestPriority: Normal
|
sl@0
|
883 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
884 |
//!@SYMTestActions:
|
sl@0
|
885 |
//1. Create and Initialize DevSound instance for recording audio.
|
sl@0
|
886 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
887 |
//2. PlayToneSequenceL() is called when InitializeL() was called using EMMFStateRecording value.
|
sl@0
|
888 |
//!@SYMTestExpectedResults:
|
sl@0
|
889 |
//It leaves with KErrNotSupported.
|
sl@0
|
890 |
PRINT Play tone - Tone sequence - Call InitializeL() using EMMFStateRecording
|
sl@0
|
891 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0058, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
892 |
TEST_COMPLETE
|
sl@0
|
893 |
|
sl@0
|
894 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0059
|
sl@0
|
895 |
//!@SYMREQ: 7951
|
sl@0
|
896 |
//!@SYMPREQ: 1540
|
sl@0
|
897 |
//!@SYMTestCaseDec: Play tone - Once - Call PlayToneL() without calling initialize
|
sl@0
|
898 |
//!@SYMTestPriority: Normal
|
sl@0
|
899 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
900 |
//!@SYMTestActions:
|
sl@0
|
901 |
//1. Create a Devsound instance, but do not Initialize it.
|
sl@0
|
902 |
//2. Call PlayToneL().
|
sl@0
|
903 |
//!@SYMTestExpectedResults:
|
sl@0
|
904 |
//It leaves with KErrNotReady.
|
sl@0
|
905 |
PRINT Play tone - Once - Call PlayToneL() without calling initialize
|
sl@0
|
906 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0059, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
907 |
TEST_COMPLETE
|
sl@0
|
908 |
|
sl@0
|
909 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0060
|
sl@0
|
910 |
//!@SYMREQ: 7951
|
sl@0
|
911 |
//!@SYMPREQ: 1540
|
sl@0
|
912 |
//!@SYMTestCaseDec: Play tone - Dual tone - Call PlayDualToneL() without calling initialize
|
sl@0
|
913 |
//!@SYMTestPriority: Normal
|
sl@0
|
914 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
915 |
//!@SYMTestActions:
|
sl@0
|
916 |
//1. Create a Devsound instance, but do not Initialize it.
|
sl@0
|
917 |
//2. Call PlayDualToneL().
|
sl@0
|
918 |
//!@SYMTestExpectedResults:
|
sl@0
|
919 |
//It leaves with KErrNotReady.
|
sl@0
|
920 |
PRINT Play tone - Dual tone - Call PlayDualToneL() without calling initialize
|
sl@0
|
921 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0060, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
922 |
TEST_COMPLETE
|
sl@0
|
923 |
|
sl@0
|
924 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0061
|
sl@0
|
925 |
//!@SYMREQ: 7951
|
sl@0
|
926 |
//!@SYMPREQ: 1540
|
sl@0
|
927 |
//!@SYMTestCaseDec: Play tone - DTMF - Call PlayDTMFStringL()without calling initialize
|
sl@0
|
928 |
//!@SYMTestPriority: Normal
|
sl@0
|
929 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
930 |
//!@SYMTestActions:
|
sl@0
|
931 |
//1. Create a Devsound instance, but do not Initialize it.
|
sl@0
|
932 |
//2. Call PlayDTMFStringL().
|
sl@0
|
933 |
//!@SYMTestExpectedResults:
|
sl@0
|
934 |
//It leaves with KErrNotReady.
|
sl@0
|
935 |
PRINT Play tone - DTMF - Call PlayDTMFStringL()without calling initialize
|
sl@0
|
936 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0061, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
937 |
TEST_COMPLETE
|
sl@0
|
938 |
|
sl@0
|
939 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0062
|
sl@0
|
940 |
//!@SYMREQ: 7951
|
sl@0
|
941 |
//!@SYMPREQ: 1540
|
sl@0
|
942 |
//!@SYMTestCaseDec: Play tone - Tone sequence - Call PlayToneSequenceL() without calling initialize
|
sl@0
|
943 |
//!@SYMTestPriority: Normal
|
sl@0
|
944 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
945 |
//!@SYMTestActions:
|
sl@0
|
946 |
//1. Create a Devsound instance, but do not Initialize it.
|
sl@0
|
947 |
//2. Call PlayToneSequenceL().
|
sl@0
|
948 |
//!@SYMTestExpectedResults:
|
sl@0
|
949 |
//It leaves with KErrNotReady.
|
sl@0
|
950 |
PRINT Play tone - Tone sequence - Call PlayToneSequenceL() without calling initialize
|
sl@0
|
951 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0062, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
952 |
TEST_COMPLETE
|
sl@0
|
953 |
|
sl@0
|
954 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0063
|
sl@0
|
955 |
//!@SYMREQ: 7951
|
sl@0
|
956 |
//!@SYMPREQ: 1540
|
sl@0
|
957 |
//!@SYMTestCaseDec: Play tone - Tone sequence - Call PlayToneSequenceL() using an invalid tone sequence descriptor
|
sl@0
|
958 |
//!@SYMTestPriority: Normal
|
sl@0
|
959 |
//!@SYMTestType: Exception Usecase
|
sl@0
|
960 |
//!@SYMTestActions:
|
sl@0
|
961 |
//1. Create and Initialize DevSound instance for playing tones.
|
sl@0
|
962 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
963 |
//2. Call PlayToneSequenceL() method using an invalid tone sequence descriptor.
|
sl@0
|
964 |
//!@SYMTestExpectedResults:
|
sl@0
|
965 |
//A ToneFinished(KErrCorrupt) callback is received.
|
sl@0
|
966 |
PRINT Play tone - Tone sequence - Call PlayToneSequenceL() using an invalid tone sequence descriptor
|
sl@0
|
967 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0063, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
968 |
TEST_COMPLETE
|
sl@0
|
969 |
|
sl@0
|
970 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0009
|
sl@0
|
971 |
//!@SYMREQ: 7951
|
sl@0
|
972 |
//!@SYMPREQ: 1540
|
sl@0
|
973 |
//!@SYMTestCaseDec: Play tone configuration - Call SetVolume(..) method during paused playing tone
|
sl@0
|
974 |
//!@SYMTestPriority: Normal
|
sl@0
|
975 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
976 |
//!@SYMTestActions:
|
sl@0
|
977 |
//1. Create a Devsound instance.
|
sl@0
|
978 |
//2. Create a CPeriodic instance.
|
sl@0
|
979 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
980 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
981 |
//4. Play a tone.(For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
982 |
//5. Start CPeriodic to trigger timed events every 2 seconds.
|
sl@0
|
983 |
//6. On timer event pause DevSound client, then call SetVolume(..).
|
sl@0
|
984 |
//7. Call Volume() method to verify current device volume value during the playback.
|
sl@0
|
985 |
//!@SYMTestExpectedResults:
|
sl@0
|
986 |
//SetVolume(..) method shall be executed without error message.
|
sl@0
|
987 |
//Value returned from Volume() method shall be equal to the value set by SetVolume(..).
|
sl@0
|
988 |
PRINT Play tone configuration - Call SetVolume(..) method during paused playing tone
|
sl@0
|
989 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0009, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
990 |
TEST_COMPLETE
|
sl@0
|
991 |
|
sl@0
|
992 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0032
|
sl@0
|
993 |
//!@SYMREQ: 7951
|
sl@0
|
994 |
//!@SYMPREQ: 1540
|
sl@0
|
995 |
//!@SYMTestCaseDec: Play tone query - Call Capabilities() to retrieve all the supported capabilities when paused
|
sl@0
|
996 |
//!@SYMTestPriority: Normal
|
sl@0
|
997 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
998 |
//!@SYMTestActions:
|
sl@0
|
999 |
//1. Create a Devsound instance.
|
sl@0
|
1000 |
//2. Create a CPeriodic instance.
|
sl@0
|
1001 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
1002 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1003 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
1004 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
1005 |
//6. On timer event, after calling Pause(), invoke Capabilities() method to get all supported sample rates and channel encodings.
|
sl@0
|
1006 |
//!@SYMTestExpectedResults:
|
sl@0
|
1007 |
//Capabilities() method shall retrieve a set of supported capabilities.
|
sl@0
|
1008 |
PRINT Play tone query - Call Capabilities() to retrieve all the supported capabilities when paused
|
sl@0
|
1009 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0032, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1010 |
TEST_COMPLETE
|
sl@0
|
1011 |
|
sl@0
|
1012 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0033
|
sl@0
|
1013 |
//!@SYMREQ: 7951
|
sl@0
|
1014 |
//!@SYMPREQ: 1540
|
sl@0
|
1015 |
//!@SYMTestCaseDec: Play tone query - Call Config() to retrieve the current capabilities, sampling rate and channel encoding when paused
|
sl@0
|
1016 |
//!@SYMTestPriority: Normal
|
sl@0
|
1017 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1018 |
//!@SYMTestActions:
|
sl@0
|
1019 |
//1. Create a Devsound instance.
|
sl@0
|
1020 |
//2. Create a CPeriodic instance.
|
sl@0
|
1021 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
1022 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1023 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
1024 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
1025 |
//6. On timer event, after calling Pause(), invoke Config() method to get Sampling Rate and iChannel encoding.
|
sl@0
|
1026 |
//!@SYMTestExpectedResults:
|
sl@0
|
1027 |
//Config() method shall retrieve current sample rate and channel encoding.
|
sl@0
|
1028 |
PRINT Play tone query - Call Config() to retrieve the current capabilities, sampling rate and channel encoding when paused
|
sl@0
|
1029 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0033, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1030 |
TEST_COMPLETE
|
sl@0
|
1031 |
|
sl@0
|
1032 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0034
|
sl@0
|
1033 |
//!@SYMREQ: 7951
|
sl@0
|
1034 |
//!@SYMPREQ: 1540
|
sl@0
|
1035 |
//!@SYMTestCaseDec: Play tone query - Call MaxVolume() to retrieve the max volume suported by the device when paused
|
sl@0
|
1036 |
//!@SYMTestPriority: Normal
|
sl@0
|
1037 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1038 |
//!@SYMTestActions:
|
sl@0
|
1039 |
//1. Create a Devsound instance.
|
sl@0
|
1040 |
//2. Create a CPeriodic instance.
|
sl@0
|
1041 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
1042 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1043 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
1044 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
1045 |
//6. On timer event, after calling Pause(), invoke MaxVolume() method to get the maximum volume for current device.
|
sl@0
|
1046 |
//!@SYMTestExpectedResults:
|
sl@0
|
1047 |
//MaxVolume() method shall retrieve the max device´s volume.
|
sl@0
|
1048 |
PRINT Play tone query - Call MaxVolume() to retrieve the max volume suported by the device when paused
|
sl@0
|
1049 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0034, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1050 |
TEST_COMPLETE
|
sl@0
|
1051 |
|
sl@0
|
1052 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0035
|
sl@0
|
1053 |
//!@SYMREQ: 7951
|
sl@0
|
1054 |
//!@SYMPREQ: 1540
|
sl@0
|
1055 |
//!@SYMTestCaseDec: Play tone query - Call Volume() to retrieve the default device volume when paused
|
sl@0
|
1056 |
//!@SYMTestPriority: Normal
|
sl@0
|
1057 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1058 |
//!@SYMTestActions:
|
sl@0
|
1059 |
//1. Create a Devsound instance.
|
sl@0
|
1060 |
//2. Create a CPeriodic instance.
|
sl@0
|
1061 |
//3. Initialise a DevSound instance to play tones.
|
sl@0
|
1062 |
//3.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1063 |
//4. Call PlayToneL(). (For testing purposes, the tone should last more than the first timer event)
|
sl@0
|
1064 |
//5. Start CPeriodic to trigger timed events with a period of 2 seconds.
|
sl@0
|
1065 |
//6. On timer event, after calling Pause(), invoke Volume(..) method to get current volume value while tone play is in progress.
|
sl@0
|
1066 |
//!@SYMTestExpectedResults:
|
sl@0
|
1067 |
//Volume() shall retrieve the current device volume.
|
sl@0
|
1068 |
PRINT Play tone query - Call Volume() to retrieve the default device volume when paused
|
sl@0
|
1069 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0035, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1070 |
TEST_COMPLETE
|
sl@0
|
1071 |
|
sl@0
|
1072 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0047
|
sl@0
|
1073 |
//!@SYMREQ: 7951
|
sl@0
|
1074 |
//!@SYMPREQ: 1540
|
sl@0
|
1075 |
//!@SYMTestCaseDec: Play tone - Once - Pause. The client wants to play a tone for a while and pause it.
|
sl@0
|
1076 |
//!@SYMTestPriority: Normal
|
sl@0
|
1077 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1078 |
//!@SYMTestActions:
|
sl@0
|
1079 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
1080 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1081 |
//2. Create and start a CPeriodic object.
|
sl@0
|
1082 |
//3. Call PlayToneL() method. (For testing purposes, the tone should last more than the timer event)
|
sl@0
|
1083 |
//4. On the timer event, after two second, call Pause() to pause the ongoing operation.
|
sl@0
|
1084 |
//!@SYMTestExpectedResults:
|
sl@0
|
1085 |
//Tone play is paused at current playing tone position. DevSound goes to “Pause Playing Tone” state.
|
sl@0
|
1086 |
PRINT Play tone - Once - Pause. The client wants to play a tone for a while and pause it.
|
sl@0
|
1087 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0047, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1088 |
TEST_COMPLETE
|
sl@0
|
1089 |
|
sl@0
|
1090 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0048
|
sl@0
|
1091 |
//!@SYMREQ: 7951
|
sl@0
|
1092 |
//!@SYMPREQ: 1540
|
sl@0
|
1093 |
//!@SYMTestCaseDec: Play tone - Dual tone - Pause. The client wants to play a dual tone for a while and pause it.
|
sl@0
|
1094 |
//!@SYMTestPriority: Normal
|
sl@0
|
1095 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1096 |
//!@SYMTestActions:
|
sl@0
|
1097 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
1098 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1099 |
//2. Create and start a CPeriodic object.
|
sl@0
|
1100 |
//3. Call PlayDualToneL() method. (For testing purposes, the tone should last more than the timer event)
|
sl@0
|
1101 |
//4. On the timer event, after 2 seconds, call Pause() to pause the ongoing operation.
|
sl@0
|
1102 |
//!@SYMTestExpectedResults:
|
sl@0
|
1103 |
//Tone play is paused at current playing tone position. DevSound goes to “Pause Playing Tone” state.
|
sl@0
|
1104 |
PRINT Play tone - Dual tone - Pause. The client wants to play a dual tone for a while and pause it.
|
sl@0
|
1105 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0048, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1106 |
TEST_COMPLETE
|
sl@0
|
1107 |
|
sl@0
|
1108 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0049
|
sl@0
|
1109 |
//!@SYMREQ: 7951
|
sl@0
|
1110 |
//!@SYMPREQ: 1540
|
sl@0
|
1111 |
//!@SYMTestCaseDec: Play tone - DTMF - Pause. The client wants to play a DTMF string for a while and pause it.
|
sl@0
|
1112 |
//!@SYMTestPriority: Normal
|
sl@0
|
1113 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1114 |
//!@SYMTestActions:
|
sl@0
|
1115 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
1116 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1117 |
//2. Create and start a CPeriodic object.
|
sl@0
|
1118 |
//3. Call PlayDTMFStringL() method with DTMFString = 01234, 56789, ABCDEF#*.
|
sl@0
|
1119 |
//4. On the timer event, after two second, call Pause() to pause the ongoing operation.
|
sl@0
|
1120 |
//!@SYMTestExpectedResults:
|
sl@0
|
1121 |
//Tone play is paused at current playing tone position. DevSound goes to “Pause Playing Tone” state.
|
sl@0
|
1122 |
PRINT Play tone - DTMF - Pause. The client wants to play a DTMF string for a while and pause it.
|
sl@0
|
1123 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0049, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1124 |
TEST_COMPLETE
|
sl@0
|
1125 |
|
sl@0
|
1126 |
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-TONE-0050
|
sl@0
|
1127 |
//!@SYMREQ: 7951
|
sl@0
|
1128 |
//!@SYMPREQ: 1540
|
sl@0
|
1129 |
//!@SYMTestCaseDec: Play tone - Tone sequence - Pause. The client wants to play a tone sequence and pause it.
|
sl@0
|
1130 |
//!@SYMTestPriority: Normal
|
sl@0
|
1131 |
//!@SYMTestType: Alternative Usecase
|
sl@0
|
1132 |
//!@SYMTestActions:
|
sl@0
|
1133 |
//1. Create and Initialize DevSound instance to play tones.
|
sl@0
|
1134 |
//1.1 Wait for InitializeComplete(KErrNone) callback response.
|
sl@0
|
1135 |
//2. Create and start a CPeriodic object.
|
sl@0
|
1136 |
//3. Call PlayToneSequenceL() method. (For testing purposes, the tone should last more than the timer event)
|
sl@0
|
1137 |
//4. On the timer event, after two second, call Pause() to pause the ongoing operation.
|
sl@0
|
1138 |
//!@SYMTestExpectedResults:
|
sl@0
|
1139 |
//Tone play is paused at current playing tone position. DevSound goes to “Pause Playing Tone” state.
|
sl@0
|
1140 |
PRINT Play tone - Tone sequence - Pause. The client wants to play a tone sequence and pause it.
|
sl@0
|
1141 |
RUN_TEST_STEP 15000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-TONE-0050, c:\mm_a3f_devsound_play_tone.ini
|
sl@0
|
1142 |
TEST_COMPLETE |