telephonyserverplugins/common_tsy/test/component/scripts/te_ctsycomponent_ims_individual.script
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:41:59 +0200
changeset 0 3553901f7fa8
child 19 630d2f34d719
permissions -rw-r--r--
Revision: 201005 Kit: 201005

//
// 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-IMS-MIA-0001
//!@SYMTestCaseID BA-CTSY-IMS-MIA-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::ImsAuthenticate
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::ImsAuthenticate
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyIMSFU.TestImsAuthenticate0001L
END_TESTCASE BA-CTSY-IMS-MIA-0001

START_TESTCASE BA-CTSY-IMS-MIA-0002
//!@SYMTestCaseID BA-CTSY-IMS-MIA-0002
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobilePhone::ImsAuthenticate
//!@SYMTestPriority High
//!@SYMTestActions Invokes cancelling of RMobilePhone::ImsAuthenticate
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyIMSFU.TestImsAuthenticate0002L
END_TESTCASE BA-CTSY-IMS-MIA-0002

START_TESTCASE BA-CTSY-IMS-MIA-0003
//!@SYMTestCaseID BA-CTSY-IMS-MIA-0003
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::ImsAuthenticate with bad parameter data
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::ImsAuthenticate with bad parameter data
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyIMSFU.TestImsAuthenticate0003L
END_TESTCASE BA-CTSY-IMS-MIA-0003

START_TESTCASE BA-CTSY-IMS-MIA-0004
//!@SYMTestCaseID BA-CTSY-IMS-MIA-0004
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobilePhone::ImsAuthenticate
//!@SYMTestPriority High
//!@SYMTestActions Invokes multiple client requests to RMobilePhone::ImsAuthenticate
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyIMSFU.TestImsAuthenticate0004L
END_TESTCASE BA-CTSY-IMS-MIA-0004

START_TESTCASE BA-CTSY-IMS-MNIAIC-0001
//!@SYMTestCaseID BA-CTSY-IMS-MNIAIC-0001
//!@SYMComponent telephony_ctsy
//!@SYMTestCaseDesc Test support in CTSY for RMobilePhone::NotifyImsAuthorizationInfoChange
//!@SYMTestPriority High
//!@SYMTestActions Invokes RMobilePhone::NotifyImsAuthorizationInfoChange
//!@SYMTestExpectedResults Pass
//!@SYMTestType CT
RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyIMSFU.TestNotifyImsAuthorizationInfoChange0001L
END_TESTCASE BA-CTSY-IMS-MNIAIC-0001