localconnectivityservice/lcstylustap/tsrc/LcStylusTapTest/conf/ui_LcStylusTapTest.cfg
branchRCL_3
changeset 40 52a167391590
equal deleted inserted replaced
39:4096754ee773 40:52a167391590
       
     1 /*
       
     2 * Copyright (c) 2006 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:  Test Scripter configuration file
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 // LcStylusTapTest Module - total ... tc
       
    20 
       
    21 // LcStylusTapTest Api Tests (... tc)
       
    22 
       
    23 [Test]
       
    24 title Create LcStylusTap USB
       
    25 create LcStylusTapTest tester
       
    26 tester ExecuteApiTestBlock CreateLcStylusTap API USB
       
    27 delete tester
       
    28 [Endtest]
       
    29 
       
    30 [Test]
       
    31 title Create LcStylusTap BT
       
    32 create LcStylusTapTest tester
       
    33 tester ExecuteApiTestBlock CreateLcStylusTap API BT
       
    34 delete tester
       
    35 [Endtest]
       
    36 
       
    37 [Test]
       
    38 title Create LcStylusTap IRDA
       
    39 create LcStylusTapTest tester
       
    40 tester ExecuteApiTestBlock CreateLcStylusTap API IRDA
       
    41 delete tester
       
    42 [Endtest]
       
    43 
       
    44 [Test]
       
    45 title Create LcStylusTap USBMEM
       
    46 create LcStylusTapTest tester
       
    47 tester ExecuteApiTestBlock CreateLcStylusTap API USBMEM
       
    48 delete tester
       
    49 [Endtest]
       
    50 ///////////////////////////////////////////////
       
    51 
       
    52 [Test]
       
    53 title Text LcStylusTap USB
       
    54 create LcStylusTapTest tester
       
    55 tester ExecuteApiTestBlock TextTapTest API USB
       
    56 delete tester
       
    57 [Endtest]
       
    58 
       
    59 [Test]
       
    60 title Text LcStylusTap BT
       
    61 create LcStylusTapTest tester
       
    62 tester ExecuteApiTestBlock TextTapTest API BT
       
    63 delete tester
       
    64 [Endtest]
       
    65 
       
    66 [Test]
       
    67 title Text LcStylusTap USBMEM
       
    68 create LcStylusTapTest tester
       
    69 tester ExecuteApiTestBlock TextTapTest API USBMEM
       
    70 delete tester
       
    71 [Endtest]
       
    72 /*
       
    73 [Test]
       
    74 title Text LcStylusTap USBMEM_loc
       
    75 create LcStylusTapTest tester
       
    76 tester ExecuteApiTestBlock TextTapTest API USBMEM_loc
       
    77 delete tester
       
    78 [Endtest]
       
    79 */
       
    80 ///////////////////////////////////////////////
       
    81 [Test]
       
    82 title CallHandleIndicatorTap USB
       
    83 create LcStylusTapTest tester
       
    84 tester ExecuteApiTestBlock CallHandleIndicatorTap API USB
       
    85 pause 700
       
    86 presskey global EKeyDevice1
       
    87 delete tester
       
    88 [Endtest]
       
    89 
       
    90 [Test]
       
    91 title CallHandleIndicatorTap BT
       
    92 create LcStylusTapTest tester
       
    93 tester ExecuteApiTestBlock CallHandleIndicatorTap API BT
       
    94 pause 1000
       
    95 presskey global EKeyEnter
       
    96 pause 700
       
    97 presskey global EKeyDevice1
       
    98 delete tester
       
    99 [Endtest]
       
   100 
       
   101 [Test]
       
   102 title CallHandleIndicatorTap USBMEM
       
   103 create LcStylusTapTest tester
       
   104 tester ExecuteApiTestBlock CallHandleIndicatorTap API USBMEM
       
   105 delete tester
       
   106 [Endtest]
       
   107 
       
   108 [Test]
       
   109 title Create LcStylusTap IRDA
       
   110 create LcStylusTapTest tester
       
   111 tester ExecuteApiTestBlock CreateLcStylusTap API IRDA
       
   112 delete tester
       
   113 [Endtest]
       
   114 ///////////////////////////////////////////////////////////
       
   115 // Add new api tests here
       
   116 // ...
       
   117 
       
   118 
       
   119 // LcStylusTapTest Module Tests (... tc)
       
   120 /*
       
   121 	[Test]
       
   122 	title Example Module Test
       
   123 	create LcStylusTapTest tester
       
   124 	tester ExecuteModuleTestBlock ExampleTestL MODULE option 2 b
       
   125 	delete tester
       
   126 	[Endtest]
       
   127 */
       
   128 // Add new module tests here
       
   129 // ...
       
   130 
       
   131 
       
   132 // LcStylusTapTest Branch Tests (... tc)
       
   133 /*
       
   134 	[Test]
       
   135 	title Example Branch Test
       
   136 	create LcStylusTapTest tester
       
   137 	tester ExecuteBranchTestBlock ExampleTestL BRANCH option 3 c
       
   138 	delete tester
       
   139 	[Endtest]
       
   140 */
       
   141 // Add new branch tests here
       
   142 // ...