os/mm/devsound/a3fintegrationtest/scripts/tsi_a3f_devsound_tone.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
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0001
sl@0
    19
//! @SYMTestCaseDesc			Positive: Set DTMF lengths and play DTMF string (+ve)
sl@0
    20
//! @SYMTestPriority			High
sl@0
    21
//! @SYMTestType				CIT
sl@0
    22
//! @SYMREQ 					7935
sl@0
    23
//! @SYMPREQ					1540
sl@0
    24
//! @SYMTestActions				1. Initialise DevSound for tone playback
sl@0
    25
//!								2. Create a DTMF string and set the DTMF lengths
sl@0
    26
//!								3. Play the DTMF string
sl@0
    27
//! @SYMTestExpectedResults		The DTMF string is played until the end. ToneFinished returns with -10
sl@0
    28
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0001
sl@0
    29
TEST_COMPLETE
sl@0
    30
sl@0
    31
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0002
sl@0
    32
//! @SYMTestCaseDesc			Positive: Set tone repeats and play normal tone (+ve)
sl@0
    33
//! @SYMTestPriority			High
sl@0
    34
//! @SYMTestType				CIT
sl@0
    35
//! @SYMREQ 					7935
sl@0
    36
//! @SYMPREQ					1540
sl@0
    37
//! @SYMTestActions				1. Initialise DevSound for tone playback
sl@0
    38
//!								2. Set tone repeats
sl@0
    39
//!								3. Play simple tone
sl@0
    40
//! @SYMTestExpectedResults		The simple tone is played until the end as many times as specified in the config file. ToneFinished returns with -10
sl@0
    41
RUN_TEST_STEP 600000 TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0002 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
sl@0
    42
TEST_COMPLETE
sl@0
    43
sl@0
    44
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0003
sl@0
    45
//! @SYMTestCaseDesc			Positive: Set tone repeats and play dual tone (+ve)
sl@0
    46
//! @SYMTestPriority			High
sl@0
    47
//! @SYMTestType				CIT
sl@0
    48
//! @SYMREQ 					7935
sl@0
    49
//! @SYMPREQ					1540
sl@0
    50
//! @SYMTestActions				1. Initialise DevSound for tone playback
sl@0
    51
//!								2. Set tone repeats
sl@0
    52
//!								3. Play dual tone
sl@0
    53
//! @SYMTestExpectedResults		The dual tone is played until the end as many times as specified in the config file. ToneFinished returns with -10
sl@0
    54
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0003 \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
sl@0
    55
TEST_COMPLETE
sl@0
    56
sl@0
    57
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0004
sl@0
    58
//! @SYMTestCaseDesc			Negative: Call CMMFDevSound::InitializeL while tone playing (-ve)
sl@0
    59
//! @SYMTestPriority			High
sl@0
    60
//! @SYMTestType				CIT
sl@0
    61
//! @SYMREQ 					????
sl@0
    62
//! @SYMPREQ					1540
sl@0
    63
//! @SYMTestActions				1. Initialise DevSound for tone playback
sl@0
    64
//!								2. Play simple tone
sl@0
    65
//!								3. Initialise DevSound again before the ToneFinished callback is received
sl@0
    66
//! @SYMTestExpectedResults		The second call to InitializeL returns with KErrNotReady.
sl@0
    67
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0004
sl@0
    68
TEST_COMPLETE
sl@0
    69
sl@0
    70
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0005
sl@0
    71
//! @SYMTestCaseDesc			Negative: Check CMMFDevSound::FixedSequenceCount() always returns zero and
sl@0
    72
//! 									  play pre-defined tone sequence using CMMFDevSound::PlayFixedSequenceL (-ve)
sl@0
    73
//! @SYMTestPriority			High
sl@0
    74
//! @SYMTestType				CIT
sl@0
    75
//! @SYMREQ 					????
sl@0
    76
//! @SYMPREQ					1540
sl@0
    77
//! @SYMTestActions				1. Initialise DevSound for tone playback
sl@0
    78
//!								2. Get the fixed sequence count
sl@0
    79
//!								3. Play a fixed sequence
sl@0
    80
//! @SYMTestExpectedResults		FixedSequenceCount() should return 0. PlayFixedSequenceL should leave with KErrNotSupported
sl@0
    81
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0005
sl@0
    82
TEST_COMPLETE
sl@0
    83
sl@0
    84
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0006
sl@0
    85
//! @SYMTestCaseDesc			Negative: Give FourCC code on CMMFDevSound::InitializeL when mode is EMMFStateTonePlaying (-ve)
sl@0
    86
//! @SYMTestPriority			High
sl@0
    87
//! @SYMTestType				CIT
sl@0
    88
//! @SYMREQ 					????
sl@0
    89
//! @SYMPREQ					1540
sl@0
    90
//! @SYMTestActions				1. Initialise DevSound for tone playback specifying a FourCC code
sl@0
    91
//! @SYMTestExpectedResults		InitializeL should leave with KErrNotSupported
sl@0
    92
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0006
sl@0
    93
TEST_COMPLETE
sl@0
    94
sl@0
    95
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0007
sl@0
    96
//! @SYMTestCaseDesc			Positive: Call CMMFDevSound::CancelInitialize before the InitializeComplete callback. (+ve)
sl@0
    97
//! 							
sl@0
    98
//! @SYMTestPriority			High
sl@0
    99
//! @SYMTestType				CIT
sl@0
   100
//! @SYMREQ 					????
sl@0
   101
//! @SYMPREQ					1540
sl@0
   102
//! @SYMTestActions 			1. Initialise DevSound for tone playback
sl@0
   103
//!								2. Call CMMFDevSound::CancelInitialize before the InitializeComplete callback is received
sl@0
   104
//!								3. Wait 10 seconds to ensure the InitializeComplete callback is not received.
sl@0
   105
//!								4. Call SetConfig to verify DevSound is not initialized.
sl@0
   106
//! @SYMTestExpectedResults 	The CMMFDevSound::CancelInitialize call cancels the InitializeComplete callback. DevSound is not Initialized
sl@0
   107
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0007  \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
sl@0
   108
TEST_COMPLETE
sl@0
   109
sl@0
   110
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0008
sl@0
   111
//! @SYMTestCaseDesc			Negative: Call CMMFDevSound::EmptyBuffers while initialised to play tones (-ve)
sl@0
   112
//! 							
sl@0
   113
//! @SYMTestPriority			High
sl@0
   114
//! @SYMTestType				CIT
sl@0
   115
//! @SYMREQ 					????
sl@0
   116
//! @SYMPREQ					1540
sl@0
   117
//! @SYMTestActions 			1.	Configure DevSound for tone playback.
sl@0
   118
//! 							2.	Initialize DevSound via CMMFDevSound::InitializeL in tone mode using TMMFState::EMMFStateTonePlaying.
sl@0
   119
//! 							3.	Call CMMFDevSound::EmptyBuffers after the InitializeComplete callback is received
sl@0
   120
//!
sl@0
   121
//! @SYMTestExpectedResults 	The CMMFDevSound::EmptyBuffers call returns with KErrNotSupported
sl@0
   122
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0008  \tsi_a3f_devsound\tsi_a3f_devsound_tone.ini
sl@0
   123
TEST_COMPLETE
sl@0
   124
sl@0
   125
//! @SYMTestCaseID				MM-A3F-DEVSOUND-TONE-I-0009
sl@0
   126
//! @SYMTestCaseDesc			Negative: Call CMMFDevSound::EmptyBuffers while tone playing (-ve)
sl@0
   127
//! @SYMTestPriority			High
sl@0
   128
//! @SYMTestType				CIT
sl@0
   129
//! @SYMREQ 					????
sl@0
   130
//! @SYMPREQ					1540
sl@0
   131
//! @SYMTestActions
sl@0
   132
//! @SYMTestExpectedResults
sl@0
   133
RUN_TEST_STEP 600000  TSI_A3F_DEVSOUND MM-A3F-DEVSOUND-TONE-I-0009
sl@0
   134
TEST_COMPLETE