mmapitest/devsoundhaitest/scripts/multimedia-mmf-devsound-stress-automated.script
changeset 33 0267baa9dea9
equal deleted inserted replaced
24:2672ba96448e 33:0267baa9dea9
       
     1 //
       
     2 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description: 
       
    15 //
       
    16 //
       
    17 //! @file
       
    18 //! @SYMTestSuiteName multimedia-mmf-devsound-stress-automated
       
    19 //! @SYMScriptTestEnvironment This test script requires a basic ROM.
       
    20 //
       
    21 // Tests all public elements of the CMMFDevSound
       
    22 // classes as a means of confidence that the APIs work as expected.
       
    23 // 
       
    24 // The purpose is to provide a regression test suite of PublishedAll
       
    25 // APIs for: CMMFDevSound
       
    26 // The tests are fully automated.
       
    27 //
       
    28 
       
    29 
       
    30 
       
    31 LOAD_SUITE t_devsound
       
    32 
       
    33 
       
    34 
       
    35 
       
    36 
       
    37 START_TESTCASE MULTIMEDIA-MMF-DEVSOUND-STRESS-AUTOMATED-0001
       
    38 
       
    39 //!@SYMTestCaseID		MULTIMEDIA-MMF-DEVSOUND-STRESS-AUTOMATED-0001
       
    40 //!@SYMAPI
       
    41 //!                CMMFDevSound::NewL()
       
    42 //!@SYMAuthor			etorres
       
    43 //!@SYMCreationDate		8/25/2008 
       
    44 //!@SYMTestCaseDesc		Create 100 DevSound instances
       
    45 //!@SYMTestActions
       
    46 //!                1.NewLLoop  (Loop=100;AllowedError=-4)
       
    47 //!@SYMTestStatus		Verified
       
    48 //!@SYMTestPriority		High
       
    49 //!@SYMTestExpectedResults
       
    50 //!                Create 100 DevSound instances
       
    51 //!@SYMTestType			CIT
       
    52 
       
    53 	START_TEST_BLOCK	10	t_devsound	\multimedia\mmf\devsound\multimedia-mmf-devsound-stress-automated.ini
       
    54 		CREATE_OBJECT	CMMFDevSound		devsound1
       
    55 		COMMAND		devsound1		NewLLoopL			MULTIMEDIA-MMF-DevSound-Stress-0001-0001-NewLLoopL_command01
       
    56 	END_TEST_BLOCK
       
    57 END_TESTCASE MULTIMEDIA-MMF-DEVSOUND-STRESS-AUTOMATED-0001