telephonyserverplugins/common_tsy/test/component/scripts/te_ctsycomponent_subscriberinfo_individual.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 06 Jul 2010 15:36:38 +0300
changeset 49 f50f4094acd7
parent 0 3553901f7fa8
child 66 07a122eea281
permissions -rw-r--r--
Revision: 201027 Kit: 2010127

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

RUN_SCRIPT z:\TestData\Scripts\mockltsy_copy_ini_file.script

LOAD_SUITE te_ctsy_component

START_TESTCASE BA-CTSY-SUBI-MGST-0001
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetServiceTable
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetServiceTable for cached service tables
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0001L
END_TESTCASE BA-CTSY-SUBI-MGST-0001

START_TESTCASE BA-CTSY-SUBI-MGST-0001a
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0001a
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetServiceTable
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetServiceTable for non-cached service tables (SIM table first)
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0001aL
END_TESTCASE BA-CTSY-SUBI-MGST-0001a

START_TESTCASE BA-CTSY-SUBI-MGST-0001b
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0001b
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetServiceTable
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetServiceTable for non-cached service tables (USIM table first)
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0001bL
END_TESTCASE BA-CTSY-SUBI-MGST-0001b

START_TESTCASE BA-CTSY-SUBI-MGST-0001c
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0001c
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetServiceTable
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetServiceTable to test negative flows through the CTSY
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0001cL
END_TESTCASE BA-CTSY-SUBI-MGST-0001c

START_TESTCASE BA-CTSY-SUBI-MGST-0002
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::GetServiceTable
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::GetServiceTable
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0002L
END_TESTCASE BA-CTSY-SUBI-MGST-0002

START_TESTCASE BA-CTSY-SUBI-MGST-0003
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0003
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetServiceTable with bad parameter data
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetServiceTable with bad parameter data
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0003L
END_TESTCASE BA-CTSY-SUBI-MGST-0003

START_TESTCASE BA-CTSY-SUBI-MGST-0004
//!@SYMTestCaseID BA-CTSY-SUBI-MGST-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::GetServiceTable
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::GetServiceTable
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 150 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetServiceTable0004L
END_TESTCASE BA-CTSY-SUBI-MGST-0004

START_TESTCASE BA-CTSY-SUBI-MSI-0001
//!@SYMTestCaseID BA-CTSY-SUBI-MSI-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetSubscriberId
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetSubscriberId
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetSubscriberId0001L
END_TESTCASE BA-CTSY-SUBI-MSI-0001

START_TESTCASE BA-CTSY-SUBI-MSI-0002
//!@SYMTestCaseID BA-CTSY-SUBI-MSI-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::GetSubscriberId
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::GetSubscriberId
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetSubscriberId0002L
END_TESTCASE BA-CTSY-SUBI-MSI-0002

START_TESTCASE BA-CTSY-SUBI-MSI-0004
//!@SYMTestCaseID BA-CTSY-SUBI-MSI-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::GetSubscriberId
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::GetSubscriberId
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetSubscriberId0004L
END_TESTCASE BA-CTSY-SUBI-MSI-0004

START_TESTCASE BA-CTSY-SUBI-MGIAC-0001
//!@SYMTestCaseID BA-CTSY-SUBI-MGIAC-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetIccAccessCaps
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetIccAccessCaps
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetIccAccessCaps0001L
END_TESTCASE BA-CTSY-SUBI-MGIAC-0001

START_TESTCASE BA-CTSY-SUBI-MGCSP-0001
//!@SYMTestCaseID BA-CTSY-SUBI-MGCSP-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetCustomerServiceProfile
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetCustomerServiceProfile
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetCustomerServiceProfile0001L
END_TESTCASE BA-CTSY-SUBI-MGCSP-0001

START_TESTCASE BA-CTSY-SUBI-MGCSP-0002
//!@SYMTestCaseID BA-CTSY-SUBI-MGCSP-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::GetCustomerServiceProfile
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::GetCustomerServiceProfile
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetCustomerServiceProfile0002L
END_TESTCASE BA-CTSY-SUBI-MGCSP-0002

START_TESTCASE BA-CTSY-SUBI-MGCSP-0002b
//!@SYMTestCaseID BA-CTSY-SUBI-MGCSP-0002b
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::GetCustomerServiceProfile combined with a cancel request
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::GetCustomerServiceProfile, cancels the first request
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetCustomerServiceProfile0002bL
END_TESTCASE BA-CTSY-SUBI-MGCSP-0002b

START_TESTCASE BA-CTSY-SUBI-MGCSP-0003
//!@SYMTestCaseID BA-CTSY-SUBI-MGCSP-0003
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetCustomerServiceProfile with bad parameter data
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetCustomerServiceProfile with bad parameter data
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetCustomerServiceProfile0003L
END_TESTCASE BA-CTSY-SUBI-MGCSP-0003

START_TESTCASE BA-CTSY-SUBI-MGCSP-0004
//!@SYMTestCaseID BA-CTSY-SUBI-MGCSP-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::GetCustomerServiceProfile
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::GetCustomerServiceProfile
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetCustomerServiceProfile0004L
END_TESTCASE BA-CTSY-SUBI-MGCSP-0004

START_TESTCASE BA-CTSY-SUBI-MNISS-0001
//!@SYMTestCaseID BA-CTSY-SUBI-MNISS-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::NotifyIccAccessCapsChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::NotifyIccAccessCapsChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestNotifyIccAccessCapsChange0001L
END_TESTCASE BA-CTSY-SUBI-MNISS-0001

START_TESTCASE BA-CTSY-SUBI-MNISS-0002
//!@SYMTestCaseID BA-CTSY-SUBI-MNISS-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::NotifyIccAccessCapsChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::NotifyIccAccessCapsChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestNotifyIccAccessCapsChange0002L
END_TESTCASE BA-CTSY-SUBI-MNISS-0002

START_TESTCASE BA-CTSY-SUBI-MNISS-0004
//!@SYMTestCaseID BA-CTSY-SUBI-MNISS-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::NotifyIccAccessCapsChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::NotifyIccAccessCapsChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestNotifyIccAccessCapsChange0004L
END_TESTCASE BA-CTSY-SUBI-MNISS-0004

START_TESTCASE BA-CTSY-SUBI-MGII-0001
//!@SYMTestCaseID BA-CTSY-SUBI-MGII-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::GetIccIdentity
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::GetIccIdentity
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsySubscriberInfoFU.TestGetIccIdentity0001L
END_TESTCASE BA-CTSY-SUBI-MGII-0001

RUN_SCRIPT z:\TestData\Scripts\mockltsy_remove_ini_file.script