os/mm/devsound/a3fcharacterisationtest/scripts/mm_a3f_devsound_play_raw.script
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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_RAW_PLAY.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 1000
sl@0
    21
sl@0
    22
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0001
sl@0
    23
//!@SYMREQ: 7951
sl@0
    24
//!@SYMPREQ: 1540
sl@0
    25
//!@SYMTestCaseDec: Play Audio Configure - 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 a DevSound instance to play audio.
sl@0
    30
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
    31
//2. Call SetConfigL(..) method to set Sampling Rate to 16kHz and iChannel to Stereo Mode.
sl@0
    32
//!@SYMTestExpectedResults: 
sl@0
    33
//SetConfigL(..) method shall be executed without error message.
sl@0
    34
PRINT Play Audio Configure - Call SetConfigL(..) method to set Sampling Rate and Channel
sl@0
    35
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0001, c:\mm_a3f_devsound_play_raw.ini
sl@0
    36
TEST_COMPLETE
sl@0
    37
sl@0
    38
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0002
sl@0
    39
//!@SYMREQ: 7951
sl@0
    40
//!@SYMPREQ: 1540
sl@0
    41
//!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method during audio playing
sl@0
    42
//!@SYMTestPriority: Normal
sl@0
    43
//!@SYMTestType: Alternative Usecase
sl@0
    44
//!@SYMTestActions: 
sl@0
    45
//1. Create a Devsound instance.
sl@0
    46
//2. Open the file to be played.
sl@0
    47
//3. Create a CPeriodic instance.
sl@0
    48
//4. Initialise a DevSound instance to play audio.
sl@0
    49
//4.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
    50
//5. Play an audio file by calling PlayInitL().
sl@0
    51
//6. Start CPeriodic to trigger timed events every 2 seconds.
sl@0
    52
//7. On timer event call SetVolume(..) method to set volume to valid values during playback.
sl@0
    53
//8. Call Volume() method to verify current device volume value during the playback.
sl@0
    54
//!@SYMTestExpectedResults: 
sl@0
    55
//SetVolume(..) method shall be executed without error message.
sl@0
    56
//Value returned from Volume() method shall be equal to the value set by SetVolume(..).
sl@0
    57
PRINT Play Audio Configure - Call SetVolume(..) method during audio playing
sl@0
    58
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0002, c:\mm_a3f_devsound_play_raw.ini
sl@0
    59
TEST_COMPLETE
sl@0
    60
sl@0
    61
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0003
sl@0
    62
//!@SYMREQ: 7951
sl@0
    63
//!@SYMPREQ: 1540
sl@0
    64
//!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume
sl@0
    65
//!@SYMTestPriority: Normal
sl@0
    66
//!@SYMTestType: Normal Usecase
sl@0
    67
//!@SYMTestActions: 
sl@0
    68
//1. Create and initialise a DevSound instance to play audio.
sl@0
    69
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
    70
//2. Call SetVolume(..) method to set volume to a valid value.
sl@0
    71
//3. Call Volume() method to verify applied settings.
sl@0
    72
//!@SYMTestExpectedResults: 
sl@0
    73
//SetVolume(..) method shall be executed without error message.
sl@0
    74
//Value returned by Volume() method shall be equal to the value set by SetVolume(..).
sl@0
    75
PRINT Play Audio Configure - Call SetVolume(..) method to set volume
sl@0
    76
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0003, c:\mm_a3f_devsound_play_raw.ini
sl@0
    77
TEST_COMPLETE
sl@0
    78
sl@0
    79
sl@0
    80
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0004
sl@0
    81
//!@SYMREQ: 7951
sl@0
    82
//!@SYMPREQ: 1540
sl@0
    83
//!@SYMTestCaseDec: Play tone configuration - Call SetVolume(..) method during paused playing tone
sl@0
    84
//!@SYMTestPriority: Normal
sl@0
    85
//!@SYMTestType: Alternative Usecase
sl@0
    86
//!@SYMTestActions: 
sl@0
    87
//1. Create a Devsound instance.
sl@0
    88
//2. Open the file to be played.
sl@0
    89
//3. Create a CPeriodic instance.
sl@0
    90
//4. Initialise a DevSound instance to play audio files.
sl@0
    91
//4.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
    92
//5. Play audio.(For testing purposes, the audio file should last more than the first timer event)
sl@0
    93
//6. Start CPeriodic to trigger timed events every 2 seconds.
sl@0
    94
//7. On timer event pause DevSound client by calling Pause(), then call call SetVolume(..).
sl@0
    95
//8. Call Volume() method to verify current device volume value during the playback.
sl@0
    96
//!@SYMTestExpectedResults: 
sl@0
    97
//SetVolume(..) method shall be executed without error message.
sl@0
    98
//Value returned from Volume() method shall be equal to the value set by SetVolume(..).
sl@0
    99
PRINT Play tone configuration - Call SetVolume(..) method during paused playing tone
sl@0
   100
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0004, c:\mm_a3f_devsound_play_raw.ini
sl@0
   101
TEST_COMPLETE
sl@0
   102
sl@0
   103
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0005
sl@0
   104
//!@SYMREQ: 7951
sl@0
   105
//!@SYMPREQ: 1540
sl@0
   106
//!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume and reinitialise for tones.
sl@0
   107
//!@SYMTestPriority: Normal
sl@0
   108
//!@SYMTestType: Normal Usecase
sl@0
   109
//!@SYMTestActions: 
sl@0
   110
//1. Create a DevSound instance.
sl@0
   111
//2. Initialise the devsound instance to to play audio and call SetVoulme method.
sl@0
   112
//2.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   113
//3. After InitializeComplete() callback is received, initialise DevSound to play tones.
sl@0
   114
//4. Call Volume method to confirm wheter or not the first value is kept. (When the next InitializeComplete() is in context).
sl@0
   115
//!@SYMTestExpectedResults: 
sl@0
   116
//SetVolume(..) method shall be executed without error message.
sl@0
   117
//After reinitialisation of Devsound client, the calling of Volume() method shall return the value which was set by using SetVolume() method.
sl@0
   118
//(Volume settings shall not be modified despite DevSound client reinitialisation).
sl@0
   119
PRINT Play Audio Configure - Call SetVolume(..) method to set volume and reinitialise.
sl@0
   120
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0005, c:\mm_a3f_devsound_play_raw.ini
sl@0
   121
TEST_COMPLETE
sl@0
   122
sl@0
   123
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0006
sl@0
   124
//!@SYMREQ: 7951
sl@0
   125
//!@SYMPREQ: 1540
sl@0
   126
//!@SYMTestCaseDec: Play Audio Configure - Call SetVolumeRamp(..)  method to set volume ramp
sl@0
   127
//!@SYMTestPriority: Normal
sl@0
   128
//!@SYMTestType: Normal Usecase
sl@0
   129
//!@SYMTestActions: 
sl@0
   130
//1. Create a Devsound instance.
sl@0
   131
//2. Open the file to be played.
sl@0
   132
//3. Create a CPeriodic instance.
sl@0
   133
//4. Initialise a DevSound instance to play audio.
sl@0
   134
//4.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   135
//5. Play an audio file by calling PlayInitL().
sl@0
   136
//6. Start CPeriodic to trigger timed events with a period of 2 seconds.
sl@0
   137
//7. On timer event call SetVolumeRamp(..) method to set volume ramp to valid value
sl@0
   138
//8. Wait for play error callback and again play an audio file.
sl@0
   139
//!@SYMTestExpectedResults: 
sl@0
   140
//SetVolumeRamp(..) method shall be executed without error message and the its settings shall be reflected the next time PlayInitL() is called.
sl@0
   141
PRINT Play Audio Configure - Call SetVolumeRamp(..)  method to set volume ramp
sl@0
   142
RUN_TEST_STEP 20000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0006, c:\mm_a3f_devsound_play_raw.ini
sl@0
   143
TEST_COMPLETE
sl@0
   144
sl@0
   145
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0007
sl@0
   146
//!@SYMREQ: 7951
sl@0
   147
//!@SYMPREQ: 1540
sl@0
   148
//!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume to a value bigger than MaxVolume()
sl@0
   149
//!@SYMTestPriority: Normal
sl@0
   150
//!@SYMTestType: Normal Usecase
sl@0
   151
//!@SYMTestActions: 
sl@0
   152
//1. Create and initialise a DevSound instance to play audio.
sl@0
   153
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   154
//2. Call SetVolume(..) method to set volume to a value beyond MaxVolume().
sl@0
   155
//3. Call Volume() method to confirm volume value.
sl@0
   156
//!@SYMTestExpectedResults: 
sl@0
   157
//SetVolume(..) method shall be executed without error message. Value returned by Volume() method shall be equal to MaxVolume.
sl@0
   158
PRINT Play Audio Configure - Call SetVolume(..) method to set volume to a value bigger than MaxVolume()
sl@0
   159
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0007, c:\mm_a3f_devsound_play_raw.ini
sl@0
   160
TEST_COMPLETE
sl@0
   161
sl@0
   162
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0008
sl@0
   163
//!@SYMREQ: 7951
sl@0
   164
//!@SYMPREQ: 1540
sl@0
   165
//!@SYMTestCaseDec: Play Audio Configure - Call SetVolume(..) method to set volume to a negative value
sl@0
   166
//!@SYMTestPriority: Normal
sl@0
   167
//!@SYMTestType: Alternative Usecase
sl@0
   168
//!@SYMTestActions: 
sl@0
   169
//1. Create and initialise a DevSound instance to play audio.
sl@0
   170
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   171
//2. Call SetVolume(..) method to set volume using a value lower than zero.
sl@0
   172
//4. Call Volume() method to retrieve current device volume.
sl@0
   173
//!@SYMTestExpectedResults: 
sl@0
   174
//SetVolume(..) method shall be executed without error message. Value returned by Volume() method shall be zero.
sl@0
   175
PRINT Play Audio Configure - Call SetVolume(..) method to set volume to a negative value
sl@0
   176
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0008, c:\mm_a3f_devsound_play_raw.ini
sl@0
   177
TEST_COMPLETE
sl@0
   178
sl@0
   179
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0009
sl@0
   180
//!@SYMREQ: 7951
sl@0
   181
//!@SYMPREQ: 1540
sl@0
   182
//!@SYMTestCaseDec: Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values greater than 100
sl@0
   183
//!@SYMTestPriority: Normal
sl@0
   184
//!@SYMTestType: Alternative Usecase
sl@0
   185
//!@SYMTestActions: 
sl@0
   186
//1. Create and initialise a DevSound instance to play audio.
sl@0
   187
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   188
//2. Call SetPlayBalanceL(..) method to set speaker balance values to values greater than 100.
sl@0
   189
//3. Call GetPlayBalance() method to verify the speaker values.
sl@0
   190
//!@SYMTestExpectedResults: 
sl@0
   191
//SetPlayBalanceL(..) method shall be executed without error message.
sl@0
   192
//Data returned by GetPlayBalanceL() method shall be 100.
sl@0
   193
PRINT Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values greater than 100
sl@0
   194
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0009, c:\mm_a3f_devsound_play_raw.ini
sl@0
   195
TEST_COMPLETE
sl@0
   196
sl@0
   197
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0010
sl@0
   198
//!@SYMREQ: 7951
sl@0
   199
//!@SYMPREQ: 1540
sl@0
   200
//!@SYMTestCaseDec: Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values less than 0
sl@0
   201
//!@SYMTestPriority: Normal
sl@0
   202
//!@SYMTestType: Alternative Usecase
sl@0
   203
//!@SYMTestActions: 
sl@0
   204
//1. Create and initialise a DevSound instance to play audio.
sl@0
   205
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   206
//2. Call SetPlayBalanceL(..) method to set speaker balance values to values less than 0.
sl@0
   207
//3. Call GetPlayBalance() method to verify the speaker values.
sl@0
   208
//!@SYMTestExpectedResults: 
sl@0
   209
//SetPlayBalanceL(..) method shall be executed without error message.
sl@0
   210
//Data returned by GetPlayBalanceL() method shall be 0.
sl@0
   211
PRINT Play Audio Configure - Call SetPlayBalanceL(..) method to set LeftPercentage and aRightPercentage to values less than 0
sl@0
   212
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0010, c:\mm_a3f_devsound_play_raw.ini
sl@0
   213
TEST_COMPLETE
sl@0
   214
sl@0
   215
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0011
sl@0
   216
//!@SYMREQ: 7951
sl@0
   217
//!@SYMPREQ: 1540
sl@0
   218
//!@SYMTestCaseDec: Play Audio Configure - Call SetPrioritySettings(..) method to set priority
sl@0
   219
//!@SYMTestPriority: Normal
sl@0
   220
//!@SYMTestType: Normal Usecase
sl@0
   221
//!@SYMTestActions: 
sl@0
   222
//1. Create and Initialize DevSound instance to play audio.
sl@0
   223
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   224
//2. Call SetPrioritySettings(..) method to set iPriority to a valid value.
sl@0
   225
//!@SYMTestExpectedResults: 
sl@0
   226
//SetPrioritySettings(..) method shall be executed without error message.
sl@0
   227
PRINT Play Audio Configure - Call SetPrioritySettings(..) method to set priority
sl@0
   228
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0011, c:\mm_a3f_devsound_play_raw.ini
sl@0
   229
TEST_COMPLETE
sl@0
   230
sl@0
   231
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0012
sl@0
   232
//!@SYMREQ: 7951
sl@0
   233
//!@SYMPREQ: 1540
sl@0
   234
//!@SYMTestCaseDec: Play Audio query - Call Capabilities() method to get device - supported capabilities
sl@0
   235
//!@SYMTestPriority: Normal
sl@0
   236
//!@SYMTestType: Normal Usecase
sl@0
   237
//!@SYMTestActions: 
sl@0
   238
//1. Create and initialise a DevSound instance to play audio.
sl@0
   239
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   240
//2. Call Capabilities() method to get the supported capabilities of devsound.
sl@0
   241
//!@SYMTestExpectedResults: 
sl@0
   242
//Capabilities() method shall returns all supported Sampling Rates and all supported Channels by current device.
sl@0
   243
PRINT Play Audio query - Call Capabilities() method to get device - supported capabilities
sl@0
   244
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0012, c:\mm_a3f_devsound_play_raw.ini
sl@0
   245
TEST_COMPLETE
sl@0
   246
sl@0
   247
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0013
sl@0
   248
//!@SYMREQ: 7951
sl@0
   249
//!@SYMPREQ: 1540
sl@0
   250
//!@SYMTestCaseDec: Play Audio query - Call Config() method to get Sampling Rate and iChannel
sl@0
   251
//!@SYMTestPriority: Normal
sl@0
   252
//!@SYMTestType: Normal Usecase
sl@0
   253
//!@SYMTestActions: 
sl@0
   254
//1. Create and initialise a DevSound instance to play audio.
sl@0
   255
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   256
//2. Call Config() method to get Sampling Rate and iChannel.
sl@0
   257
//!@SYMTestExpectedResults: 
sl@0
   258
//Config() method shall return  current Sampling Rate and iChannel values.
sl@0
   259
PRINT Play Audio query - Call Config() method to get Sampling Rate and iChannel
sl@0
   260
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0013, c:\mm_a3f_devsound_play_raw.ini
sl@0
   261
TEST_COMPLETE
sl@0
   262
sl@0
   263
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0014
sl@0
   264
//!@SYMREQ: 7951
sl@0
   265
//!@SYMPREQ: 1540
sl@0
   266
//!@SYMTestCaseDec: Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value
sl@0
   267
//!@SYMTestPriority: Normal
sl@0
   268
//!@SYMTestType: Normal Usecase
sl@0
   269
//!@SYMTestActions: 
sl@0
   270
//1. Create and initialise a DevSound instance to play audio.
sl@0
   271
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   272
//2. Call GetPlayBalanceL() method to retrieve current device balance value.
sl@0
   273
//!@SYMTestExpectedResults: 
sl@0
   274
//GetPlayBalanceL(..) method shall return current device play balance values.
sl@0
   275
PRINT Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value
sl@0
   276
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0014, c:\mm_a3f_devsound_play_raw.ini
sl@0
   277
TEST_COMPLETE
sl@0
   278
sl@0
   279
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0015
sl@0
   280
//!@SYMREQ: 7951
sl@0
   281
//!@SYMPREQ: 1540
sl@0
   282
//!@SYMTestCaseDec: Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs
sl@0
   283
//!@SYMTestPriority: Normal
sl@0
   284
//!@SYMTestType: Normal Usecase
sl@0
   285
//!@SYMTestActions: 
sl@0
   286
//1. Create and initialise a DevSound instance to play audio.
sl@0
   287
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   288
//2. Call GetSupportedInputDataTypesL(..) method to get device's supported inputs.
sl@0
   289
//!@SYMTestExpectedResults: 
sl@0
   290
//GetSupportedInputDataTypesL() method shall return a list with the supported values.
sl@0
   291
PRINT Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs
sl@0
   292
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0015, c:\mm_a3f_devsound_play_raw.ini
sl@0
   293
TEST_COMPLETE
sl@0
   294
sl@0
   295
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0016
sl@0
   296
//!@SYMREQ: 7951
sl@0
   297
//!@SYMPREQ: 1540
sl@0
   298
//!@SYMTestCaseDec: Play Audio query - Call MaxVolume() method to get maximum supported volume 
sl@0
   299
//!@SYMTestPriority: Normal
sl@0
   300
//!@SYMTestType: Normal Usecase
sl@0
   301
//!@SYMTestActions: 
sl@0
   302
//1. Create and Initialize a DevSound instance to play audio.
sl@0
   303
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   304
//2. Call MaxVolume() method to get maximum device supported volume.
sl@0
   305
//!@SYMTestExpectedResults: 
sl@0
   306
//MaxVolume() method shall return the maximum device volume value.
sl@0
   307
PRINT Play Audio query - Call MaxVolume() method to get maximum supported volume 
sl@0
   308
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0016, c:\mm_a3f_devsound_play_raw.ini
sl@0
   309
TEST_COMPLETE
sl@0
   310
sl@0
   311
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0017
sl@0
   312
//!@SYMREQ: 7951
sl@0
   313
//!@SYMPREQ: 1540
sl@0
   314
//!@SYMTestCaseDec: Play Audio query - Call SamplesPlayed() method to get samples played so far
sl@0
   315
//!@SYMTestPriority: Normal
sl@0
   316
//!@SYMTestType: Normal Usecase
sl@0
   317
//!@SYMTestActions: 
sl@0
   318
//1. Create and Initialize a DevSound instance to play audio.
sl@0
   319
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   320
//2. Call SamplesPlayed() method to get samples played so far.
sl@0
   321
//!@SYMTestExpectedResults: 
sl@0
   322
//SamplesPlayed() shall return the amount of samples played. In this case, it shall be 0.
sl@0
   323
PRINT Play Audio query - Call SamplesPlayed() method to get samples played so far
sl@0
   324
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0017, c:\mm_a3f_devsound_play_raw.ini
sl@0
   325
TEST_COMPLETE
sl@0
   326
sl@0
   327
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0018
sl@0
   328
//!@SYMREQ: 7951
sl@0
   329
//!@SYMPREQ: 1540
sl@0
   330
//!@SYMTestCaseDec: Play Audio query - Call Volume(..) method to get volume value
sl@0
   331
//!@SYMTestPriority: Normal
sl@0
   332
//!@SYMTestType: Normal Usecase
sl@0
   333
//!@SYMTestActions: 
sl@0
   334
//1. Create and Initialize a DevSound instance to play audio.
sl@0
   335
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   336
//2. Call Volume(..) method to get current volume value.
sl@0
   337
//!@SYMTestExpectedResults: 
sl@0
   338
//Volume(..) method shall return current device volume value.
sl@0
   339
PRINT Play Audio query - Call Volume(..) method to get current volume value
sl@0
   340
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0018, c:\mm_a3f_devsound_play_raw.ini
sl@0
   341
TEST_COMPLETE
sl@0
   342
sl@0
   343
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0019
sl@0
   344
//!@SYMREQ: 7951
sl@0
   345
//!@SYMPREQ: 1540
sl@0
   346
//!@SYMTestCaseDec: Play Audio query - Call Capabilities() method to get device - supported capabilities while audio play is in progress.
sl@0
   347
//!@SYMTestPriority: Normal
sl@0
   348
//!@SYMTestType: Normal Usecase
sl@0
   349
//!@SYMTestActions: 
sl@0
   350
//1. Create a DevSound instance.
sl@0
   351
//2. Open file to play.
sl@0
   352
//3. Initialise the Devsound instance to play audio.
sl@0
   353
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   354
//4. Create and start a CPeriodic object.
sl@0
   355
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   356
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   357
//7. On timer event call Capabilities() method to get the supported capabilities of devsound.
sl@0
   358
//!@SYMTestExpectedResults: 
sl@0
   359
//Capabilities() method shall returns all supported Sampling Rates and all supported Channels by current device.
sl@0
   360
PRINT Play Audio query - Call Capabilities() method to get device - supported capabilities while audio play is in progress.
sl@0
   361
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0019, c:\mm_a3f_devsound_play_raw.ini
sl@0
   362
TEST_COMPLETE
sl@0
   363
sl@0
   364
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0020
sl@0
   365
//!@SYMREQ: 7951
sl@0
   366
//!@SYMPREQ: 1540
sl@0
   367
//!@SYMTestCaseDec: Play Audio query - Call Config() method to get Sampling Rate and iChannel while audio play is in progress.
sl@0
   368
//!@SYMTestPriority: Normal
sl@0
   369
//!@SYMTestType: Normal Usecase
sl@0
   370
//!@SYMTestActions: 
sl@0
   371
//1. Create a DevSound instance.
sl@0
   372
//2. Open file to play.
sl@0
   373
//3. Initialise the Devsound instance to play audio.
sl@0
   374
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   375
//4. Create and start a CPeriodic object.
sl@0
   376
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   377
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   378
//7. On timer event call Config() method to get Sampling Rate and iChannel.
sl@0
   379
//!@SYMTestExpectedResults: 
sl@0
   380
//Config() method shall return current Sampling Rate and iChannel values.
sl@0
   381
PRINT Play Audio query - Call Config() method to get Sampling Rate and iChannel while audio play is in progress.
sl@0
   382
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0020, c:\mm_a3f_devsound_play_raw.ini
sl@0
   383
TEST_COMPLETE
sl@0
   384
sl@0
   385
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0021
sl@0
   386
//!@SYMREQ: 7951
sl@0
   387
//!@SYMPREQ: 1540
sl@0
   388
//!@SYMTestCaseDec: Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value while audio play is in progress.
sl@0
   389
//!@SYMTestPriority: Normal
sl@0
   390
//!@SYMTestType: Normal Usecase
sl@0
   391
//!@SYMTestActions: 
sl@0
   392
//1. Create a DevSound instance.
sl@0
   393
//2. Open file to play.
sl@0
   394
//3. Initialise the Devsound instance to play audio.
sl@0
   395
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   396
//4. Create and start a CPeriodic object.
sl@0
   397
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   398
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   399
//7. On timer event call GetPlayBalanceL() method to retrieve current device balance value.
sl@0
   400
//!@SYMTestExpectedResults: 
sl@0
   401
//GetPlayBalanceL(..) method shall return current device play balance values.
sl@0
   402
PRINT Play Audio query - Call GetPlayBalanceL() method to retrieve current device balance value while audio play is in progress.
sl@0
   403
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0021, c:\mm_a3f_devsound_play_raw.ini
sl@0
   404
TEST_COMPLETE
sl@0
   405
sl@0
   406
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0022
sl@0
   407
//!@SYMREQ: 7951
sl@0
   408
//!@SYMPREQ: 1540
sl@0
   409
//!@SYMTestCaseDec: Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs while audio play is in progress.
sl@0
   410
//!@SYMTestPriority: Normal
sl@0
   411
//!@SYMTestType: Normal Usecase
sl@0
   412
//!@SYMTestActions: 
sl@0
   413
//1. Create a DevSound instance.
sl@0
   414
//2. Open file to play.
sl@0
   415
//3. Initialise the Devsound instance to play audio.
sl@0
   416
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   417
//4. Create and start a CPeriodic object.
sl@0
   418
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   419
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   420
//7. On timer event call GetSupportedInputDataTypesL(..) method to get device's supported inputs.
sl@0
   421
//!@SYMTestExpectedResults: 
sl@0
   422
//GetSupportedInputDataTypesL() method shall return a list with the supported values.
sl@0
   423
PRINT Play Audio query - Call GetSupportedInputDataTypesL(..) method to get device's supported inputs while audio play is in progress.
sl@0
   424
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0022, c:\mm_a3f_devsound_play_raw.ini
sl@0
   425
TEST_COMPLETE
sl@0
   426
sl@0
   427
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0023
sl@0
   428
//!@SYMREQ: 7951
sl@0
   429
//!@SYMPREQ: 1540
sl@0
   430
//!@SYMTestCaseDec: Play Audio query - Call MaxVolume() method to get maximum supported volume while audio play is in progress.
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. Open file to play.
sl@0
   436
//3. Initialise the Devsound instance to play audio.
sl@0
   437
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   438
//4. Create and start a CPeriodic object.
sl@0
   439
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   440
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   441
//7. On timer event call MaxVolume() method to get maximum device supported volume.
sl@0
   442
//!@SYMTestExpectedResults: 
sl@0
   443
//MaxVolume() method shall return the maximum device volume value.
sl@0
   444
PRINT Play Audio query - Call MaxVolume() method to get maximum supported volume while audio play is in progress.
sl@0
   445
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0023, c:\mm_a3f_devsound_play_raw.ini
sl@0
   446
TEST_COMPLETE
sl@0
   447
sl@0
   448
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0024
sl@0
   449
//!@SYMREQ: 7951
sl@0
   450
//!@SYMPREQ: 1540
sl@0
   451
//!@SYMTestCaseDec: Play Audio query - Call SamplesPlayed() method to get samples played so far while audio play is in progress.
sl@0
   452
//!@SYMTestPriority: Normal
sl@0
   453
//!@SYMTestType: Normal Usecase
sl@0
   454
//!@SYMTestActions: 
sl@0
   455
//1. Create a DevSound instance.
sl@0
   456
//2. Open file to play.
sl@0
   457
//3. Initialise the Devsound instance to play audio.
sl@0
   458
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   459
//4. Create and start a CPeriodic object.
sl@0
   460
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   461
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   462
//7. On timer event call SamplesPlayed() method to get samples played so far.
sl@0
   463
//!@SYMTestExpectedResults: 
sl@0
   464
//SamplesPlayed() shall return the amount of samples played. In this case, it shall be 0.
sl@0
   465
PRINT Play Audio query - Call SamplesPlayed() method to get samples played so far while audio play is in progress.
sl@0
   466
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0024, c:\mm_a3f_devsound_play_raw.ini
sl@0
   467
TEST_COMPLETE
sl@0
   468
sl@0
   469
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0025
sl@0
   470
//!@SYMREQ: 7951
sl@0
   471
//!@SYMPREQ: 1540
sl@0
   472
//!@SYMTestCaseDec: Play Audio query - Call Volume(..) method to get volume value while audio play is in progress.
sl@0
   473
//!@SYMTestPriority: Normal
sl@0
   474
//!@SYMTestType: Normal Usecase
sl@0
   475
//!@SYMTestActions: 
sl@0
   476
//1. Create a DevSound instance.
sl@0
   477
//2. Open file to play.
sl@0
   478
//3. Initialise the Devsound instance to play audio.
sl@0
   479
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   480
//4. Create and start a CPeriodic object.
sl@0
   481
//5. Call PlayInitL() method. (For testing purposes, the audio play should last more than the first timer event)
sl@0
   482
//6. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   483
//7. On timer event call Volume(..) method to get current volume value.
sl@0
   484
//!@SYMTestExpectedResults: 
sl@0
   485
//Volume(..) method shall return current device volume value.
sl@0
   486
PRINT Play Audio query - Call Volume(..) method to get current volume value while audio play is in progress.
sl@0
   487
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0025, c:\mm_a3f_devsound_play_raw.ini
sl@0
   488
TEST_COMPLETE
sl@0
   489
sl@0
   490
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0026
sl@0
   491
//!@SYMREQ: 7951
sl@0
   492
//!@SYMPREQ: 1540
sl@0
   493
//!@SYMTestCaseDec: Play Audio 
sl@0
   494
//!@SYMTestPriority: Normal
sl@0
   495
//!@SYMTestType: Normal Usecase
sl@0
   496
//!@SYMTestActions: 
sl@0
   497
//1. Create a DevSound instance.
sl@0
   498
//2. Open file to play.
sl@0
   499
//3. Initialise the Devsound instance to play audio.
sl@0
   500
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   501
//4. Call PlayInitL() method.
sl@0
   502
//5. Wait for BufferToBeFilled(..) callback to fill CMMFBuffer with data to play. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   503
//6. Repeat step 5 until the last buffer flag is set, meaning that the length of the buffer read from the file is less than the expected buffer size. Then , in PlayError(..) callback, you should check for KErrUnderflow and last buffer flag.
sl@0
   504
//!@SYMTestExpectedResults: 
sl@0
   505
//PlayError(ErrUnderFlow) callback shall be received.
sl@0
   506
PRINT Play Audio 
sl@0
   507
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0026, c:\mm_a3f_devsound_play_raw.ini
sl@0
   508
TEST_COMPLETE
sl@0
   509
sl@0
   510
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0027
sl@0
   511
//!@SYMREQ: 7951
sl@0
   512
//!@SYMPREQ: 1540
sl@0
   513
//!@SYMTestCaseDec: Play Audio - Call EmptyBuffers() during PlayData()/BTBF loop
sl@0
   514
//!@SYMTestPriority: Normal
sl@0
   515
//!@SYMTestType: Alternative Usecase
sl@0
   516
//!@SYMTestActions: 
sl@0
   517
//1. Create a DevSound instance.
sl@0
   518
//2. Open files to be played by DevSound instances.
sl@0
   519
//3. Create a CPeriodic instance.
sl@0
   520
//3.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   521
//4. Call PlayInitL() method and start timer events each 2 seconds.
sl@0
   522
//5. Wait for BufferToBeFilled(..) callback to fill the buffer with data. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   523
//6. On timer event, call EmptyBuffers().
sl@0
   524
//!@SYMTestExpectedResults: 
sl@0
   525
//EmptyBuffers() returns KErrNone. Any buffers in transit are thrown away, so data ceases to be played immediately. The client must have stopped any read activity into a buffer prior to making this call since new BufferToBeFilled() callback will be made.
sl@0
   526
PRINT Play Audio - Call EmptyBuffers() during PlayData()/BTBF loop
sl@0
   527
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0027, c:\mm_a3f_devsound_play_raw.ini
sl@0
   528
TEST_COMPLETE
sl@0
   529
sl@0
   530
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0028
sl@0
   531
//!@SYMREQ: 7951
sl@0
   532
//!@SYMPREQ: 1540
sl@0
   533
//!@SYMTestCaseDec: Play Audio - EmptyBuffers() is called when not playing
sl@0
   534
//!@SYMTestPriority: Normal
sl@0
   535
//!@SYMTestType: Exception Usecase
sl@0
   536
//!@SYMTestActions: 
sl@0
   537
//1. Create and Initialize a DevSound instance to play audio.
sl@0
   538
//1.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   539
//2. Call EmptyBuffers()
sl@0
   540
//!@SYMTestExpectedResults: 
sl@0
   541
//EmptyBuffers() returns KErrNotReady.
sl@0
   542
PRINT Play Audio - EmptyBuffers() is called when not playing
sl@0
   543
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0028, c:\mm_a3f_devsound_play_raw.ini
sl@0
   544
TEST_COMPLETE
sl@0
   545
sl@0
   546
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0029
sl@0
   547
//!@SYMREQ: 7951
sl@0
   548
//!@SYMPREQ: 1540
sl@0
   549
//!@SYMTestCaseDec: Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio
sl@0
   550
//!@SYMTestPriority: Normal
sl@0
   551
//!@SYMTestType: Normal Usecase
sl@0
   552
//!@SYMTestActions: 
sl@0
   553
//1. Create a Devsound instance.
sl@0
   554
//2. Open the file to be played.
sl@0
   555
//3. Create a CPeriodic instance.
sl@0
   556
//4. Initialise a DevSound instance to play audio.
sl@0
   557
//4.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   558
//5. Call PlayInitL() and start timer events every 2 seconds.
sl@0
   559
//6. Wait for BufferToBeFilled(..) callback of first DevSound instance to fill the buffer with data. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   560
//7. On timer event Pause() method.
sl@0
   561
//!@SYMTestExpectedResults: 
sl@0
   562
//Associated audio is no longer playing through output device.
sl@0
   563
PRINT Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio
sl@0
   564
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0029, c:\mm_a3f_devsound_play_raw.ini
sl@0
   565
TEST_COMPLETE
sl@0
   566
sl@0
   567
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0030
sl@0
   568
//!@SYMREQ: 7951
sl@0
   569
//!@SYMPREQ: 1540
sl@0
   570
//!@SYMTestCaseDec: Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio
sl@0
   571
//!@SYMTestPriority: Normal
sl@0
   572
//!@SYMTestType: Normal Usecase
sl@0
   573
//!@SYMTestActions: 
sl@0
   574
//1. Create a Devsound instance.
sl@0
   575
//2. Open the file to be played.
sl@0
   576
//3. Create a CPeriodic instance.
sl@0
   577
//4. Initialise a DevSound instance to play audio.
sl@0
   578
//4.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   579
//5. Call PlayInitL() and start timer events every 2 seconds.
sl@0
   580
//6. Wait for BufferToBeFilled(..) callback of first DevSound instance to fill the buffer with data. To continue receiving BTBF callbacks, is mandatory to call PlayData() method.
sl@0
   581
//7. On timer event Stop() method.
sl@0
   582
//!@SYMTestExpectedResults: 
sl@0
   583
//Associated audio is no longer playing through output device.
sl@0
   584
PRINT Pause or Stop while Playing Audio from a File - Call Stop() while playing the audio
sl@0
   585
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0030, c:\mm_a3f_devsound_play_raw.ini
sl@0
   586
TEST_COMPLETE
sl@0
   587
sl@0
   588
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0037
sl@0
   589
//!@SYMREQ: 7951
sl@0
   590
//!@SYMPREQ: 1540
sl@0
   591
//!@SYMTestCaseDec: PlayData() called out of sequence - Call PlayData() except in response to BufferToBeFilled()
sl@0
   592
//!@SYMTestPriority: Normal
sl@0
   593
//!@SYMTestType: Normal Usecase
sl@0
   594
//!@SYMTestActions: 
sl@0
   595
//1. Create a DevSound instance.
sl@0
   596
//2. Initialise the Devsound instance to play audio.
sl@0
   597
//2.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   598
//3. Call PlayData() method.
sl@0
   599
//!@SYMTestExpectedResults: 
sl@0
   600
//Devsound client shall panic.
sl@0
   601
PRINT PlayData() called out of sequence - Call PlayData() except in response to BufferToBeFilled()
sl@0
   602
RUN_PANIC_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0037, MmfDevSoundProxy 0, c:\mm_a3f_devsound_play_raw.ini
sl@0
   603
TEST_COMPLETE
sl@0
   604
sl@0
   605
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0038
sl@0
   606
//!@SYMREQ: 7951
sl@0
   607
//!@SYMPREQ: 1540
sl@0
   608
//!@SYMTestCaseDec: PlayInitL() called more than once - Re-call PlayInitL() without Stop() or PlayError() being called.
sl@0
   609
//!@SYMTestPriority: Normal
sl@0
   610
//!@SYMTestType: Normal Usecase
sl@0
   611
//!@SYMTestActions: 
sl@0
   612
//1. Create a DevSound instance.
sl@0
   613
//2. Initialise the Devsound instance to play audio.
sl@0
   614
//2.1 Wait for InitializeComplete(KErrNone) callback response.
sl@0
   615
//3. Call PlayInitL() method.
sl@0
   616
//4. Again call PlayInitL() method.
sl@0
   617
//!@SYMTestExpectedResults: 
sl@0
   618
//The second or subsequent PlayInitL() calls leave with KErrNotReady error.
sl@0
   619
PRINT PlayInitL() called more than once - Re-call PlayInitL() without Stop() or PlayError() being called.
sl@0
   620
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0038, c:\mm_a3f_devsound_play_raw.ini
sl@0
   621
TEST_COMPLETE
sl@0
   622
sl@0
   623
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0040
sl@0
   624
//!@SYMREQ: ????
sl@0
   625
//!@SYMPREQ: 1540
sl@0
   626
//!@SYMTestCaseDec: Pause called immediately after creating a DevSound instance 
sl@0
   627
//!@SYMTestPriority: Normal
sl@0
   628
//!@SYMTestType: Normal Usecase
sl@0
   629
//!@SYMTestActions: 
sl@0
   630
//1. Create a DevSound instance with medium priority
sl@0
   631
//2. Call Pause on the DevSound instance
sl@0
   632
//!@SYMTestExpectedResults: 
sl@0
   633
//The DevSound instance should not panic 
sl@0
   634
PRINT Pause called immediately after creating a DevSound instance
sl@0
   635
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0040, c:\mm_a3f_devsound_play_raw.ini
sl@0
   636
TEST_COMPLETE
sl@0
   637
sl@0
   638
//!@SYMTestCaseID: MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0041
sl@0
   639
//!@SYMREQ: ????
sl@0
   640
//!@SYMPREQ: 1540
sl@0
   641
//!@SYMTestCaseDec: Call empty buffers on receipt of the third buffer to be filled request 
sl@0
   642
//!@SYMTestPriority: Normal
sl@0
   643
//!@SYMTestType: Normal Usecase
sl@0
   644
//!@SYMTestActions: 
sl@0
   645
//1. Create a DevSound instance with medium priority
sl@0
   646
//2. Call empty buffers on receipt of the third buffer to be filled request
sl@0
   647
//!@SYMTestExpectedResults: 
sl@0
   648
//A BufferToBeFilled callback should be received by DevSound indicating a new BTBF cycle. 
sl@0
   649
PRINT Call empty buffers on receipt of the third buffer to be filled request
sl@0
   650
RUN_TEST_STEP 10000, char_a3f_devsound, MM-A3F-DEVSOUND-CHRTZ-PLAY-RAW-0041, c:\mm_a3f_devsound_play_raw.ini
sl@0
   651
TEST_COMPLETE
sl@0
   652