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