secureswitools/swisistools/test/tinterpretsisinteg/scripts/tintsisj001_ra.script
changeset 0 ba25891c3a9e
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     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 the License "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 // @file tintsis.script
       
    16 // Creation December 07, 2006
       
    17 // interpretsis Integration Test Script
       
    18 // Integration Test
       
    19 // Component  : SWI
       
    20 // Tests      : Ajay Bhandary
       
    21 // The scope of this script is to compare the SWI and Interpretsis installation
       
    22 // The ini file tintsis.ini is loacted at the path c:\tinterpretsisintg\scripts\tintsis.script
       
    23 //
       
    24 
       
    25 PRINT Run test for installation of sis file 
       
    26 LOAD_SUITE tuiscriptadaptors
       
    27 LOAD_SUITE tinterpretsis
       
    28 
       
    29 
       
    30 
       
    31 //////////////////////////////////////////////////////////////////////////////////////////////
       
    32 //! @SYMTestCaseID 		API-SEC-SWI-INTERPRETSIS-J001-RA-0001
       
    33 //! @SYMTestCaseDesc 		Compare installation of SWI and Interpretsis 
       
    34 //! @SYMPREQ  			PREQ1230
       
    35 //! @SYMTestStatus		3. Released
       
    36 //! @SYMTestPriority 		Medium
       
    37 //! @SYMTestActions 		Install a sis file.
       
    38 //! @SYMTestExpectedResults 	Installation is successful     
       
    39 //! @SYMTestType		CIT
       
    40 //////////////////////////////////////////////////////////////////////////////////////////////
       
    41 
       
    42 START_TESTCASE API-SEC-SWI-INTERPRETSIS-J001-RA-0001
       
    43 
       
    44 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini J001sisfile1
       
    45 RUN_TEST_STEP 100 tinterpretsis InterpretsisStep c:\tswi\tinterpretsisinteg\scripts\ini.ini J001sisfile3
       
    46 
       
    47 RUN_TEST_STEP   100     tuiscriptadaptors ForceRemove   c:\tswi\tinterpretsisinteg\scripts\ini.ini J001removeregistrysisfile
       
    48 
       
    49 END_TESTCASE API-SEC-SWI-INTERPRETSIS-J001-RA-0001