testexecfw/tef/test/regressiontest/concurrenttest/testdata/scripts/dt-tef-concurrent-0013.script
changeset 0 3e07fef1e154
equal deleted inserted replaced
-1:000000000000 0:3e07fef1e154
       
     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 LOAD_SUITE	Te_RegConcurrentTestSuite1
       
    18 LOAD_SUITE	Te_RegConcurrentTestSuite2
       
    19 LOAD_SUITE	Te_RegConcurrentTestSuite3 -SharedData
       
    20 PRINT
       
    21 
       
    22 CONCURRENT
       
    23 START_TESTCASE DT-TEF-Concurrent-0013
       
    24 //! @SYMTestCaseID          DT-TEF-Concurrent-0013
       
    25 //! @SYMCreationDate        03-09-2008
       
    26 //! @SYMAuthor              extjasonzhou
       
    27 //! @SYMTestType            CT
       
    28 //! @SYMTestPriority        Medium
       
    29 //! @SYMTestCaseDesc        Test Concurrent functionalities of TEF steps with 3 servers two of them not shared data and the other one shared data. (Negetive test)
       
    30 //! @SYMTestExpectedResults Test cases should behave as expected.
       
    31 //! @SYMTestActions         1. Load 3 servers servers two of them not shared data and the other one shared data.
       
    32 //!                         2. Call CONCURRENT.
       
    33 //!                         4. Run some steps in a test case (both shared data and non-shared data servers) with some bad command syntax and/or some bad server/step names.
       
    34 //!                         5. Call CONSECUTIVE.
       
    35 //!                         6. Run some more steps in another test case (steps of both non-shared data servers and shared data server).
       
    36 	PRINT This test case will be failed.
       
    37 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite1 Te_RegWaitStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini WaitStep0
       
    38 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite2
       
    39 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite2 Te_RegLoopStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini LoopStep0
       
    40 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite3 Te_RegLoopStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini LoopStep0
       
    41 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuiteNotExist Te_RegAccessStaticVarStep
       
    42 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite2 Te_RegAccessStaticVarStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini AccessStaticVarStep0
       
    43 END_TESTCASE DT-TEF-Concurrent-0013
       
    44 CONSECUTIVE
       
    45 START_TESTCASE DT-TEF-Concurrent-0013-1
       
    46 //! @SYMTestCaseID          DT-TEF-Concurrent-0013-1
       
    47 //! @SYMCreationDate        03-09-2008
       
    48 //! @SYMAuthor              extjasonzhou
       
    49 //! @SYMTestType            CT
       
    50 //! @SYMTestPriority        Medium
       
    51 //! @SYMTestCaseDesc        Test Concurrent functionalities of TEF steps with 3 servers two of them not shared data and the other one shared data. (Negetive test)
       
    52 //! @SYMTestExpectedResults Test cases should behave as expected.
       
    53 //! @SYMTestActions         1. Load 3 servers servers two of them not shared data and the other one shared data.
       
    54 //!                         2. Call CONCURRENT.
       
    55 //!                         4. Run some steps in a test case (both shared data and non-shared data servers) with some bad command syntax and/or some bad server/step names.
       
    56 //!                         5. Call CONSECUTIVE.
       
    57 //!                         6. Run some more steps in another test case (steps of both non-shared data servers and shared data server).
       
    58 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite1 Te_RegCheckTestResultStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini 0
       
    59 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite2 Te_RegCheckTestResultStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini 10
       
    60 	RUN_TEST_STEP 100 Te_RegConcurrentTestSuite3 Te_RegCheckTestResultStep ${SYSDRIVE}\testdata\configs\te_regconcurrenttestsuite.ini 0
       
    61 END_TESTCASE DT-TEF-Concurrent-0013-1