telephonyserverplugins/common_tsy/test/component/scripts/te_ctsycomponent_onstore_individual.script
changeset 0 3553901f7fa8
child 5 7ef16719d8cb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/telephonyserverplugins/common_tsy/test/component/scripts/te_ctsycomponent_onstore_individual.script	Tue Feb 02 01:41:59 2010 +0200
@@ -0,0 +1,352 @@
+//
+// 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-PBON-OSA-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSA-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::StoreAllL
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::StoreAllL
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStoreAllL0001L
+END_TESTCASE BA-CTSY-PBON-OSA-0001
+
+START_TESTCASE BA-CTSY-PBON-OSA-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSA-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::StoreAllL
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::StoreAllL
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStoreAllL0002L
+END_TESTCASE BA-CTSY-PBON-OSA-0002
+
+START_TESTCASE BA-CTSY-PBON-OSA-0003
+//!@SYMTestCaseID BA-CTSY-PBON-OSA-0003
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::StoreAllL with bad parameter data
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::StoreAllL with bad parameter data
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStoreAllL0003L
+END_TESTCASE BA-CTSY-PBON-OSA-0003
+
+START_TESTCASE BA-CTSY-PBON-OSA-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSA-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::StoreAllL
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::StoreAllL
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStoreAllL0004L
+END_TESTCASE BA-CTSY-PBON-OSA-0004
+
+START_TESTCASE BA-CTSY-PBON-OSNSE-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSNSE-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::NotifyStoreEvent
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::NotifyStoreEvent
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestNotifyStoreEvent0001L
+END_TESTCASE BA-CTSY-PBON-OSNSE-0001
+
+START_TESTCASE BA-CTSY-PBON-OSNSE-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSNSE-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::NotifyStoreEvent
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::NotifyStoreEvent
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestNotifyStoreEvent0002L
+END_TESTCASE BA-CTSY-PBON-OSNSE-0002
+
+START_TESTCASE BA-CTSY-PBON-OSNSE-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSNSE-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::NotifyStoreEvent
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::NotifyStoreEvent
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestNotifyStoreEvent0004L
+END_TESTCASE BA-CTSY-PBON-OSNSE-0004
+
+START_TESTCASE BA-CTSY-PBON-OSR-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSR-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::Read
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::Read
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestRead0001L
+END_TESTCASE BA-CTSY-PBON-OSR-0001
+
+START_TESTCASE BA-CTSY-PBON-OSR-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSR-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::Read
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::Read
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestRead0002L
+END_TESTCASE BA-CTSY-PBON-OSR-0002
+
+START_TESTCASE BA-CTSY-PBON-OSR-0003
+//!@SYMTestCaseID BA-CTSY-PBON-OSR-0003
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::Read with bad parameter data
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::Read with bad parameter data
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestRead0003L
+END_TESTCASE BA-CTSY-PBON-OSR-0003
+
+START_TESTCASE BA-CTSY-PBON-OSR-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSR-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::Read
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::Read
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestRead0004L
+END_TESTCASE BA-CTSY-PBON-OSR-0004
+
+
+START_TESTCASE BA-CTSY-PBON-OSW-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSW-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::Write
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::Write
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestWrite0001L
+END_TESTCASE BA-CTSY-PBON-OSW-0001
+
+START_TESTCASE BA-CTSY-PBON-OSW-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSW-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::Write
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::Write
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestWrite0002L
+END_TESTCASE BA-CTSY-PBON-OSW-0002
+
+START_TESTCASE BA-CTSY-PBON-OSW-0003
+//!@SYMTestCaseID BA-CTSY-PBON-OSW-0003
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::Write with bad parameter data
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::Write with bad parameter data
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestWrite0003L
+END_TESTCASE BA-CTSY-PBON-OSW-0003
+
+START_TESTCASE BA-CTSY-PBON-OSW-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSW-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::Write
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::Write
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestWrite0004L
+END_TESTCASE BA-CTSY-PBON-OSW-0004
+
+START_TESTCASE BA-CTSY-PBON-OSD-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSD-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::Delete
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::Delete
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDelete0001L
+END_TESTCASE BA-CTSY-PBON-OSD-0001
+
+START_TESTCASE BA-CTSY-PBON-OSD-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSD-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::Delete
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::Delete
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDelete0002L
+END_TESTCASE BA-CTSY-PBON-OSD-0002
+
+START_TESTCASE BA-CTSY-PBON-OSD-0003
+//!@SYMTestCaseID BA-CTSY-PBON-OSD-0003
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::Delete with bad parameter data
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::Delete with bad parameter data
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDelete0003L
+END_TESTCASE BA-CTSY-PBON-OSD-0003
+
+START_TESTCASE BA-CTSY-PBON-OSD-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSD-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::Delete
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::Delete
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDelete0004L
+END_TESTCASE BA-CTSY-PBON-OSD-0004
+
+START_TESTCASE BA-CTSY-PBON-OSGI-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSGI-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::GetInfo
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::GetInfo
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestGetInfo0001L
+END_TESTCASE BA-CTSY-PBON-OSGI-0001
+
+START_TESTCASE BA-CTSY-PBON-OSGI-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSGI-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::GetInfo
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::GetInfo
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestGetInfo0002L
+END_TESTCASE BA-CTSY-PBON-OSGI-0002
+
+START_TESTCASE BA-CTSY-PBON-OSGI-0003
+//!@SYMTestCaseID BA-CTSY-PBON-OSGI-0003
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Bad params test for RMobileONStore::GetInfo
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes bad params test for RMobileONStore::GetInfo
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestGetInfo0003L
+END_TESTCASE BA-CTSY-PBON-OSGI-0003
+
+START_TESTCASE BA-CTSY-PBON-OSGI-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSGI-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::GetInfo
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::GetInfo
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestGetInfo0004L
+END_TESTCASE BA-CTSY-PBON-OSGI-0004
+
+START_TESTCASE BA-CTSY-PBON-OSDA-0001
+//!@SYMTestCaseID BA-CTSY-PBON-OSDA-0001
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for RMobileONStore::DeleteAll
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes RMobileONStore::DeleteAll
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDeleteAll0001L
+END_TESTCASE BA-CTSY-PBON-OSDA-0001
+
+START_TESTCASE BA-CTSY-PBON-OSDA-0002
+//!@SYMTestCaseID BA-CTSY-PBON-OSDA-0002
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for cancelling of RMobileONStore::DeleteAll
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes cancelling of RMobileONStore::DeleteAll
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDeleteAll0002L
+END_TESTCASE BA-CTSY-PBON-OSDA-0002
+
+START_TESTCASE BA-CTSY-PBON-OSDA-0004
+//!@SYMTestCaseID BA-CTSY-PBON-OSDA-0004
+//!@SYMComponent telephony_ctsy
+//!@SYMTestCaseDesc Test support in CTSY for multiple client requests to RMobileONStore::DeleteAll
+//!@SYMTestPriority High
+//!@SYMTestActions Invokes multiple client requests to RMobileONStore::DeleteAll
+//!@SYMTestExpectedResults Pass
+//!@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestDeleteAll0004L
+END_TESTCASE BA-CTSY-PBON-OSDA-0004
+
+
+START_TESTCASE BA-CTSY-PBON-OSS-0001
+//@SYMTestCaseID BA-CTSY-PBON-OSS-0001
+//@SYMComponent  telephony_ctsy
+//@SYMTestCaseDesc Test support in CTSY for CRetrieveMobilePhoneONList::Start
+//@SYMTestPriority High
+//@SYMTestActions Invokes CRetrieveMobilePhoneONList::Start
+//@SYMTestExpectedResults Pass
+//@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStart0001L
+END_TESTCASE BA-CTSY-PBON-OSS-0001
+
+START_TESTCASE BA-CTSY-PBON-OSS-0002
+//@SYMTestCaseID BA-CTSY-PBON-OSS-0002
+//@SYMComponent  telephony_ctsy
+//@SYMTestCaseDesc Test support in CTSY for cancelling of CRetrieveMobilePhoneONList::Start
+//@SYMTestPriority High
+//@SYMTestActions Invokes cancelling of CRetrieveMobilePhoneONList::Start
+//@SYMTestExpectedResults Pass
+//@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStart0002L
+END_TESTCASE BA-CTSY-PBON-OSS-0002
+
+START_TESTCASE BA-CTSY-PBON-OSS-0003
+//@SYMTestCaseID BA-CTSY-PBON-OSS-0003
+//@SYMComponent  telephony_ctsy
+//@SYMTestCaseDesc Test support in CTSY for CRetrieveMobilePhoneONList::Start with bad parameter data
+//@SYMTestPriority High
+//@SYMTestActions Invokes CRetrieveMobilePhoneONList::Start with bad parameter data
+//@SYMTestExpectedResults Pass
+//@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStart0003L
+END_TESTCASE BA-CTSY-PBON-OSS-0003
+
+START_TESTCASE BA-CTSY-PBON-OSS-0004
+//@SYMTestCaseID BA-CTSY-PBON-OSS-0004
+//@SYMComponent  telephony_ctsy
+//@SYMTestCaseDesc Test support in CTSY for multiple client requests to CRetrieveMobilePhoneONList::Start
+//@SYMTestPriority High
+//@SYMTestActions Invokes multiple client requests to CRetrieveMobilePhoneONList::Start
+//@SYMTestExpectedResults Pass
+//@SYMTestType CT
+RUN_TEST_STEP 100 te_ctsy_component TEFUnit.CCTsyONStoreFU.TestStart0004L
+END_TESTCASE BA-CTSY-PBON-OSS-0004
+