messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.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-0012-HP
       
    20 //! @SYMTestCaseDesc 		Create a SMTP message using SendAs API and set BioType, where BioType is not supported by the message type
       
    21 //! @SYMFssID
       
    22 //! @SYMTestStatus 		Defined
       
    23 //! @SYMTestPriority 		High
       
    24 //! @SYMTestActions
       
    25 //! @SYMTestExpectedResults 	Setting of Bio type is ignored, the test passes with out any error	
       
    26 //! @SYMTestType 		CIT
       
    27 
       
    28 RUN_UTILS DeleteFile c:\messaging.db
       
    29 LOAD_SUITE MessagingTestServer -SharedData
       
    30 
       
    31 PREFIX RUN_TEST_STEP 1000 MessagingTestServer
       
    32 BEGIN_TEST_CASE
       
    33 SETUP_TEST_CASE
       
    34 GetBaseConstants		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	GetBaseConstants
       
    35 CreateSession			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CreateSession
       
    36 ResetMessageStore		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	ResetMessageStore
       
    37 CreatePopAccount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CreatePopAccount
       
    38 CreateSmtpService		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CreateSmtpService
       
    39 CreateRegistry			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CreateRegistry
       
    40 CreateSmtpMtm			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CreateSmtpMtm
       
    41 SetDefaultConfiguration		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	SetDefaultConfiguration0
       
    42 SetSmtpServiceParameters	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	SetSmtpServiceParameters
       
    43 CheckChildrenCount		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	ChkChildrenCountDraft0
       
    44 EXECUTE_TEST_CASE
       
    45 ChangeDefaultSmtpService	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	ChangeDefaultSmtpService
       
    46 ConnectSendAsServer		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	ConnectSendAsServer
       
    47 GetSMTPMTMUId			c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	GetSMTPMTMUId
       
    48 SendAsCreateMessageofType	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CreateMessageofType1
       
    49 SendAsSetBioType		c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	SendAsSetBioType
       
    50 SendAsSaveMessageAndClose	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CloseMessage1
       
    51 CloseSendAsServerConnection	c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMTP-CIT-0012-SetBioTypeNotSupported.ini	CloseSvrConnection
       
    52 CHECK_POSTCONDITIONS
       
    53 END_TEST_CASE