appfw/apparchitecture/tef/scripts/apparctest_T_RuleBasedLaunching.script
changeset 0 2e3d3ce01487
child 29 6a787171e1de
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 //
       
     2 // Copyright (c) 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 //! @file
       
    17 //! @SYMTestCaseID 		API-APPFWK-APPARC-0023  
       
    18 //! @SYMPREQ 			PREQ1122   
       
    19 //! @SYMTestCaseDesc 		Rule Based Launching of Applications     
       
    20 //! @SYMTestPriority 		High   
       
    21 //! @SYMTestStatus 		3. Released   
       
    22 //! @SYMTestActions 		The test utilises 4 test applications that simply display the appication name. Each application is launched and closed in sequence.
       
    23 //! @SYMTestExpectedResults 	The test verifies that each application can be opened and closed normally.
       
    24 
       
    25 START_TESTCASE API-APPFWK-APPARC-0023
       
    26 
       
    27 PRINT Run T_RuleBasedLaunching Apparc test
       
    28 //
       
    29 LOAD_SUITE ApparcTestServer
       
    30 RUN_TEST_STEP 100 ApparcTestServer T_RuleBasedLaunching
       
    31 
       
    32 END_TESTCASE API-APPFWK-APPARC-0023