1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/devsound/a3fcharacterisationtest/scripts/mm_a3f_devsound_init.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,593 @@
1.4 +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +// All rights reserved.
1.6 +// This component and the accompanying materials are made available
1.7 +// under the terms of "Eclipse Public License v1.0"
1.8 +// which accompanies this distribution, and is available
1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +//
1.11 +// Initial Contributors:
1.12 +// Nokia Corporation - initial contribution.
1.13 +//
1.14 +// Contributors:
1.15 +//
1.16 +// Description:
1.17 +// MM_A3F_DEVSOUND_CHRTZ_INIT.script
1.18 +// Syntax:
1.19 +// RUN_TEST_STEP <timeout>, <test suite>, <test step>, <configuration file.ini>
1.20 +//
1.21 +
1.22 +LOAD_SUITE char_a3f_devsound.dll
1.23 +delay 1000
1.24 +
1.25 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0001
1.26 +//!@SYMREQ: 7951
1.27 +//!@SYMPREQ: 1540
1.28 +//!@SYMTestCaseDec: Play tone initialisation - Call InitializeL() to initialise for playing tones
1.29 +//!@SYMTestPriority: Normal
1.30 +//!@SYMTestType: Normal Usecase
1.31 +//!@SYMTestActions:
1.32 +//1. Create and initialise DevSound instance to play tones.
1.33 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.34 +//!@SYMTestExpectedResults:
1.35 +//DevSound instance was created and initialised to play tones.
1.36 +//InitializeComplete(KErrNone) callback was received.
1.37 +PRINT Play tone initialisation - Call InitializeL() to initialise for playing tones
1.38 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0001, c:\mm_a3f_devsound_init.ini
1.39 +TEST_COMPLETE
1.40 +
1.41 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0002
1.42 +//!@SYMREQ: 7951
1.43 +//!@SYMPREQ: 1540
1.44 +//!@SYMTestCaseDesc: Play tone initialisation - Call CancelInitialize() to abort initialisation for tones
1.45 +//!@SYMTestPriority: Normal
1.46 +//!@SYMTestType: Alternative Usecase
1.47 +//!@SYMTestActions:
1.48 +//1. Create a Devsound instance.
1.49 +//2. Create a CPeriodic instance.
1.50 +//3. Initialise a DevSound instance to play tones.
1.51 +//4. Start CPeriodic to trigger timer events.
1.52 +//5. Call CancelInitialize() before receiving InitializeComplete() callback.
1.53 +//6. Wait 2 seconds to verify that InitializeComplete() callback is not received.
1.54 +//!@SYMTestExpectedResults:
1.55 +//CancelInitialize() returns KErrNone. InitializeComplete() callback shall be not received.
1.56 +PRINT Play tone initialisation - Call CancelInitialize() to abort initialisation for tones
1.57 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0002, c:\mm_a3f_devsound_init.ini
1.58 +TEST_COMPLETE
1.59 +
1.60 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0003
1.61 +//!@SYMREQ: 7951
1.62 +//!@SYMPREQ: 1540
1.63 +//!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones then reinitialise to play tones
1.64 +//!@SYMTestPriority: Normal
1.65 +//!@SYMTestType: Alternative Usecase
1.66 +//!@SYMTestActions:
1.67 +//1. Create and initialise DevSound instance to play tones.
1.68 +//2. After InitializeComplete() callback is received, initialise DevSound to play tones.
1.69 +//!@SYMTestExpectedResults:
1.70 +//DevSound instance was created and initialised to play tones.
1.71 +//InitializeComplete(KErrNone) callback was received.
1.72 +PRINT Play tone initialisation - Call InitializeL() to play tones then reinitialise to play tones
1.73 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0003, c:\mm_a3f_devsound_init.ini
1.74 +TEST_COMPLETE
1.75 +
1.76 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0004
1.77 +//!@SYMREQ: 7951
1.78 +//!@SYMPREQ: 1540
1.79 +//!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones then reinitialise to play audio
1.80 +//!@SYMTestPriority: Normal
1.81 +//!@SYMTestType: Alternative Usecase
1.82 +//!@SYMTestActions:
1.83 +//1. Create and initialise DevSound instance to play tones.
1.84 +//2. After InitializeComplete() callback is received, initialise DevSound to play audio.
1.85 +//!@SYMTestExpectedResults:
1.86 +//DevSound instance was created and initialised to play audio.
1.87 +//InitializeComplete(KErrNone) callback was received.
1.88 +PRINT Play tone initialisation - Call InitializeL() to play tones then reinitialise to play audio
1.89 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0004, c:\mm_a3f_devsound_init.ini
1.90 +TEST_COMPLETE
1.91 +
1.92 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0005
1.93 +//!@SYMREQ: 7951
1.94 +//!@SYMPREQ: 1540
1.95 +//!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones then reinitialise to record audio
1.96 +//!@SYMTestPriority: Normal
1.97 +//!@SYMTestType: Alternative Usecase
1.98 +//!@SYMTestActions:
1.99 +//1. Create and initialize DevSound instance to play tones.
1.100 +//2. After InitializeComplete() callback is received, initialise DevSound to record audio.
1.101 +//!@SYMTestExpectedResults:
1.102 +//DevSound instance was created and initialised to record audio.
1.103 +//InitializeComplete(KErrNone) callback was received.
1.104 +PRINT Play tone initialisation - Call InitializeL() to play tones then reinitialise to record audio
1.105 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0005, c:\mm_a3f_devsound_init.ini
1.106 +TEST_COMPLETE
1.107 +
1.108 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0006
1.109 +//!@SYMREQ: 7951
1.110 +//!@SYMPREQ: 1540
1.111 +//!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() to play tones using aTFourCC parameter
1.112 +//!@SYMTestPriority: Normal
1.113 +//!@SYMTestType: Exception Usecase
1.114 +//!@SYMTestActions:
1.115 +//1. Create a DevSound instance.
1.116 +//2. Initialise DevSound to play tones using InitializeL() with aTFourCC parameter.
1.117 +//!@SYMTestExpectedResults:
1.118 +//DevSound instance was created.
1.119 +//InitializeL() leaves with a KErrNotSupported.
1.120 +PRINT Play tone initialisation - Call InitializeL() to play tones using aTFourCC parameter
1.121 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0006, c:\mm_a3f_devsound_init.ini
1.122 +TEST_COMPLETE
1.123 +
1.124 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0007
1.125 +//!@SYMREQ: 7951
1.126 +//!@SYMPREQ: 1540
1.127 +//!@SYMTestCaseDesc: Play tone initialisation - Call InitializeL() using a TMMFState parameter different
1.128 +//to EMMFStateTonePlaying, EMMFStatePlaying or EMMFStateRecording.
1.129 +//!@SYMTestPriority: Normal
1.130 +//!@SYMTestType: Exception Usecase
1.131 +//!@SYMTestActions:
1.132 +//1. Create a DevSound instance.
1.133 +//2. Initialise DevSound using a mode parameter different to EMMFStateTonePlaying, EMMFStatePlaying or
1.134 +//EMMFStateRecording. Use ""EMMFStateConverting"" mode in initialisation.
1.135 +//!@SYMTestExpectedResults:
1.136 +//DevSound instance was created.
1.137 +//InitializeL() leaves with a KErrNotSupported.
1.138 +PRINT Play tone initialisation - Call InitializeL() using a TMMFState parameter different to EMMFStateTonePlaying, EMMFStatePlaying or EMMFStateRecording.
1.139 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0007, c:\mm_a3f_devsound_init.ini
1.140 +TEST_COMPLETE
1.141 +
1.142 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0008
1.143 +//!@SYMREQ: 7951
1.144 +//!@SYMPREQ: 1540
1.145 +//!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio
1.146 +//!@SYMTestPriority: Normal
1.147 +//!@SYMTestType: Normal Usecase
1.148 +//!@SYMTestActions:
1.149 +//1. Create and initialise DevSound instance to play audio.
1.150 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.151 +//!@SYMTestExpectedResults:
1.152 +//DevSound instance was created and initialised to play audio.
1.153 +//InitializeComplete(KErrNone) callback was received.
1.154 +PRINT Play audio initialisation - Call InitializeL() to play audio
1.155 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0008, c:\mm_a3f_devsound_init.ini
1.156 +TEST_COMPLETE
1.157 +
1.158 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0009
1.159 +//!@SYMREQ: 7951
1.160 +//!@SYMPREQ: 1540
1.161 +//!@SYMTestCaseDesc: Play audio initialisation - Call CancelInitialize() to abort initialisation
1.162 +//for playing audio
1.163 +//!@SYMTestPriority: Normal
1.164 +//!@SYMTestType: Alternative Usecase
1.165 +//!@SYMTestActions:
1.166 +//1. Create a Devsound instance.
1.167 +//2. Create a CPeriodic instance.
1.168 +//3. Initialise a DevSound instance to play audio.
1.169 +//4. Start CPeriodic to trigger timer events every 2 seconds.
1.170 +//5. Call CancelInitialize() before receiving InitializeComplete() callback .
1.171 +//6. On timer event, verify that InitializeComplete() callback was not received.
1.172 +//!@SYMTestExpectedResults:
1.173 +//CancelInitialize() returns KErrNone.
1.174 +//InitializeComplete(KErrNone) callback shall be not received.
1.175 +PRINT Play audio initialisation - Call CancelInitialize() to abort initialisation for playing audio
1.176 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0009, c:\mm_a3f_devsound_init.ini
1.177 +TEST_COMPLETE
1.178 +
1.179 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0010
1.180 +//!@SYMREQ: 7951
1.181 +//!@SYMPREQ: 1540
1.182 +//!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio then reinitialise to play tones
1.183 +//!@SYMTestPriority: Normal
1.184 +//!@SYMTestType: Alternative Usecase
1.185 +//!@SYMTestActions:
1.186 +//1. Create and Initialise a DevSound instance to play audio.
1.187 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.188 +//2. After InitializeComplete() callback is received initialise DevSound to play tones.
1.189 +//!@SYMTestExpectedResults:
1.190 +//DevSound instance was created and initialised to play tones.
1.191 +//InitializeComplete(KErrNone) callback was received.
1.192 +PRINT Play audio initialisation - Call InitializeL() to play audio then reinitialise to play tones
1.193 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0010, c:\mm_a3f_devsound_init.ini
1.194 +TEST_COMPLETE
1.195 +
1.196 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0011
1.197 +//!@SYMREQ: 7951
1.198 +//!@SYMPREQ: 1540
1.199 +//!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio then reinitialise to play audio
1.200 +//!@SYMTestPriority: Normal
1.201 +//!@SYMTestType: Alternative Usecase
1.202 +//!@SYMTestActions:
1.203 +//1. Create and Initialise a DevSound instance to play audio.
1.204 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.205 +//2. After InitializeComplete() callback is received initialise DevSound to play audio.
1.206 +//!@SYMTestExpectedResults:
1.207 +//DevSound instance was created and initialised to play audio.
1.208 +//InitializeComplete(KErrNone) callback was received.
1.209 +PRINT Play audio initialisation - Call InitializeL() to play audio then reinitialise to play audio
1.210 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0011, c:\mm_a3f_devsound_init.ini
1.211 +TEST_COMPLETE
1.212 +
1.213 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0012
1.214 +//!@SYMREQ: 7951
1.215 +//!@SYMPREQ: 1540
1.216 +//!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio then reinitialise to record audio
1.217 +//!@SYMTestPriority: Normal
1.218 +//!@SYMTestType: Alternative Usecase
1.219 +//!@SYMTestActions:
1.220 +//1. Create and Initialize a DevSound instance to play audio.
1.221 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.222 +//2. After InitializeComplete() callback is received, initialise DevSound to record audio.
1.223 +//!@SYMTestExpectedResults:
1.224 +//DevSound instance was created and initialised to record audio.
1.225 +//InitializeComplete(KErrNone) callback was received.
1.226 +PRINT Play audio initialisation - Call InitializeL() to play audio then reinitialise to record audio
1.227 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0012, c:\mm_a3f_devsound_init.ini
1.228 +TEST_COMPLETE
1.229 +
1.230 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0013
1.231 +//!@SYMREQ: 7951
1.232 +//!@SYMPREQ: 1540
1.233 +//!@SYMTestCaseDesc: Play audio initialisation - Call InitializeL() to play audio using an unsupported TFourCC codec parameter
1.234 +//!@SYMTestPriority: Normal
1.235 +//!@SYMTestType: Exception Usecase
1.236 +//!@SYMTestActions:
1.237 +//1. Create a DevSound instance.
1.238 +//2. Call InitializeL() to initialise DevSound to play audio, using an unsupported codec.
1.239 +//!@SYMTestExpectedResults:
1.240 +//DevSound instance was created and initialised to play audio
1.241 +//InitializeComplete(KErrNone) callback was received.
1.242 +PRINT Play audio initialisation - Call InitializeL() to play audio using an unsupported TFourCC codec parameter
1.243 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0013, c:\mm_a3f_devsound_init.ini
1.244 +TEST_COMPLETE
1.245 +
1.246 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0014
1.247 +//!@SYMREQ: 7951
1.248 +//!@SYMPREQ: 1540
1.249 +//!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio
1.250 +//!@SYMTestPriority: Normal
1.251 +//!@SYMTestType: Normal Usecase
1.252 +//!@SYMTestActions:
1.253 +//1. Create and initialise DevSound instance to record audio.
1.254 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.255 +//!@SYMTestExpectedResults:
1.256 +//InitializeComplete(KErrNone) callback was received.
1.257 +PRINT Record audio initialisation - Call InitializeL() to record audio
1.258 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0014, c:\mm_a3f_devsound_init.ini
1.259 +TEST_COMPLETE
1.260 +
1.261 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0015
1.262 +//!@SYMREQ: 7951
1.263 +//!@SYMPREQ: 1540
1.264 +//!@SYMTestCaseDesc: Record audio initialisation - Call CancelInitialize() to abort initialisation for recording audio
1.265 +//!@SYMTestPriority: Normal
1.266 +//!@SYMTestType: Alternative Usecase
1.267 +//!@SYMTestActions:
1.268 +//1. Create a DevSound instance.
1.269 +//2. Initialise DevSound to record audio.
1.270 +//3. Call CancelInitialize() before InitializeComplete() callback is received.
1.271 +//4. Wait 5 second to verify that InitializeComplete() callback is not received.
1.272 +//!@SYMTestExpectedResults:
1.273 +//CancelInitialize() returns KErrNone.
1.274 +//InitializeComplete(KErrNone) callback shall be not received.
1.275 +PRINT Record audio initialisation - Call CancelInitialize() to abort initialisation for recording audio
1.276 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0015, c:\mm_a3f_devsound_init.ini
1.277 +TEST_COMPLETE
1.278 +
1.279 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0016
1.280 +//!@SYMREQ: 7951
1.281 +//!@SYMPREQ: 1540
1.282 +//!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio then reinitialise to play tones
1.283 +//!@SYMTestPriority: Normal
1.284 +//!@SYMTestType: Alternative Usecase
1.285 +//!@SYMTestActions:
1.286 +//1. Create and initialise DevSound instance to record audio.
1.287 +//2. After InitializeComplete() callback is received, initialise DevSound to play tones.
1.288 +//!@SYMTestExpectedResults:
1.289 +//DevSound instance was created and initialised to play tones.
1.290 +//InitializeComplete(KErrNone) callback was received.
1.291 +PRINT Record audio initialisation - Call InitializeL() to record audio then reinitialise to play tones
1.292 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0016, c:\mm_a3f_devsound_init.ini
1.293 +TEST_COMPLETE
1.294 +
1.295 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0017
1.296 +//!@SYMREQ: 7951
1.297 +//!@SYMPREQ: 1540
1.298 +//!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio then reinitialise to play audio
1.299 +//!@SYMTestPriority: Normal
1.300 +//!@SYMTestType: Alternative Usecase
1.301 +//!@SYMTestActions:
1.302 +//1. Create and initialize DevSound instance to record audio.
1.303 +//2. After InitializeComplete() callback is received, initialise DevSound to play audio.
1.304 +//!@SYMTestExpectedResults:
1.305 +//DevSound instance was created and initialised to play audio.
1.306 +//InitializeComplete(KErrNone) callback was received.
1.307 +PRINT Record audio initialisation - Call InitializeL() to record audio then reinitialise to play audio
1.308 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0017, c:\mm_a3f_devsound_init.ini
1.309 +TEST_COMPLETE
1.310 +
1.311 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0018
1.312 +//!@SYMREQ: 7951
1.313 +//!@SYMPREQ: 1540
1.314 +//!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio then reinitialise to record audio
1.315 +//!@SYMTestPriority: Normal
1.316 +//!@SYMTestType: Alternative Usecase
1.317 +//!@SYMTestActions:
1.318 +//1. Create and initialize DevSound instance to record audio.
1.319 +//2. After InitializeComplete() callback is received, initialise DevSound to record audio.
1.320 +//!@SYMTestExpectedResults:
1.321 +//DevSound instance was created and initialised to record audio.
1.322 +//InitializeComplete(KErrNone) callback was received.
1.323 +PRINT Record audio initialisation - Call InitializeL() to record audio then reinitialise to record audio
1.324 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0018, c:\mm_a3f_devsound_init.ini
1.325 +TEST_COMPLETE
1.326 +
1.327 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0019
1.328 +//!@SYMREQ: 7951
1.329 +//!@SYMPREQ: 1540
1.330 +//!@SYMTestCaseDesc: Record audio initialisation - Call InitializeL() to record audio (no format specification is presented)
1.331 +//!@SYMTestPriority: Normal
1.332 +//!@SYMTestType: Normal Usecase
1.333 +//!@SYMTestActions:
1.334 +//1. Create and initialise DevSound instance to to record audio (default PCM16 codec used).
1.335 +//1.1 Wait for InitializeComplete(KErrNone) callback response.
1.336 +//!@SYMTestExpectedResults:
1.337 +//InitializeComplete(KErrNone) callback was received.
1.338 +PRINT Record audio initialisation - Call InitializeL() to record audio (no format specification is presented)
1.339 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0019, c:\mm_a3f_devsound_init.ini
1.340 +TEST_COMPLETE
1.341 +
1.342 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0020
1.343 +//!@SYMREQ: 7951
1.344 +//!@SYMPREQ: 1540
1.345 +//!@SYMTestCaseDesc: InitializeL() not called - PlayData() when InitializeL() was not called
1.346 +//!@SYMTestPriority: Normal
1.347 +//!@SYMTestType: Normal Usecase
1.348 +//!@SYMTestActions:
1.349 +//1. Create a DevSound instance.
1.350 +//2. Call PlayData() method
1.351 +//!@SYMTestExpectedResults:
1.352 +//DevSound client may panic.
1.353 +PRINT InitializeL() not called - PlayData() when InitializeL() was not called
1.354 +RUN_PANIC_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0020, MmfDevSoundProxy 0, c:\mm_a3f_devsound_init.ini
1.355 +TEST_COMPLETE
1.356 +
1.357 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0021
1.358 +//!@SYMREQ: 7951
1.359 +//!@SYMPREQ: 1540
1.360 +//!@SYMTestCaseDesc: InitializeL() not called - Call PlayDTMFStringL() when InitializeL() was not called
1.361 +//!@SYMTestPriority: Normal
1.362 +//!@SYMTestType: Normal Usecase
1.363 +//!@SYMTestActions:
1.364 +//1. Create a DevSound instance.
1.365 +//2. Call PlayDTMFStringL().
1.366 +//!@SYMTestExpectedResults:
1.367 +//PlayDTMFStringL() leaves with a KErrNotReady error
1.368 +PRINT InitializeL() not called - Call PlayDTMFStringL() when InitializeL() was not called
1.369 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0021, c:\mm_a3f_devsound_init.ini
1.370 +TEST_COMPLETE
1.371 +
1.372 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0022
1.373 +//!@SYMREQ: 7951
1.374 +//!@SYMPREQ: 1540
1.375 +//!@SYMTestCaseDesc: InitializeL() not called - Call PlayDualToneL() when InitializeL() was not called
1.376 +//!@SYMTestPriority: Normal
1.377 +//!@SYMTestType: Normal Usecase
1.378 +//!@SYMTestActions:
1.379 +//1. Create a DevSound instance.
1.380 +//2. Call PlayDualToneL().
1.381 +//!@SYMTestExpectedResults:
1.382 +//PlayDualToneL() leaves with a KErrNotReady error
1.383 +PRINT InitializeL() not called - Call PlayDualToneL() when InitializeL() was not called
1.384 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0022, c:\mm_a3f_devsound_init.ini
1.385 +TEST_COMPLETE
1.386 +
1.387 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0023
1.388 +//!@SYMREQ: 7951
1.389 +//!@SYMPREQ: 1540
1.390 +//!@SYMTestCaseDesc: InitializeL() not called - Call PlayFixedSequenceL() when InitializeL() was not called
1.391 +//!@SYMTestPriority: Normal
1.392 +//!@SYMTestType: Normal Usecase
1.393 +//!@SYMTestActions:
1.394 +//1. Create a DevSound instance.
1.395 +//2. Call PlayFixedSequenceL().
1.396 +//!@SYMTestExpectedResults:
1.397 +//PlayFixedSequenceL() leaves with a KErrNotReady error
1.398 +PRINT InitializeL() not called - Call PlayFixedSequenceL() when InitializeL() was not called
1.399 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0023, c:\mm_a3f_devsound_init.ini
1.400 +TEST_COMPLETE
1.401 +
1.402 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0024
1.403 +//!@SYMREQ: 7951
1.404 +//!@SYMPREQ: 1540
1.405 +//!@SYMTestCaseDesc: InitializeL() not called - Call PlayInitL() when InitializeL() was not called
1.406 +//!@SYMTestPriority: Normal
1.407 +//!@SYMTestType: Normal Usecase
1.408 +//!@SYMTestActions:
1.409 +//1. Create a DevSound instance.
1.410 +//2. Call PlayInitL().
1.411 +//!@SYMTestExpectedResults:
1.412 +//PlayInitL() leaves with a KErrNotReady error
1.413 +PRINT InitializeL() not called - Call PlayInitL() when InitializeL() was not called
1.414 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0024, c:\mm_a3f_devsound_init.ini
1.415 +TEST_COMPLETE
1.416 +
1.417 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0025
1.418 +//!@SYMREQ: 7951
1.419 +//!@SYMPREQ: 1540
1.420 +//!@SYMTestCaseDesc: InitializeL() not called - Call PlayToneL() when InitializeL() was not called
1.421 +//!@SYMTestPriority: Normal
1.422 +//!@SYMTestType: Normal Usecase
1.423 +//!@SYMTestActions:
1.424 +//1. Create a DevSound instance.
1.425 +//2. Call PlayToneL().
1.426 +//!@SYMTestExpectedResults:
1.427 +//PlayToneL() leaves with a KErrNotReady error
1.428 +PRINT InitializeL() not called - Call PlayToneL() when InitializeL() was not called
1.429 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0025, c:\mm_a3f_devsound_init.ini
1.430 +TEST_COMPLETE
1.431 +
1.432 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0026
1.433 +//!@SYMREQ: 7951
1.434 +//!@SYMPREQ: 1540
1.435 +//!@SYMTestCaseDesc: InitializeL() not called - Call PlayToneL() when InitializeL() was not called
1.436 +//!@SYMTestPriority: Normal
1.437 +//!@SYMTestType: Normal Usecase
1.438 +//!@SYMTestActions:
1.439 +//1. Create a DevSound instance.
1.440 +//2. Call PlayToneSequenceL().
1.441 +//!@SYMTestExpectedResults:
1.442 +//PlayToneSequenceL() leaves with a KErrNotReady error
1.443 +PRINT InitializeL() not called - Call PlayToneL() when InitializeL() was not called
1.444 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0026, c:\mm_a3f_devsound_init.ini
1.445 +TEST_COMPLETE
1.446 +
1.447 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0027
1.448 +//!@SYMREQ: 7951
1.449 +//!@SYMPREQ: 1540
1.450 +//!@SYMTestCaseDesc: InitializeL() not called - Call RecordData() when InitializeL() was not called
1.451 +//!@SYMTestPriority: Normal
1.452 +//!@SYMTestType: Normal Usecase
1.453 +//!@SYMTestActions:
1.454 +//1. Create a DevSound instance.
1.455 +//2. Call RecordData().
1.456 +//!@SYMTestExpectedResults:
1.457 +//DevSound client may panic.
1.458 +PRINT InitializeL() not called - Call RecordData() when InitializeL() was not called
1.459 +RUN_PANIC_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0027, MmfDevSoundProxy 1, c:\mm_a3f_devsound_init.ini
1.460 +TEST_COMPLETE
1.461 +
1.462 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0028
1.463 +//!@SYMREQ: 7951
1.464 +//!@SYMPREQ: 1540
1.465 +//!@SYMTestCaseDesc: InitializeL() not called - Call RecordInitL when InitializeL() was not called
1.466 +//!@SYMTestPriority: Normal
1.467 +//!@SYMTestType: Normal Usecase
1.468 +//!@SYMTestActions:
1.469 +//1. Create a DevSound instance.
1.470 +//2. Call RecordInitL().
1.471 +//!@SYMTestExpectedResults:
1.472 +//RecordInitL() leaves with a KErrNotReady error
1.473 +PRINT InitializeL() not called - Call RecordInitL when InitializeL() was not called
1.474 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0028, c:\mm_a3f_devsound_init.ini
1.475 +TEST_COMPLETE
1.476 +
1.477 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0029
1.478 +//!@SYMREQ: 7951
1.479 +//!@SYMPREQ: 1540
1.480 +//!@SYMTestCaseDesc: InitializeL() to play tones called more than once
1.481 +//!@SYMTestPriority: Normal
1.482 +//!@SYMTestType: Normal Usecase
1.483 +//!@SYMTestActions:
1.484 +//1. Create and initialise a DevSound instance to play tones.
1.485 +//2. Call again InitializeL() to initialise DevSound to play tones before the first InitializeComplete() callback is received.
1.486 +//!@SYMTestExpectedResults:
1.487 +//DevSound instance was created and initialised to play tones
1.488 +//InitializeComplete(KErrNone) callback for first InitializeL() call shall be received. Second InitializeL() call leaves with KErrNotReady.
1.489 +PRINT InitializeL() to play tones called more than once
1.490 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0029, c:\mm_a3f_devsound_init.ini
1.491 +TEST_COMPLETE
1.492 +
1.493 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0030
1.494 +//!@SYMREQ: 7951
1.495 +//!@SYMPREQ: 1540
1.496 +//!@SYMTestCaseDesc: InitializeL() to play audio called more than once
1.497 +//!@SYMTestPriority: Normal
1.498 +//!@SYMTestType: Normal Usecase
1.499 +//!@SYMTestActions:
1.500 +//1. Create and initialise a DevSound instance to play audio.
1.501 +//2. Call again InitializeL() to initialise DevSound to play audio before the first InitializeComplete() callback is received.
1.502 +//!@SYMTestExpectedResults:
1.503 +//DevSound instance was created and initialised to play audio
1.504 +//InitializeComplete(KErrNone) callback for first InitializeL() call shall be received. Second InitializeL() call leaves with KErrNotReady.
1.505 +PRINT InitializeL() to play audio called more than once
1.506 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0030, c:\mm_a3f_devsound_init.ini
1.507 +TEST_COMPLETE
1.508 +
1.509 +
1.510 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0031
1.511 +//!@SYMREQ: 7951
1.512 +//!@SYMPREQ: 1540
1.513 +//!@SYMTestCaseDesc: InitializeL() to record audio called more than once
1.514 +//!@SYMTestPriority: Normal
1.515 +//!@SYMTestType: Normal Usecase
1.516 +//!@SYMTestActions:
1.517 +//1. Create and initialise a DevSound instance to record audio.
1.518 +//2. Call again InitializeL() to initialise DevSound to record audio before receiving the first InitializeComplete() callback.
1.519 +//!@SYMTestExpectedResults:
1.520 +//DevSound instance was created and initialised to record audio
1.521 +//InitializeComplete(KErrNone) callback for first InitializeL() call shall be received. Second InitializeL() call leaves with KErrNotReady.
1.522 +PRINT InitializeL() to record audio called more than once
1.523 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0031, c:\mm_a3f_devsound_init.ini
1.524 +TEST_COMPLETE
1.525 +
1.526 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0032
1.527 +//!@SYMREQ: 7951
1.528 +//!@SYMPREQ: 1540
1.529 +//!@SYMTestCaseDesc: InitializeL() to record audio called more than once- Tone-The first InitializeL() leaves, then the second InitializeL() is handled normally.
1.530 +//!@SYMTestPriority:
1.531 +//!@SYMTestType: Alternative Usecase
1.532 +//!@SYMTestActions:
1.533 +//1. Create a DevSound instance.
1.534 +//2. Initialise DevSound to record audio using parameters that force the function to leave (e.g. Invalid FourCC Code).
1.535 +//3. Create and Initialise DevSound instance to play tones.
1.536 +//3.1 Wait for InitializeComplete(KErrNone) callback response.
1.537 +//!@SYMTestExpectedResults:
1.538 +//InitializeL() call shall leave. Second InitializeL() should generate the InitializeComplete calback with KErrNone.
1.539 +//DevSound instance was created and initialised to record audio.
1.540 +PRINT InitializeL() to record audio called more than once- Tone-The first InitializeL() leaves, then the second InitializeL() is handled normally.
1.541 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0032, c:\mm_a3f_devsound_init.ini
1.542 +TEST_COMPLETE
1.543 +
1.544 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0033
1.545 +//!@SYMREQ: 7951
1.546 +//!@SYMPREQ: 1540
1.547 +//!@SYMTestCaseDesc: InitializeL() to record audio called more than once- Play-The first InitializeL() leaves, then the second InitializeL() is handled normally.
1.548 +//!@SYMTestPriority:
1.549 +//!@SYMTestType: Alternative Usecase
1.550 +//!@SYMTestActions:
1.551 +//1. Create a DevSound instance.
1.552 +//2. Initialise DevSound to record audio using parameters that force the function to leave (e.g. Invalid FourCC Code).
1.553 +//3. Create and Initialise DevSound instance to play audio.
1.554 +//3.1 Wait for InitializeComplete(KErrNone) callback response.
1.555 +//!@SYMTestExpectedResults:
1.556 +InitializeL() call shall leave. Second InitializeL() should generate the InitializeComplete calback with KErrNone.
1.557 +DevSound instance was created and initialised to record audio.
1.558 +PRINT InitializeL() to record audio called more than once- Play-The first InitializeL() leaves, then the second InitializeL() is handled normally.
1.559 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0033, c:\mm_a3f_devsound_init.ini
1.560 +TEST_COMPLETE
1.561 +
1.562 +//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-INIT-0034
1.563 +//!@SYMREQ: 7951
1.564 +//!@SYMPREQ: 1540
1.565 +//!@SYMTestCaseDesc: InitializeL() to record audio called more than once- Record-The first InitializeL() leaves, then the second InitializeL() is handled normally.
1.566 +//!@SYMTestPriority:
1.567 +//!@SYMTestType: Alternative Usecase
1.568 +//!@SYMTestActions:
1.569 +//1. Create a DevSound instance.
1.570 +//2. Initialise DevSound to record audio using parameters that force the function to leave (e.g. Invalid FourCC Code).
1.571 +//3. Create and Initialise DevSound instance to record audio.
1.572 +//3.1 Wait for InitializeComplete(KErrNone) callback response.
1.573 +//!@SYMTestExpectedResults:
1.574 +//InitializeL() call shall leave. Second InitializeL() should generate the InitializeComplete calback with KErrNone.
1.575 +//DevSound instance was created and initialised to record audio.
1.576 +PRINT InitializeL() to record audio called more than once- Record-The first InitializeL() leaves, then the second InitializeL() is handled normally.
1.577 +RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-INIT-0034, c:\mm_a3f_devsound_init.ini
1.578 +TEST_COMPLETE
1.579 +
1.580 +
1.581 +
1.582 +
1.583 +
1.584 +
1.585 +
1.586 +
1.587 +
1.588 +
1.589 +
1.590 +
1.591 +
1.592 +
1.593 +
1.594 +
1.595 +
1.596 +