diff -r 9f5ae1728557 -r db3f5fa34ec7 messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.script Wed Nov 03 22:41:46 2010 +0530 @@ -0,0 +1,60 @@ +// +// 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: +// + + +//! @SYMTestCaseID CM-SENDAS-IR-CIT-0053-HP +//! @SYMTestCaseDesc Negative Test - Attach an invalid text file with IR message +//! @SYMTestStatus Implemented +//! @SYMTestPriority High +//! @SYMTestActions Get base constants & IR MTM Uid +//! Create a session +//! Reset the Message store for cleanup +//! Create Registry & Service +//! Connect to SendAs2 server +//! Create a IR Message +//! Add a recipitent +//! Attach a invalid text file +//! Save and close the server +//! Disconnect the server +//! +//! @SYMTestExpectedResults Error code: -1 (The Attachment should not be added to Message with proper information) +//! @SYMTestType CIT + + +RUN_UTILS DeleteFile c:\messaging.db +LOAD_SUITE MessagingTestServer -SharedData + +PREFIX RUN_TEST_STEP 1000 MessagingTestServer +BEGIN_TEST_CASE +SETUP_TEST_CASE +GetBaseConstants c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini GetBaseConstants +CreateSession c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CreateSession +ResetMessageStore c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini ResetMessageStore +CheckChildrenCount c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini ChkChildrenCountDraft0 +CreateRegistry c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CreateRegistry +GetIRMTMUId c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini GetIRMtmUid +CreateService c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CreateIRService +EXECUTE_TEST_CASE +ConnectSendAsServer c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini ConnectSendAsServer +SendAsCreateMessageofType c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CreateMessageofType +SendAsAddRecipient c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini SendAsAddRecipient +SendAsAddAttachment c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini SendAsAddAttachment +SendAsSaveMessageAndClose c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CloseMessage +CloseSendAsServerConnection c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CloseSvrConnection +CHECK_POSTCONDITIONS +CheckChildrenCount c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini ChkChildrenCountDraft1 +CheckErrorCode c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-IR-CIT-0053-AddInvalidAttachment.ini CheckErrorCode +END_TEST_CASE \ No newline at end of file