telephonyserverplugins/common_tsy/test/component/scripts/te_ctsycomponent_callforwarding_individual.script
author ivan.fildichev@opencode.com
Thu, 18 Nov 2010 15:42:16 +0200
branchopencode
changeset 88 5e27cc612ac7
parent 24 6638e7f4bd8f
permissions -rw-r--r--
Latest bug-fixes with added tests.

//
// Copyright (c) 2009 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:
//

LOAD_SUITE te_ctsy_component

START_TESTCASE BA-CTSY-CFOR-RMPCFLN-0001
//!@SYMTestCaseID BA-CTSY-CFOR-RMPCFLN-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for CRetrieveMobilePhoneCFList::Start
//!@SYMTestPriority High
//!@SYMTestActions Invokes CRetrieveMobilePhoneCFList::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestStart0001L
END_TESTCASE BA-CTSY-CFOR-RMPCFLN-0001

START_TESTCASE BA-CTSY-CFOR-RMPCFLN-0002
//!@SYMTestCaseID BA-CTSY-CFOR-RMPCFLN-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of CRetrieveMobilePhoneCFList::Start
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of CRetrieveMobilePhoneCFList::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestStart0002L
END_TESTCASE BA-CTSY-CFOR-RMPCFLN-0002

START_TESTCASE BA-CTSY-CFOR-RMPCFLN-0003
//!@SYMTestCaseID BA-CTSY-CFOR-RMPCFLN-0003
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for CRetrieveMobilePhoneCFList::Start with bad parameter data
//!@SYMTestPriority High
//!@SYMTestActions Invokes CRetrieveMobilePhoneCFList::Start with bad parameter data
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestStart0003L
END_TESTCASE BA-CTSY-CFOR-RMPCFLN-0003

START_TESTCASE BA-CTSY-CFOR-RMPCFLN-0004
//!@SYMTestCaseID BA-CTSY-CFOR-RMPCFLN-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to CRetrieveMobilePhoneCFList::Start
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to CRetrieveMobilePhoneCFList::Start
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestStart0004L
END_TESTCASE BA-CTSY-CFOR-RMPCFLN-0004

START_TESTCASE BA-CTSY-CFOR-MSCFS-0001
//!@SYMTestCaseID BA-CTSY-CFOR-MSCFS-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::SetCallForwardingStatus
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::SetCallForwardingStatus
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestSetCallForwardingStatus0001L
END_TESTCASE BA-CTSY-CFOR-MSCFS-0001

START_TESTCASE BA-CTSY-CFOR-MSCFS-0002
//!@SYMTestCaseID BA-CTSY-CFOR-MSCFS-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::SetCallForwardingStatus
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::SetCallForwardingStatus
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestSetCallForwardingStatus0002L
END_TESTCASE BA-CTSY-CFOR-MSCFS-0002

START_TESTCASE BA-CTSY-CFOR-MSCFS-0003
//!@SYMTestCaseID BA-CTSY-CFOR-MSCFS-0003
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::SetCallForwardingStatus with bad parameter data
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::SetCallForwardingStatus with bad parameter data
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestSetCallForwardingStatus0003L
END_TESTCASE BA-CTSY-CFOR-MSCFS-0003

START_TESTCASE BA-CTSY-CFOR-MSCFS-0004
//!@SYMTestCaseID BA-CTSY-CFOR-MSCFS-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::SetCallForwardingStatus
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::SetCallForwardingStatus
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestSetCallForwardingStatus0004L
END_TESTCASE BA-CTSY-CFOR-MSCFS-0004

START_TESTCASE BA-CTSY-CFOR-MGCFI-0001
//!@SYMTestCaseID BA-CTSY-CFOR-MGCFI-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetCallForwardingIndicator
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetCallForwardingIndicator
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestGetCallForwardingIndicator0001L
END_TESTCASE BA-CTSY-CFOR-MGCFI-0001

START_TESTCASE BA-CTSY-CFOR-MNCFA-0001
//!@SYMTestCaseID BA-CTSY-CFOR-MNCFA-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::NotifyCallForwardingActive
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::NotifyCallForwardingActive
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestNotifyCallForwardingActive0001L
END_TESTCASE BA-CTSY-CFOR-MNCFA-0001

START_TESTCASE BA-CTSY-CFOR-MNCFA-0002
//!@SYMTestCaseID BA-CTSY-CFOR-MNCFA-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::NotifyCallForwardingActive
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::NotifyCallForwardingActive
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestNotifyCallForwardingActive0002L
END_TESTCASE BA-CTSY-CFOR-MNCFA-0002

START_TESTCASE BA-CTSY-CFOR-MNCFA-0004
//!@SYMTestCaseID BA-CTSY-CFOR-MNCFA-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::NotifyCallForwardingActive
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::NotifyCallForwardingActive
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestNotifyCallForwardingActive0004L
END_TESTCASE BA-CTSY-CFOR-MNCFA-0004

START_TESTCASE BA-CTSY-CFOR-MNCFSC-0001
//!@SYMTestCaseID BA-CTSY-CFOR-MNCFSC-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::NotifyCallForwardingStatusChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::NotifyCallForwardingStatusChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestNotifyCallForwardingStatusChange0001L
END_TESTCASE BA-CTSY-CFOR-MNCFSC-0001

START_TESTCASE BA-CTSY-CFOR-MNCFSC-0002
//!@SYMTestCaseID BA-CTSY-CFOR-MNCFSC-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::NotifyCallForwardingStatusChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::NotifyCallForwardingStatusChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestNotifyCallForwardingStatusChange0002L
END_TESTCASE BA-CTSY-CFOR-MNCFSC-0002

START_TESTCASE BA-CTSY-CFOR-MNCFSC-0004
//!@SYMTestCaseID BA-CTSY-CFOR-MNCFSC-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::NotifyCallForwardingStatusChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::NotifyCallForwardingStatusChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyCallForwardingFU.TestNotifyCallForwardingStatusChange0004L
END_TESTCASE BA-CTSY-CFOR-MNCFSC-0004