testexecmdw/tef/tef/test/regressiontest/performancetest/testdata/scripts/dt-tef-performance-0001.script
branchRCL_3
changeset 3 9397a16b6eb8
parent 1 6edeef394eb7
equal deleted inserted replaced
1:6edeef394eb7 3:9397a16b6eb8
     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 PREFIX RUN_UTILS
       
    18 CopyFile z:\testdata\configs\te_regperformancetest.ini ${SYSDRIVE}\testdata\scripts\te_regperformancetest.ini
       
    19 MakeReadWrite ${SYSDRIVE}\testdata\scripts\te_regperformancetest.ini
       
    20 REMOVE_PREFIX
       
    21 
       
    22 LOAD_SUITE	Te_RegPerformanceTestSuite
       
    23 
       
    24 PRINT
       
    25 START_TESTCASE DT-TEF-Performance-0001
       
    26 //! @SYMTestCaseID          DT-TEF-Performance-0001
       
    27 //! @SYMCreationDate        08-09-2008
       
    28 //! @SYMAuthor              extjasonZhou
       
    29 //! @SYMTestType            CT
       
    30 //! @SYMTestPriority        Medium
       
    31 //! @SYMTestCaseDesc        Test TEF can be executed ok in low memory environment.
       
    32 //! @SYMTestExpectedResults TEF should be executed ok in low memory environment.
       
    33 //! @SYMTestActions         1. Eat up system memroies.
       
    34 //!                         2. Execute TEF in such environment.
       
    35 //!                         3. Restore system memories.
       
    36 	RUN_TEST_STEP 100 Te_RegPerformanceTestSuite Te_RegPerformanceSetLowMemTestStep ${SYSDRIVE}\testdata\configs\te_regperformancetest.ini LowMemory
       
    37 	DELAY 500
       
    38 	RUN_TEST_STEP 100 Te_RegPerformanceTestSuite Te_RegPerformanceLowMemoryTestStep
       
    39 	DELAY 500
       
    40 	RUN_TEST_STEP 100 Te_RegPerformanceTestSuite Te_RegPerformanceReleaseMemTestStep ${SYSDRIVE}\testdata\configs\te_regperformancetest.ini LowMemory
       
    41 	DELAY 500
       
    42 END_TESTCASE DT-TEF-Performance-0001