messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-BT-CIT-0016-Add_Bcc_RecipientAddr.script
changeset 3 28ae839b4c09
equal deleted inserted replaced
2:69530231af78 3:28ae839b4c09
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 
       
    18 //! @file
       
    19 //! @SYMTestCaseID 		CM-SENDAS-CIT-0015-HP
       
    20 //! @SYMTestCaseDesc 		Add Recipient Address of type "Bcc" to BT message, 
       
    21 //!				where message type does not support Bcc address
       
    22 //! @SYMFssID 
       
    23 //! @SYMTestStatus 		Defined
       
    24 //! @SYMTestPriority 		High
       
    25 //! @SYMTestActions 
       
    26 //! @SYMTestExpectedResults 	The Test should fail with KErrNotSupported
       
    27 //! @SYMTestType 		CIT
       
    28 
       
    29 
       
    30 RUN_UTILS DeleteFile c:\messaging.db
       
    31 LOAD_SUITE MessagingTestServer -SharedData
       
    32 
       
    33 PREFIX RUN_TEST_STEP 1000 MessagingTestServer
       
    34 BEGIN_TEST_CASE
       
    35 SETUP_TEST_CASE
       
    36 GetBaseConstants		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	GetBaseConstants
       
    37 CreateSession			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	CreateSession
       
    38 ResetMessageStore		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	ResetMessageStore
       
    39 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	ChkChildrenCountDraft0
       
    40 CreateRegistry			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	CreateRegistry
       
    41 GetBTMTMUId			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	GetBtMtmUid
       
    42 CreateService			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	CreateBtService
       
    43 EXECUTE_TEST_CASE
       
    44 ConnectSendAsServer		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	ConnectSendAsServer
       
    45 SendAsCreateMessageofType	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	CreateMessageofType
       
    46 SendAsAddRecipient		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	SendAsAddRecipient
       
    47 SendAsSaveMessageAndClose	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	CloseMessage
       
    48 CloseSendAsServerConnection	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	CloseSvrConnection
       
    49 CHECK_POSTCONDITIONS
       
    50 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0016-Add'Bcc'RecipientAddr.ini	ChkChildrenCountDraft1
       
    51 END_TEST_CASE