mmmw_plat/system_tone_service_api/tsrc/conf/systemtoneservicestif.cfg
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:33:15 +0300
changeset 52 4ce423f34688
parent 42 1fa3fb47b1e3
permissions -rw-r--r--
Revision: 201035 Kit: 201037

//
// Copyright (c) 2010 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.
// Description: Example test case for calendar alarm
//
//

[Test]
title 00 Play ErrorBeep
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone ErrorBeep
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]

[Test]
title 01 Play EmailAlert
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone EmailAlert
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]

[Test]
title 02 Play SmsAlert
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone SmsAlert
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]

[Test]
title 03 Play ChatAlert
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone ChatAlert
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]

[Test]
title 04 Play MmsAlert
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone MmsAlert
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]

[Test]
title 05 Play WarningBeep
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone WarningBeep
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 06 Play DeafultBeep
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone DefaultBeep
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 07 Play IncomingCall
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm IncomingCall
pause 10000
STSSTIF StopAlarm True
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 08 Play IncomingCall2
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm IncomingCallLine2
pause 10000
STSSTIF StopAlarm True
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 09 Play VideoCall
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm IncomingDataCall
pause 10000
STSSTIF StopAlarm True
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 10 Play DefaultAlarm
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm ToDoAlarm
pause 10000
STSSTIF StopAlarm True
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]








[Test]
title NFT
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm ClockAlarm
pause 10000
STSSTIF StopAlarm True
STSSTIF Delete
delete STSSTIF
[Endtest]



[Test]
title 11 Create systemtoneservicestif
create systemtoneservicestif STSSTIF
STSSTIF Create
delete STSSTIF
[Endtest]



[Test]
title 12 Play ClockAlarm Ringtone
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm  ClockAlarm
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 13 Play ClockAlarmContext Ringtone
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayTone EmailAlert
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]

[Test]
title 14 Stop ClockAlarm with recognized Context
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm ClockAlarm
pause 10000
STSSTIF StopAlarm True
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 15 Stop ClockAlarm with non-recognized Context
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm ClockAlarm
pause 10000
STSSTIF StopAlarm False
pause 5000
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 16 Play two tones
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm ClockAlarm
pause 5000
STSSTIF PlayTone DefaultBeep
pause 10000
STSSTIF StopAlarm True
STSSTIF Delete
delete STSSTIF
[Endtest]


[Test]
title 07 Stop tone after tone complete
create systemtoneservicestif STSSTIF
STSSTIF Create
STSSTIF PlayAlarm ClockAlarm
pause 10000
STSSTIF StopAlarm True
STSSTIF StopAlarm True
STSSTIF Delete
delete STSSTIF
[Endtest]