os/mm/mmapitest/devsoundhaitest/scripts/multimedia-mmf-devsound-stress-automated.script
First public contribution.
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".
9 // Initial Contributors:
10 // Nokia Corporation - initial contribution.
18 //! @SYMTestSuiteName multimedia-mmf-devsound-stress-automated
19 //! @SYMScriptTestEnvironment This test script requires a basic ROM.
21 // Tests all public elements of the CMMFDevSound
22 // classes as a means of confidence that the APIs work as expected.
24 // The purpose is to provide a regression test suite of PublishedAll
25 // APIs for: CMMFDevSound
26 // The tests are fully automated.
37 START_TESTCASE MULTIMEDIA-MMF-DEVSOUND-STRESS-AUTOMATED-0001
39 //!@SYMTestCaseID MULTIMEDIA-MMF-DEVSOUND-STRESS-AUTOMATED-0001
41 //! CMMFDevSound::NewL()
43 //!@SYMCreationDate 8/25/2008
44 //!@SYMTestCaseDesc Create 100 DevSound instances
46 //! 1.NewLLoop (Loop=100;AllowedError=-4)
47 //!@SYMTestStatus Verified
48 //!@SYMTestPriority High
49 //!@SYMTestExpectedResults
50 //! Create 100 DevSound instances
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
57 END_TESTCASE MULTIMEDIA-MMF-DEVSOUND-STRESS-AUTOMATED-0001