messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.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-0003-HP
       
    20 //! @SYMTestCaseDesc 		Create multiple SMS Message using SendAs API
       
    21 //! @SYMFssID 
       
    22 //! @SYMTestStatus 		Defined
       
    23 //! @SYMTestPriority 		High
       
    24 //! @SYMTestActions 
       
    25 //! @SYMTestExpectedResults 	Multiple SMS messages are created 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-SMS-CIT-0003-CreateMultipleMessages.ini	GetBaseConstants
       
    36 CreateSession			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CreateSession
       
    37 ResetMessageStore		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ResetMessageStore
       
    38 CreateRegistry			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CreateRegistry
       
    39 CreateSmsService		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CreateSmsService
       
    40 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ChkChildrenCountDraft0
       
    41 EXECUTE_TEST_CASE
       
    42 ConnectSendAsServer		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ConnectSendAsServer
       
    43 GetSmsConstants			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	GetSmsConstants
       
    44 SendAsCreateMessageofType	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CreateMessageofType1
       
    45 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ChkChildrenCountDraft1
       
    46 SendAsCreateMessageofType	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CreateMessageofType2
       
    47 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ChkChildrenCountDraft2
       
    48 SendAsCreateMessageofType	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CreateMessageofType3
       
    49 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ChkChildrenCountDraft3
       
    50 SendAsSaveMessageAndClose	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	SendAsSaveMessageAndClose3
       
    51 SendAsSaveMessageAndClose	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	SendAsSaveMessageAndClose2
       
    52 SendAsSaveMessageAndClose	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	SendAsSaveMessageAndClose1
       
    53 CloseSendAsServerConnection	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	CloseSvrConnection
       
    54 CHECK_POSTCONDITIONS
       
    55 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0003-CreateMultipleMessages.ini	ChkChildrenCountDraft3
       
    56 END_TEST_CASE