diff -r 9f5ae1728557 -r db3f5fa34ec7 messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-BT-CIT-0003-CreateMultipleMessages.ini --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/messagingfw/msgtestfw/TestCases/ScriptedTestCases/SendAs/MSG-SENDAS-BT-CIT-0003-CreateMultipleMessages.ini Wed Nov 03 22:41:46 2010 +0530 @@ -0,0 +1,53 @@ +[GetBaseConstants] +actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId + +[GetBTMTMUId] +actionParam = btTypeId + +[CreateSession] +actionParam = session + +[ResetMessageStore] +actionParam = session + +[CreateRegistry] +actionParam = session clientMtmRegistry + +[CreateService] +actionParam = session btTypeId _ _ _ _ "BTService" btServiceId + +[ChkChildrenCountDraft0] +actionParam = session draftsFolderId 0 + +[ConnectSendAsServer] +actionParam = 10 sendAs + +[CreateMessageofType1] +actionParam = sendAs btTypeId sendAsMessage1 + +[ChkChildrenCountDraft1] +actionParam = session draftsFolderId 1 + +[CreateMessageofType2] +actionParam = sendAs btTypeId sendAsMessage2 + +[ChkChildrenCountDraft2] +actionParam = session draftsFolderId 2 + +[CreateMessageofType3] +actionParam = sendAs btTypeId sendAsMessage3 + +[ChkChildrenCountDraft3] +actionParam = session draftsFolderId 3 + +[SendAsSaveMessageAndClose3] +actionParam = sendAsMessage3 + +[SendAsSaveMessageAndClose2] +actionParam = sendAsMessage2 + +[SendAsSaveMessageAndClose1] +actionParam = sendAsMessage1 + +[CloseSvrConnection] +actionParam = sendAs \ No newline at end of file