localconnectivityservice/lcstylustap/tsrc/LcStylusTapTest/conf/ui_LcStylusTapTest.cfg
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:20:40 +0100
branchRCL_3
changeset 40 52a167391590
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Test Scripter configuration file
*
*/


// LcStylusTapTest Module - total ... tc

// LcStylusTapTest Api Tests (... tc)

[Test]
title Create LcStylusTap USB
create LcStylusTapTest tester
tester ExecuteApiTestBlock CreateLcStylusTap API USB
delete tester
[Endtest]

[Test]
title Create LcStylusTap BT
create LcStylusTapTest tester
tester ExecuteApiTestBlock CreateLcStylusTap API BT
delete tester
[Endtest]

[Test]
title Create LcStylusTap IRDA
create LcStylusTapTest tester
tester ExecuteApiTestBlock CreateLcStylusTap API IRDA
delete tester
[Endtest]

[Test]
title Create LcStylusTap USBMEM
create LcStylusTapTest tester
tester ExecuteApiTestBlock CreateLcStylusTap API USBMEM
delete tester
[Endtest]
///////////////////////////////////////////////

[Test]
title Text LcStylusTap USB
create LcStylusTapTest tester
tester ExecuteApiTestBlock TextTapTest API USB
delete tester
[Endtest]

[Test]
title Text LcStylusTap BT
create LcStylusTapTest tester
tester ExecuteApiTestBlock TextTapTest API BT
delete tester
[Endtest]

[Test]
title Text LcStylusTap USBMEM
create LcStylusTapTest tester
tester ExecuteApiTestBlock TextTapTest API USBMEM
delete tester
[Endtest]
/*
[Test]
title Text LcStylusTap USBMEM_loc
create LcStylusTapTest tester
tester ExecuteApiTestBlock TextTapTest API USBMEM_loc
delete tester
[Endtest]
*/
///////////////////////////////////////////////
[Test]
title CallHandleIndicatorTap USB
create LcStylusTapTest tester
tester ExecuteApiTestBlock CallHandleIndicatorTap API USB
pause 700
presskey global EKeyDevice1
delete tester
[Endtest]

[Test]
title CallHandleIndicatorTap BT
create LcStylusTapTest tester
tester ExecuteApiTestBlock CallHandleIndicatorTap API BT
pause 1000
presskey global EKeyEnter
pause 700
presskey global EKeyDevice1
delete tester
[Endtest]

[Test]
title CallHandleIndicatorTap USBMEM
create LcStylusTapTest tester
tester ExecuteApiTestBlock CallHandleIndicatorTap API USBMEM
delete tester
[Endtest]

[Test]
title Create LcStylusTap IRDA
create LcStylusTapTest tester
tester ExecuteApiTestBlock CreateLcStylusTap API IRDA
delete tester
[Endtest]
///////////////////////////////////////////////////////////
// Add new api tests here
// ...


// LcStylusTapTest Module Tests (... tc)
/*
	[Test]
	title Example Module Test
	create LcStylusTapTest tester
	tester ExecuteModuleTestBlock ExampleTestL MODULE option 2 b
	delete tester
	[Endtest]
*/
// Add new module tests here
// ...


// LcStylusTapTest Branch Tests (... tc)
/*
	[Test]
	title Example Branch Test
	create LcStylusTapTest tester
	tester ExecuteBranchTestBlock ExampleTestL BRANCH option 3 c
	delete tester
	[Endtest]
*/
// Add new branch tests here
// ...