diff -r 9f5ae1728557 -r db3f5fa34ec7 messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.script Wed Nov 03 22:41:46 2010 +0530 @@ -0,0 +1,55 @@ +// +// 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: +// + + +//! @file +//! @SYMTestCaseID CM-SENDAS-CIT-0007-HP +//! @SYMTestCaseDesc Set the SMS message contents from a buffer, using SendAs API +//! @SYMFssID +//! @SYMTestStatus Defined +//! @SYMTestPriority High +//! @SYMTestActions +//! @SYMTestExpectedResults An SMS message is created in the Drafts folder. +//! The message contents for the SMS message is set successfuly. Verificatin of the message contents with the expected value is sucessful +//! @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-SMS-CIT-0007-SetBodyTextUsingBuffer.ini GetBaseConstants +CreateSession c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini CreateSession +ResetMessageStore c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini ResetMessageStore +CreateRegistry c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini CreateRegistry +CreateSmsService c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini CreateSmsService +CheckChildrenCount c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini ChkChildrenCountDraft0 +SetDefaultConfiguration c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini SetDefaultConfiguration +EXECUTE_TEST_CASE +ConnectSendAsServer c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini ConnectSendAsServer +GetSmsConstants c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini GetSmsConstants +SendAsCreateMessageofType c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini CreateMessageofType +SendAsSetBodyText c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini SendAsSetBodyText +SendAsSaveMessageAndClose c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini SendAsSaveMessageAndClose +CloseSendAsServerConnection c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini CloseSvrConnection +CHECK_POSTCONDITIONS +CheckChildrenCount c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini ChkChildrenCountDraft1 +CreateChildrenSelection c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini CreateChildrenSelDraft +GetMessageAtIndex c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini GetMessageAtIndex +GetEntry c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini GetEntry +VerifyBodyText c:\msgtest\TestFramework\ScriptedTestCases\SendAs\MSG-SENDAS-SMS-CIT-0007-SetBodyTextUsingBuffer.ini VerifyBodyText +END_TEST_CASE \ No newline at end of file