|
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 located at the path c:\tinterpretsisintg\testharness_preq1230\scripts\tintsis.script |
|
23 // |
|
24 |
|
25 |
|
26 PRINT Run test for installation of sis file |
|
27 LOAD_SUITE tuiscriptadaptors |
|
28 LOAD_SUITE tinterpretsis |
|
29 |
|
30 |
|
31 |
|
32 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
33 //! @SYMTestCaseID API-SEC-SWI-INTERPRETSIS-J002-NRB-0001 |
|
34 //! @SYMTestCaseDesc Compare installation of SWI and Interpretsis |
|
35 //! @SYMPREQ PREQ1230 |
|
36 //! @SYMTestStatus 3. Released |
|
37 //! @SYMTestPriority Medium |
|
38 //! @SYMTestActions Install a sis file. |
|
39 //! @SYMTestExpectedResults Installation is successful |
|
40 //! @SYMTestType CIT |
|
41 ////////////////////////////////////////////////////////////////////////////////////////////// |
|
42 |
|
43 START_TESTCASE API-SEC-SWI-INTERPRETSIS-J002-NRB-0001 |
|
44 |
|
45 RUN_TEST_STEP 100 tuiscriptadaptors InstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini J002sisfile2 |
|
46 RUN_TEST_STEP 100 tinterpretsis InterpretsisStep c:\tswi\tinterpretsisinteg\scripts\ini.ini J002sisfile3 |
|
47 |
|
48 RUN_TEST_STEP 100 tuiscriptadaptors ForceRemove c:\tswi\tinterpretsisinteg\scripts\ini.ini J002removeregistrysisfile |
|
49 |
|
50 END_TESTCASE API-SEC-SWI-INTERPRETSIS-J002-NRB-0001 |
|
51 |
|
52 |
|
53 |