messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.script
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     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-0001-HP
       
    20 //! @SYMTestCaseDesc 		Create BT Message using SendAs API, specifying the message type ID
       
    21 //! @SYMFssID 			
       
    22 //! @SYMTestStatus 		Defined
       
    23 //! @SYMTestPriority 		High
       
    24 //! @SYMTestActions 		
       
    25 //! @SYMTestExpectedResults 	A BT message is created and is saved in the Drafts folder
       
    26 //! @SYMTestType 		CIT
       
    27 
       
    28 
       
    29 RUN_UTILS DeleteFile c:\messaging.db
       
    30 LOAD_SUITE MessagingTestServer -SharedData
       
    31 
       
    32 PREFIX RUN_TEST_STEP 1000 MessagingTestServer
       
    33 BEGIN_TEST_CASE
       
    34 SETUP_TEST_CASE
       
    35 GetBaseConstants		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	GetBaseConstants
       
    36 GetBTMTMUId  			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	GetBTMTMUId
       
    37 CreateSession			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	CreateSession
       
    38 ResetMessageStore		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	ResetMessageStore
       
    39 CreateRegistry			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	CreateRegistry
       
    40 CreateService	  		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	CreateService
       
    41 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	ChkChildrenCountDraft0
       
    42 EXECUTE_TEST_CASE
       
    43 ConnectSendAsServer		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	ConnectSendAsServer
       
    44 SendAsGetFilteredMessageTypes	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	GetFilteredMsgTypes
       
    45 SendAsGetMessageTypeUid		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	GetMessageTypeUid
       
    46 SendAsCreateMessageofType	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	CreateMessageofType	
       
    47 SendAsSaveMessageAndClose	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	SendAsSaveMessageAndClose
       
    48 CloseSendAsServerConnection	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	CloseSvrConnection
       
    49 CHECK_POSTCONDITIONS
       
    50 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-BT-CIT-0001-CreateMessageOfType.ini	ChkChildrenCountDraft1
       
    51 END_TEST_CASE