os/mm/mmapitest/devsoundexthaitest/scripts/multimedia-mmf-devsoundext-validation-automated-comb_rr.script
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
//
sl@0
     2
// Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
// All rights reserved.
sl@0
     4
// This component and the accompanying materials are made available
sl@0
     5
// under the terms of "Eclipse Public License v1.0"
sl@0
     6
// which accompanies this distribution, and is available
sl@0
     7
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
//
sl@0
     9
// Initial Contributors:
sl@0
    10
// Nokia Corporation - initial contribution.
sl@0
    11
//
sl@0
    12
// Contributors:
sl@0
    13
//
sl@0
    14
// Description: 
sl@0
    15
//
sl@0
    16
//
sl@0
    17
//! @file
sl@0
    18
//! @SYMTestSuiteName multimedia-mmf-devsoundext-validation-automated-comb_rr
sl@0
    19
//! @SYMScriptTestEnvironment This test script requires a basic ROM.
sl@0
    20
//
sl@0
    21
// Tests all public elements of the CMMFDevSound
sl@0
    22
// classes as a means of confidence that the APIs work as expected.
sl@0
    23
// 
sl@0
    24
// The purpose is to provide a regression test suite of PublishedAll
sl@0
    25
// APIs for: CMMFDevSound
sl@0
    26
// The tests are fully automated.
sl@0
    27
//
sl@0
    28
sl@0
    29
sl@0
    30
sl@0
    31
LOAD_SUITE t_devsoundext
sl@0
    32
sl@0
    33
sl@0
    34
sl@0
    35
sl@0
    36
sl@0
    37
START_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_RR-0002
sl@0
    38
sl@0
    39
//!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_RR-0002
sl@0
    40
//!@SYMAPI
sl@0
    41
//! TEST_BLOCK 001
sl@0
    42
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
    43
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
    44
//!                CMMFDevSound::Capabilities()
sl@0
    45
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
    46
//!                CMMFAudioInput::SetAudioInputL(TAudioInputArray)
sl@0
    47
//!                CMMFDevSound::RecordInitL()
sl@0
    48
//!                CMMFDevSound::Stop()
sl@0
    49
//!                CMMFDevSound::PlayInitL()
sl@0
    50
//! TEST_BLOCK 002
sl@0
    51
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
    52
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
    53
//!                CMMFDevSound::Capabilities()
sl@0
    54
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
    55
//!                CMMFDevSound::Pause()
sl@0
    56
//!                CMMFAudioInput::SetAudioInputL(TAudioInputArray)
sl@0
    57
//!                CMMFDevSound::RecordInitL()
sl@0
    58
//!                
sl@0
    59
//!@SYMAuthor			myanez
sl@0
    60
//!@SYMCreationDate		8/25/2008 
sl@0
    61
//!@SYMTestCaseDesc		HW limitation - Radio recording during voice recording from mic**
sl@0
    62
//!@SYMTestActions
sl@0
    63
//! TEST_BLOCK 001
sl@0
    64
//!                1. Create DevSound Instance
sl@0
    65
//!                2. Create AudioInput Instance (DevSoundInstanceName = devsound1)
sl@0
    66
//!                3. Replace File (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\HwLimitRadioRecDuringMicRec1.amr)      
sl@0
    67
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = AMR)                
sl@0
    68
//!                5. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)           
sl@0
    69
//!                6. Capabilities                  
sl@0
    70
//!                7. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)             
sl@0
    71
//!                8. Set Audio Input (AudioInput = Input_DefaultMic)                          
sl@0
    72
//!                9.Start Record for 20 seconds                              
sl@0
    73
//!                10. Stop for 5 seconds.                              
sl@0
    74
//!                11. Initialize DevSound (Mode = EMMFStatePlaying; FourCC = AMR)                  
sl@0
    75
//!                12. Set Priority (Priority = {Priority,PriorityAudioPlayback}; Preference = {PriorityPreference,PriorityPreferenceAudioPlayback};PriorityState=EMMFStatePlaying)
sl@0
    76
//!                13. Capabilities       
sl@0
    77
//!                14. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)            
sl@0
    78
//!                15. Start File Positions                  
sl@0
    79
//!                16. Start Play                             
sl@0
    80
//!                17. Close File                     
sl@0
    81
//!                18. Destroy AudioInput Instance             
sl@0
    82
//!                19. Destroy DevSound Instance
sl@0
    83
//! TEST_BLOCK 002
sl@0
    84
//!                1. Create DevSound Instance
sl@0
    85
//!                2. Create AudioInput Instance (DevSoundInstanceName = devsound1)
sl@0
    86
//!                3. Replace File (Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\HwLimitRadioRecDuringMicRec2.pcm)     
sl@0
    87
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = P16)            
sl@0
    88
//!                5. Set Priority (Priority = {Priority,PriorityVoiceRecording}; Preference = {PriorityPreference,PriorityPreferenceVoiceRecording};PriorityState=EMMFStateRecording)    
sl@0
    89
//!                6. Capabilities       
sl@0
    90
//!                7. Set Configuration (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)      
sl@0
    91
//!                8.  Stop for 10 seconds               
sl@0
    92
//!                9. Set Audio Input (AudioInput = Input_FMRadio)                         
sl@0
    93
//!                10. Start Record (expected async error=-21)            
sl@0
    94
//!                11. Close File                
sl@0
    95
//!                12. Destroy AudioInput Instance            
sl@0
    96
//!                13. Destroy DevSound Instance
sl@0
    97
//!@SYMTestStatus		Verified
sl@0
    98
//!@SYMTestPriority		High
sl@0
    99
//!@SYMTestExpectedResults
sl@0
   100
//!                Radio recording during voice recording from mic
sl@0
   101
//! TEST_BLOCK 001
sl@0
   102
//!                Record with Voice Recording Priority and Voice Recording Preference; Play with Audio PLayback Priority  and Audio PLayback Preference
sl@0
   103
//! TEST_BLOCK 002
sl@0
   104
//!                Record File with Voice Recording Priority and Voice Recording Preference, Expecting Error -21
sl@0
   105
//!@SYMTestType			CIT
sl@0
   106
sl@0
   107
sl@0
   108
	CONCURRENT
sl@0
   109
sl@0
   110
sl@0
   111
sl@0
   112
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_rr.ini
sl@0
   113
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   114
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   115
		COMMAND		devsound1		NewL
sl@0
   116
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-NewL_command02
sl@0
   117
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-ReplaceFile_command03
sl@0
   118
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-InitializeL_command04
sl@0
   119
		OUTSTANDING
sl@0
   120
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-SetPrioritySettings_command05
sl@0
   121
		COMMAND		devsound1		Capabilities
sl@0
   122
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-SetConfigL_command07
sl@0
   123
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-SetAudioInput_command08
sl@0
   124
		COMMAND		devsound1		RecordInitL
sl@0
   125
		ASYNC_DELAY  20000000 
sl@0
   126
		COMMAND		devsound1		Stop
sl@0
   127
		DELAY  5000000 
sl@0
   128
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-InitializeL_command11
sl@0
   129
		OUTSTANDING
sl@0
   130
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-SetPrioritySettings_command12
sl@0
   131
		COMMAND		devsound1		Capabilities
sl@0
   132
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0001-SetConfigL_command14
sl@0
   133
		COMMAND		devsound1		FileStartPosition
sl@0
   134
		COMMAND		devsound1		PlayInitL
sl@0
   135
		OUTSTANDING
sl@0
   136
		COMMAND		devsound1		CloseFile
sl@0
   137
		COMMAND		audioinput1		~
sl@0
   138
		COMMAND		devsound1		~
sl@0
   139
	END_TEST_BLOCK
sl@0
   140
sl@0
   141
sl@0
   142
sl@0
   143
	START_TEST_BLOCK	80	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-validation-automated-comb_rr.ini
sl@0
   144
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
   145
		CREATE_OBJECT	CAudioInput		audioinput1
sl@0
   146
		COMMAND		devsound1		NewL
sl@0
   147
		COMMAND		audioinput1		NewL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0002-NewL_command02
sl@0
   148
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0002-ReplaceFile_command03
sl@0
   149
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0002-InitializeL_command04
sl@0
   150
		OUTSTANDING
sl@0
   151
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0002-SetPrioritySettings_command05
sl@0
   152
		COMMAND		devsound1		Capabilities
sl@0
   153
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0002-SetConfigL_command07
sl@0
   154
		COMMAND		devsound1		Stop
sl@0
   155
		DELAY  10000000 
sl@0
   156
		COMMAND		audioinput1		SetAudioInput			MULTIMEDIA-MMF-DevSoundExt-Com_Rr-0002-0002-SetAudioInput_command09
sl@0
   157
		COMMAND   !AsyncError=-21   devsound1		RecordInitL
sl@0
   158
		ASYNC_DELAY  60000000 
sl@0
   159
		COMMAND		devsound1		CloseFile
sl@0
   160
		COMMAND		audioinput1		~
sl@0
   161
		COMMAND		devsound1		~
sl@0
   162
	END_TEST_BLOCK
sl@0
   163
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-VALIDATION-AUTOMATED-COMB_RR-0002