os/mm/mmapitest/devsoundexthaitest/scripts/multimedia-mmf-devsoundext-stress-automated-recording.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-stress-automated-recording
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-STRESS-AUTOMATED-RECORDING-0001
sl@0
    38
sl@0
    39
//!@SYMTestCaseID		MULTIMEDIA-MMF-devsoundext-STRESS-AUTOMATED-RECORDING-0001
sl@0
    40
//!@SYMAPI
sl@0
    41
//!                CMMFDevSound::InitializeL(MDevSoundObserver{ref}, TFourCC, TMMFState)
sl@0
    42
//!                CMMFDevSound::SetPrioritySettings(const TMMFPrioritySettings{ref})
sl@0
    43
//!                CMMFDevSound::Capabilities()
sl@0
    44
//!                CMMFDevSound::SetConfigL(const TMMFCapabilities{ref})
sl@0
    45
//!                CMMFDevSound::RecordInitL()
sl@0
    46
//!                CMMFDevSound::PlayInitL()
sl@0
    47
//!                CMMFDevSound::Stop()
sl@0
    48
//!@SYMAuthor			myanez
sl@0
    49
//!@SYMCreationDate		8/25/2008 
sl@0
    50
//!@SYMTestCaseDesc		PoC call stress test
sl@0
    51
//!@SYMTestActions
sl@0
    52
//!                1. Create Devsound Instance1
sl@0
    53
//!                2. Create Devsound Instance2 
sl@0
    54
//!                3.Replace File1 ( Filename = {drive,mmc}\multimedia\mmf\devsound\Recording\PoCCallStressTest.amr)   
sl@0
    55
//!                4. Initialize DevSound (Mode = EMMFStateRecording; FourCC = AMR)      
sl@0
    56
//!                5. Set Priority (Priority = {Priority,PriorityPocCallUp} ; Preference = {PriorityPreference,PriorityPreferencePocCallUp} ; PriorityState=EMMFStateRecording) 
sl@0
    57
//!                6. Capabilities1      
sl@0
    58
//!                7. Set Configuration1 (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)          
sl@0
    59
//!                8. Open File2 (Filename = {drive,mmc}\multimedia\mmf\devsound\amr-nb\AMRNB_8k_12.2kbps_mono_speech.amr)      
sl@0
    60
//!                9. Initialize Devsound2 (InitializeMode = EInitializeFourCCMode; Mode = EMMFStatePlaying; FourCC = AMR)          
sl@0
    61
//!                10. Set Priority2 (Priority = {Priority,PriorityPocCallDown} ; Preference = {PriorityPreference,PriorityPreferencePocCallDown} ;; PriorityState=EMMFStatePlaying)   
sl@0
    62
//!                11. Capabilities2     
sl@0
    63
//!                12. Set Configuration2 (Channels = EMMFMono; Rate = EMMFSampleRate8000Hz)   
sl@0
    64
//!                13. Start Record for 5 seconds         
sl@0
    65
//!                14. Stop Record for 2 seconds       
sl@0
    66
//!                15. Start Record for 3 seconds     
sl@0
    67
//!                16. Stop Record for 4 seconds       
sl@0
    68
//!                17. Start Play for 2 seconds         
sl@0
    69
//!                18. Stop Play for 1 second      
sl@0
    70
//!                19. Start Play for 5 seconds     
sl@0
    71
//!                20. Stop Play           
sl@0
    72
//!                21. Close File2       
sl@0
    73
//!                22. Destroy Devsound Instance2       
sl@0
    74
//!                23. Close File1           
sl@0
    75
//!                24.Destroy Devsound Instance1
sl@0
    76
//!@SYMTestStatus		Verified
sl@0
    77
//!@SYMTestPriority		High
sl@0
    78
//!@SYMTestExpectedResults
sl@0
    79
//!                Record one File with PocCallUp Priority and PocCallUp Preference.Play another File with PocCallDown Priority  and PocCallDown Preference. Stop , Record and Play both Files
sl@0
    80
//!@SYMTestType			
sl@0
    81
sl@0
    82
	START_TEST_BLOCK	60	t_devsoundext	\multimedia\mmf\devsound\multimedia-mmf-devsoundext-stress-automated-recording.ini
sl@0
    83
		CREATE_OBJECT	CMMFDevSound		devsound1
sl@0
    84
		CREATE_OBJECT	CMMFDevSound		devsound2
sl@0
    85
		COMMAND		devsound1		NewL
sl@0
    86
		COMMAND		devsound2		NewL
sl@0
    87
		COMMAND		devsound1		ReplaceFile			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-ReplaceFile_command03
sl@0
    88
		COMMAND		devsound1		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-InitializeL_command04
sl@0
    89
		OUTSTANDING
sl@0
    90
		COMMAND		devsound1		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-SetPrioritySettings_command05
sl@0
    91
		COMMAND		devsound1		Capabilities
sl@0
    92
		COMMAND		devsound1		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-SetConfigL_command07
sl@0
    93
		COMMAND		devsound2		OpenFile			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-OpenFile_command08
sl@0
    94
		COMMAND		devsound2		InitializeL			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-InitializeL_command09
sl@0
    95
        OUTSTANDING
sl@0
    96
		COMMAND		devsound2		SetPrioritySettings			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-SetPrioritySettings_command10
sl@0
    97
		COMMAND		devsound2		Capabilities
sl@0
    98
		COMMAND		devsound2		SetConfigL			MULTIMEDIA-MMF-DevSoundExt-Stress-Recording-0001-0001-SetConfigL_command12
sl@0
    99
		COMMAND		devsound1		RecordInitL
sl@0
   100
		ASYNC_DELAY  5000000 
sl@0
   101
		COMMAND		devsound1		Stop
sl@0
   102
		DELAY  2000000 
sl@0
   103
		COMMAND		devsound1		RecordInitL
sl@0
   104
		ASYNC_DELAY  3000000 
sl@0
   105
		COMMAND		devsound1		Stop
sl@0
   106
		DELAY  4000000 
sl@0
   107
		COMMAND		devsound2		PlayInitL
sl@0
   108
		ASYNC_DELAY  2000000 
sl@0
   109
		COMMAND		devsound2		Stop
sl@0
   110
		DELAY  1000000 
sl@0
   111
		COMMAND		devsound2		PlayInitL
sl@0
   112
		ASYNC_DELAY  5000000 
sl@0
   113
		COMMAND		devsound2		Stop
sl@0
   114
		COMMAND		devsound2		CloseFile
sl@0
   115
		COMMAND		devsound2		~
sl@0
   116
		COMMAND		devsound1		CloseFile
sl@0
   117
		COMMAND		devsound1		~
sl@0
   118
	END_TEST_BLOCK
sl@0
   119
END_TESTCASE MULTIMEDIA-MMF-DEVSOUNDEXT-STRESS-AUTOMATED-RECORDING-0001