os/mm/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_pcm_play3.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) 2007-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
//
sl@0
    15
sl@0
    16
LOAD_SUITE tsi_a3f_devsound.dll
sl@0
    17
sl@0
    18
sl@0
    19
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0016
sl@0
    20
//! @SYMTestCaseDesc			Positive: PCM 48k stereo playback of sine audio data (+ve)
sl@0
    21
//! @SYMTestPriority			High
sl@0
    22
//! @SYMTestType				CIT
sl@0
    23
//! @SYMREQ 					7918
sl@0
    24
//! @SYMPREQ					1540
sl@0
    25
//! @SYMTestActions 			1.	Configure DevSound to play PCM16 raw sine audio data in stereo mode with sampling rate of 48 KHz.
sl@0
    26
//! 							2.	Start playing and read recorded data from file.
sl@0
    27
//! 							3.	Stop playback once EOF is reached.
sl@0
    28
//! @SYMTestExpectedResults 	Devsound to successfully play PCM16 raw sine audio data in stereo mode with sampling rate of 48 KHz with all the DevSound callback functions
sl@0
    29
//! 							being executed as required throughout the test.
sl@0
    30
sl@0
    31
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0016 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    32
TEST_COMPLETE
sl@0
    33
sl@0
    34
sl@0
    35
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0018
sl@0
    36
//! @SYMTestCaseDesc			Negative: PCM mono playback with invalid sample rate (-ve)
sl@0
    37
//! @SYMTestPriority			High
sl@0
    38
//! @SYMTestType				CIT
sl@0
    39
//! @SYMREQ 					7927
sl@0
    40
//! @SYMPREQ					1540
sl@0
    41
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in mono mode with an invalid sample rate.
sl@0
    42
//!								2. Verify the valid error code is received
sl@0
    43
//! @SYMTestExpectedResults		CMMFDevSound::SetConfigL should return with KErrArgument
sl@0
    44
sl@0
    45
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0018 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    46
TEST_COMPLETE
sl@0
    47
sl@0
    48
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0019
sl@0
    49
//! @SYMTestCaseDesc			Negative: PCM 8k playback with invalid channel mode (-ve)
sl@0
    50
//! @SYMTestPriority			High
sl@0
    51
//! @SYMTestType				CIT
sl@0
    52
//! @SYMREQ 					7927
sl@0
    53
//! @SYMPREQ					1540
sl@0
    54
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in an invalid mode with sampling rate of 8 kHz.
sl@0
    55
//!								2. Verify the valid error code is received
sl@0
    56
//! @SYMTestExpectedResults		CMMFDevSound::SetConfigL should return with KErrArgument
sl@0
    57
sl@0
    58
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0019 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    59
TEST_COMPLETE
sl@0
    60
sl@0
    61
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0020
sl@0
    62
//! @SYMTestCaseDesc			Negative: PCM 8k mono playback with invalid FourCC (-ve)
sl@0
    63
//! @SYMTestPriority			High
sl@0
    64
//! @SYMTestType				CIT
sl@0
    65
//! @SYMREQ 					7927
sl@0
    66
//! @SYMPREQ					1540
sl@0
    67
//! @SYMTestActions				1. Initialise DevSound with an invalid FourCC code
sl@0
    68
//!								2. Verify the valid error code is received
sl@0
    69
//! @SYMTestExpectedResults		CMMFDevSound::InitializeL should return with KErrNotSupported
sl@0
    70
sl@0
    71
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0020 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    72
TEST_COMPLETE
sl@0
    73
sl@0
    74
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0021
sl@0
    75
//! @SYMTestCaseDesc			Negative: PCM 8k mono playback of corrupt file (-ve)
sl@0
    76
//! @SYMTestPriority			High
sl@0
    77
//! @SYMTestType				CIT
sl@0
    78
//! @SYMREQ 					7927
sl@0
    79
//! @SYMPREQ					1540
sl@0
    80
//! @SYMTestStatus
sl@0
    81
//! @SYMTestActions				1. Configure DevSound to play PCM8 raw audio data in mono mode with sampling rate of 8 kHz.
sl@0
    82
//!								2. Start playing and read recorded data from file.
sl@0
    83
//!								3. Stop playback once EOF is reached.
sl@0
    84
//! @SYMTestExpectedResults		Devsound to successfully play PCM8 audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback functions 
sl@0
    85
//!								being executed as required throughout the test.
sl@0
    86
sl@0
    87
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0021 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
    88
TEST_COMPLETE
sl@0
    89
sl@0
    90
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0022
sl@0
    91
//! @SYMTestCaseDesc			Positive: Play to the EOF a specified number of times (+ve)
sl@0
    92
//! @SYMTestPriority			High
sl@0
    93
//! @SYMTestType				CIT
sl@0
    94
//! @SYMREQ 					7918
sl@0
    95
//! @SYMPREQ					1540
sl@0
    96
//! @SYMTestStatus
sl@0
    97
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
sl@0
    98
//!								2. Start playing and read recorded data from file.
sl@0
    99
//!								3. Stop playback once EOF is reached.
sl@0
   100
//!								4. Restart playback again
sl@0
   101
//!								5. Stop test when EOF is reached again
sl@0
   102
//! @SYMTestExpectedResults		Devsound to successfully play PCM16 audio data in mono mode with sampling rate of 8 KHz twice with all the DevSound callback 
sl@0
   103
//!								functions being executed as required throughout the test.
sl@0
   104
sl@0
   105
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0022 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   106
TEST_COMPLETE
sl@0
   107
sl@0
   108
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0023
sl@0
   109
//! @SYMTestCaseDesc			Positive: PCM playback with default parameters. Default FourCC input datatype and default config values (+ve)
sl@0
   110
//! @SYMTestPriority			High
sl@0
   111
//! @SYMTestType				CIT
sl@0
   112
//! @SYMREQ 					7925
sl@0
   113
//! @SYMPREQ					1540
sl@0
   114
//! @SYMTestStatus
sl@0
   115
//! @SYMTestActions				1. Initialise DevSound for playback without specifying format nor configuration parameters
sl@0
   116
//!								2. Start playing and read recorded data from a PCM16/8 kHz file.
sl@0
   117
//!								3. Stop playback once EOF is reached.
sl@0
   118
//! @SYMTestExpectedResults		Devsound to successfully play PCM16 audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback functions 
sl@0
   119
//!								being executed as required throughout the test.
sl@0
   120
sl@0
   121
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0023 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   122
TEST_COMPLETE
sl@0
   123
sl@0
   124
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0024
sl@0
   125
//! @SYMTestCaseDesc			Positive: Play->Stop->Play->Stop->Play EOF. Stop is called a specified number of times through ini file.
sl@0
   126
//! 							Last playback continues until the EOF (+ve)
sl@0
   127
//! @SYMTestPriority			High
sl@0
   128
//! @SYMTestType				CIT
sl@0
   129
//! @SYMREQ 					7919
sl@0
   130
//! @SYMPREQ					1540
sl@0
   131
//! @SYMTestStatus
sl@0
   132
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
sl@0
   133
//!								2. Start playing and read recorded data from file.
sl@0
   134
//!								3. Stop playback after 10 seconds.
sl@0
   135
//!								4. Restart playback
sl@0
   136
//!								5. Stop playback after 10 seconds.
sl@0
   137
//!								6. Restart playback
sl@0
   138
//!								7. Stop playback once EOF is reached.
sl@0
   139
//! @SYMTestExpectedResults		Devsound to successfully play-stop-play-stop-play PCM16 audio data in mono mode with sampling rate of 8 KHz with all the DevSound callback
sl@0
   140
//!								functions being executed as required throughout the test.
sl@0
   141
sl@0
   142
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0024 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   143
TEST_COMPLETE
sl@0
   144
sl@0
   145
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0025
sl@0
   146
//! @SYMTestCaseDesc			Positive: Read the current device configuration during playback (+ve)
sl@0
   147
//! @SYMTestPriority			High
sl@0
   148
//! @SYMTestType				CIT
sl@0
   149
//! @SYMREQ
sl@0
   150
//! @SYMPREQ					1540
sl@0
   151
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
sl@0
   152
//!								2. Start playing and read recorded data from file.
sl@0
   153
//!								3. In the BuffertoBeFilled callback check the current device configuration matches the one set at the beginning of the test.
sl@0
   154
//!								4. Stop the test
sl@0
   155
//! @SYMTestExpectedResults		Values queried during playback should match the ones set before the playback started
sl@0
   156
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0025 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   157
TEST_COMPLETE
sl@0
   158
sl@0
   159
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0026
sl@0
   160
//! @SYMTestCaseDesc			Positive: Set volume before play, start play, stop play and get volume (+ve)
sl@0
   161
//! @SYMTestPriority			High
sl@0
   162
//! @SYMTestType				CIT
sl@0
   163
//! @SYMREQ
sl@0
   164
//! @SYMPREQ					1540
sl@0
   165
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
sl@0
   166
//!								2. Set volume to a value specified in the ini file
sl@0
   167
//!								3. Start playing and read recorded data from file.
sl@0
   168
//!								4. Stop playback after 10 seconds and get the volume from DevSound
sl@0
   169
//!								5. Check the values match
sl@0
   170
//! @SYMTestExpectedResults		The Volume after the playback has stopped should match the volume set before playback 
sl@0
   171
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0026 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   172
TEST_COMPLETE
sl@0
   173
sl@0
   174
//! @SYMTestCaseID				MM-A3F-DEVSOUND-PLAY-PCM-I-0027
sl@0
   175
//! @SYMTestCaseDesc			Positive: Empty buffers when playback paused (+ve)
sl@0
   176
//! @SYMTestPriority			High
sl@0
   177
//! @SYMTestType				CIT
sl@0
   178
//! @SYMREQ 					7926
sl@0
   179
//! @SYMPREQ					1540
sl@0
   180
//! @SYMTestActions				1. Configure DevSound to play PCM16 raw audio data in mono mode with sampling rate of 8 kHz.
sl@0
   181
//!								2. Start playing and read recorded data from file.
sl@0
   182
//!								3. Pause playback after 10 seconds
sl@0
   183
//!								4. Call EmptyBuffers while in paused state
sl@0
   184
//! @SYMTestExpectedResults		EmptyBuffers in paused state should return with KErrNone
sl@0
   185
sl@0
   186
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-PLAY-PCM-I-0027 \tsi_a3f_devsound\tsi_a3f_devsound_play.ini
sl@0
   187
TEST_COMPLETE
sl@0
   188