appfw/apparchitecture/tef/scripts/apparctest_T_Services.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-T-RApaLsSessionTestStep-TestServiceDiscovery1L-0001
       
    18 //! @SYMPREQ 			PREQ538
       
    19 //! @SYMTestCaseDesc 		Test the functionality of GetServerApps with a service uid that is not provided by any application  
       
    20 //! @SYMTestPriority 		High
       
    21 //! @SYMTestStatus 		3. Released
       
    22 //! @SYMTestActions 		Call GetServerApps with the service uid as parameter.
       
    23 //!   				on z: drive.
       
    24 //!   				API Calls:
       
    25 //!   				RApaLsSession::GetServerApps(TUid aServiceUid) const
       
    26 //! @SYMTestExpectedResults 	Returns  ENoMoreAppsInList  since no application provides a service represented by the uid
       
    27 
       
    28 START_TESTCASE API-APPFWK-T-RApaLsSessionTestStep-TestServiceDiscovery1L-0001
       
    29 
       
    30 PRINT Run T_Services Apparc test
       
    31 //
       
    32 // Testexecute not yet startup state aware (DEF059510). Until then, delay required to ensure emulator boot has finished
       
    33 DELAY 5000
       
    34 //
       
    35 LOAD_SUITE ApparcTestServer
       
    36 RUN_TEST_STEP 100 ApparcTestServer T_Services
       
    37 
       
    38 END_TESTCASE API-APPFWK-T-RApaLsSessionTestStep-TestServiceDiscovery1L-0001