1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_tone.script Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,134 @@
1.4 +// Copyright (c) 2007-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 +//
1.18 +
1.19 +LOAD_SUITE tsi_a3f_devsound.dll
1.20 +
1.21 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0001
1.22 +//! @SYMTestCaseDesc Positive: Set DTMF lengths and play DTMF string (+ve)
1.23 +//! @SYMTestPriority High
1.24 +//! @SYMTestType CIT
1.25 +//! @SYMREQ 7935
1.26 +//! @SYMPREQ 1540
1.27 +//! @SYMTestActions 1. Initialise DevSound for tone playback
1.28 +//! 2. Create a DTMF string and set the DTMF lengths
1.29 +//! 3. Play the DTMF string
1.30 +//! @SYMTestExpectedResults The DTMF string is played until the end. ToneFinished returns with -10
1.31 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0001
1.32 +TEST_COMPLETE
1.33 +
1.34 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0002
1.35 +//! @SYMTestCaseDesc Positive: Set tone repeats and play normal tone (+ve)
1.36 +//! @SYMTestPriority High
1.37 +//! @SYMTestType CIT
1.38 +//! @SYMREQ 7935
1.39 +//! @SYMPREQ 1540
1.40 +//! @SYMTestActions 1. Initialise DevSound for tone playback
1.41 +//! 2. Set tone repeats
1.42 +//! 3. Play simple tone
1.43 +//! @SYMTestExpectedResults The simple tone is played until the end as many times as specified in the config file. ToneFinished returns with -10
1.44 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0002 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
1.45 +TEST_COMPLETE
1.46 +
1.47 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0003
1.48 +//! @SYMTestCaseDesc Positive: Set tone repeats and play dual tone (+ve)
1.49 +//! @SYMTestPriority High
1.50 +//! @SYMTestType CIT
1.51 +//! @SYMREQ 7935
1.52 +//! @SYMPREQ 1540
1.53 +//! @SYMTestActions 1. Initialise DevSound for tone playback
1.54 +//! 2. Set tone repeats
1.55 +//! 3. Play dual tone
1.56 +//! @SYMTestExpectedResults The dual tone is played until the end as many times as specified in the config file. ToneFinished returns with -10
1.57 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0003 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
1.58 +TEST_COMPLETE
1.59 +
1.60 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0004
1.61 +//! @SYMTestCaseDesc Negative: Call CMMFDevSound::InitializeL while tone playing (-ve)
1.62 +//! @SYMTestPriority High
1.63 +//! @SYMTestType CIT
1.64 +//! @SYMREQ ????
1.65 +//! @SYMPREQ 1540
1.66 +//! @SYMTestActions 1. Initialise DevSound for tone playback
1.67 +//! 2. Play simple tone
1.68 +//! 3. Initialise DevSound again before the ToneFinished callback is received
1.69 +//! @SYMTestExpectedResults The second call to InitializeL returns with KErrNotReady.
1.70 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0004
1.71 +TEST_COMPLETE
1.72 +
1.73 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0005
1.74 +//! @SYMTestCaseDesc Negative: Check CMMFDevSound::FixedSequenceCount() always returns zero and
1.75 +//! play pre-defined tone sequence using CMMFDevSound::PlayFixedSequenceL (-ve)
1.76 +//! @SYMTestPriority High
1.77 +//! @SYMTestType CIT
1.78 +//! @SYMREQ ????
1.79 +//! @SYMPREQ 1540
1.80 +//! @SYMTestActions 1. Initialise DevSound for tone playback
1.81 +//! 2. Get the fixed sequence count
1.82 +//! 3. Play a fixed sequence
1.83 +//! @SYMTestExpectedResults FixedSequenceCount() should return 0. PlayFixedSequenceL should leave with KErrNotSupported
1.84 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0005
1.85 +TEST_COMPLETE
1.86 +
1.87 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0006
1.88 +//! @SYMTestCaseDesc Negative: Give FourCC code on CMMFDevSound::InitializeL when mode is EMMFStateTonePlaying (-ve)
1.89 +//! @SYMTestPriority High
1.90 +//! @SYMTestType CIT
1.91 +//! @SYMREQ ????
1.92 +//! @SYMPREQ 1540
1.93 +//! @SYMTestActions 1. Initialise DevSound for tone playback specifying a FourCC code
1.94 +//! @SYMTestExpectedResults InitializeL should leave with KErrNotSupported
1.95 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0006
1.96 +TEST_COMPLETE
1.97 +
1.98 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0007
1.99 +//! @SYMTestCaseDesc Positive: Call CMMFDevSound::CancelInitialize before the InitializeComplete callback. (+ve)
1.100 +//!
1.101 +//! @SYMTestPriority High
1.102 +//! @SYMTestType CIT
1.103 +//! @SYMREQ ????
1.104 +//! @SYMPREQ 1540
1.105 +//! @SYMTestActions 1. Initialise DevSound for tone playback
1.106 +//! 2. Call CMMFDevSound::CancelInitialize before the InitializeComplete callback is received
1.107 +//! 3. Wait 10 seconds to ensure the InitializeComplete callback is not received.
1.108 +//! 4. Call SetConfig to verify DevSound is not initialized.
1.109 +//! @SYMTestExpectedResults The CMMFDevSound::CancelInitialize call cancels the InitializeComplete callback. DevSound is not Initialized
1.110 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0007 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
1.111 +TEST_COMPLETE
1.112 +
1.113 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0008
1.114 +//! @SYMTestCaseDesc Negative: Call CMMFDevSound::EmptyBuffers while initialised to play tones (-ve)
1.115 +//!
1.116 +//! @SYMTestPriority High
1.117 +//! @SYMTestType CIT
1.118 +//! @SYMREQ ????
1.119 +//! @SYMPREQ 1540
1.120 +//! @SYMTestActions 1. Configure DevSound for tone playback.
1.121 +//! 2. Initialize DevSound via CMMFDevSound::InitializeL in tone mode using TMMFState::EMMFStateTonePlaying.
1.122 +//! 3. Call CMMFDevSound::EmptyBuffers after the InitializeComplete callback is received
1.123 +//!
1.124 +//! @SYMTestExpectedResults The CMMFDevSound::EmptyBuffers call returns with KErrNotSupported
1.125 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0008 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
1.126 +TEST_COMPLETE
1.127 +
1.128 +//! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0009
1.129 +//! @SYMTestCaseDesc Negative: Call CMMFDevSound::EmptyBuffers while tone playing (-ve)
1.130 +//! @SYMTestPriority High
1.131 +//! @SYMTestType CIT
1.132 +//! @SYMREQ ????
1.133 +//! @SYMPREQ 1540
1.134 +//! @SYMTestActions
1.135 +//! @SYMTestExpectedResults
1.136 +RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0009
1.137 +TEST_COMPLETE