sl@0: // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: LOAD_SUITE tsi_a3f_devsound.dll sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0001 sl@0: //! @SYMTestCaseDesc Positive: Set DTMF lengths and play DTMF string (+ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ 7935 sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback sl@0: //! 2. Create a DTMF string and set the DTMF lengths sl@0: //! 3. Play the DTMF string sl@0: //! @SYMTestExpectedResults The DTMF string is played until the end. ToneFinished returns with -10 sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0001 sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0002 sl@0: //! @SYMTestCaseDesc Positive: Set tone repeats and play normal tone (+ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ 7935 sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback sl@0: //! 2. Set tone repeats sl@0: //! 3. Play simple tone sl@0: //! @SYMTestExpectedResults The simple tone is played until the end as many times as specified in the config file. ToneFinished returns with -10 sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0002 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0003 sl@0: //! @SYMTestCaseDesc Positive: Set tone repeats and play dual tone (+ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ 7935 sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback sl@0: //! 2. Set tone repeats sl@0: //! 3. Play dual tone sl@0: //! @SYMTestExpectedResults The dual tone is played until the end as many times as specified in the config file. ToneFinished returns with -10 sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0003 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0004 sl@0: //! @SYMTestCaseDesc Negative: Call CMMFDevSound::InitializeL while tone playing (-ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ ???? sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback sl@0: //! 2. Play simple tone sl@0: //! 3. Initialise DevSound again before the ToneFinished callback is received sl@0: //! @SYMTestExpectedResults The second call to InitializeL returns with KErrNotReady. sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0004 sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0005 sl@0: //! @SYMTestCaseDesc Negative: Check CMMFDevSound::FixedSequenceCount() always returns zero and sl@0: //! play pre-defined tone sequence using CMMFDevSound::PlayFixedSequenceL (-ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ ???? sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback sl@0: //! 2. Get the fixed sequence count sl@0: //! 3. Play a fixed sequence sl@0: //! @SYMTestExpectedResults FixedSequenceCount() should return 0. PlayFixedSequenceL should leave with KErrNotSupported sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0005 sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0006 sl@0: //! @SYMTestCaseDesc Negative: Give FourCC code on CMMFDevSound::InitializeL when mode is EMMFStateTonePlaying (-ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ ???? sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback specifying a FourCC code sl@0: //! @SYMTestExpectedResults InitializeL should leave with KErrNotSupported sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0006 sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0007 sl@0: //! @SYMTestCaseDesc Positive: Call CMMFDevSound::CancelInitialize before the InitializeComplete callback. (+ve) sl@0: //! sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ ???? sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Initialise DevSound for tone playback sl@0: //! 2. Call CMMFDevSound::CancelInitialize before the InitializeComplete callback is received sl@0: //! 3. Wait 10 seconds to ensure the InitializeComplete callback is not received. sl@0: //! 4. Call SetConfig to verify DevSound is not initialized. sl@0: //! @SYMTestExpectedResults The CMMFDevSound::CancelInitialize call cancels the InitializeComplete callback. DevSound is not Initialized sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0007 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0008 sl@0: //! @SYMTestCaseDesc Negative: Call CMMFDevSound::EmptyBuffers while initialised to play tones (-ve) sl@0: //! sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ ???? sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions 1. Configure DevSound for tone playback. sl@0: //! 2. Initialize DevSound via CMMFDevSound::InitializeL in tone mode using TMMFState::EMMFStateTonePlaying. sl@0: //! 3. Call CMMFDevSound::EmptyBuffers after the InitializeComplete callback is received sl@0: //! sl@0: //! @SYMTestExpectedResults The CMMFDevSound::EmptyBuffers call returns with KErrNotSupported sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0008 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini sl@0: TEST_COMPLETE sl@0: sl@0: //! @SYMTestCaseID MM-A3F-DEVSOUND-TONE-I-0009 sl@0: //! @SYMTestCaseDesc Negative: Call CMMFDevSound::EmptyBuffers while tone playing (-ve) sl@0: //! @SYMTestPriority High sl@0: //! @SYMTestType CIT sl@0: //! @SYMREQ ???? sl@0: //! @SYMPREQ 1540 sl@0: //! @SYMTestActions sl@0: //! @SYMTestExpectedResults sl@0: RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0009 sl@0: TEST_COMPLETE