mmlibs/mmfw/tsrc/mmvalidationsuite/mvsintegrationtest/scripts/tsi_mvs_audioagent_alloc.script
changeset 0 b8ed18f6c07b
child 5 b220a9341636
equal deleted inserted replaced
-1:000000000000 0:b8ed18f6c07b
       
     1 @file tsi_mvs_audioagent_alloc.script
       
     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 // Creation Date 10/08/2005
       
    16 // 
       
    17 //
       
    18 
       
    19 PRINT Run the Multimedia Validation Audio Client Agent Alloc tests
       
    20 PRINT 
       
    21 
       
    22 //
       
    23 LOAD_SUITE tsi_mvs_agents.dll
       
    24 
       
    25 //////////////////////////////////////////////////////////////////////////////////////////
       
    26 /////////////////////////// AUDIO CLIENT AGENTS :: Alloc Testing /////////////////////////
       
    27 //////////////////////////////////////////////////////////////////////////////////////////
       
    28 
       
    29 // 
       
    30 //!@SYMTestCaseID             MM-MVS-AUDIOAGENT-I-0010-HP
       
    31 //!@SYMTestCaseDesc           Alloc test for Create a new OGG Vorbis File and Record functionality.
       
    32 //!@SYMREQ                    REQ5477
       
    33 //!@SYMPREQ                   PREQ452
       
    34 //!@SYMTestPriority           2
       
    35 //!@SYMTestActions            1. Create a new Ogg-Vorbis File 2. Record for 2 seconds
       
    36 //!@SYMTestExpectedResults    The Alloc tests return KErrNoMemory for each Heap allocation failure simulation.
       
    37 RUN_TEST_STEP 2400000 TSI_MVS_AGENTS MM-MVS-AUDIOAGENT-I-0010-HP \mvs\tsi_mvs_agents.ini
       
    38 TEST_COMPLETE 
       
    39 
       
    40 // 
       
    41 //!@SYMTestCaseID             MM-MVS-AUDIOAGENT-I-0011-HP
       
    42 //!@SYMTestCaseDesc           Alloc test for Play the recorded OGG Vorbis file functionality.
       
    43 //!@SYMREQ                    REQ5477
       
    44 //!@SYMPREQ                   PREQ452
       
    45 //!@SYMTestPriority           2
       
    46 //!@SYMTestActions            1. Open the recorded Ogg-Vorbis File 2. Play using the Audio Play Agent
       
    47 //!@SYMTestExpectedResults    The Alloc tests return KErrNoMemory for each Heap allocation failure simulation.
       
    48 RUN_TEST_STEP 2400000 TSI_MVS_AGENTS MM-MVS-AUDIOAGENT-I-0011-HP \mvs\tsi_mvs_agents.ini
       
    49 TEST_COMPLETE 
       
    50