messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/AddAttachmentByHandle.ini
author hgs
Wed, 03 Nov 2010 22:41:46 +0530
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
permissions -rw-r--r--
201044_02

[SmsSettingsFiles]
actionParam	= "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsvodafone.txt" "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsorange.txt" "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsO2.txt"

[GetConstants]
actionParam	= inboxId outboxId draftsId sentId deletedId

[SmsUid]
actionParam	= smsUid

[SessionId]
actionParam	= thisSession

[SmsService2]
actionParam 	= thisSession _ 0 1 "C_drive_SMS_serv_desc" "C_drive_SMS_serv_det" cDrivesmsServiceId

[SmsSettingsOrange]
actionParam	= thisSession cDrivesmsServiceId 1

[CreateMessage]
actionParam	= thisSession draftsId smsUid cDrivesmsServiceId _ 0 1 "A_SMS_message_description" "SMS_details" messageId

[AddFileAttachmentByHandleSync]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId1

[AddFileAttachmentByHandle]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId2

[AddFileAttachmentByHandleSync2]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachId3

[AddLargeFileAttachment]
actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachLargeId

[GetAttachmentInfoById1]
actionParam = thisSession messageId attachId1 attachInfo1

[GetAttachmentInfoById2]
actionParam = thisSession messageId attachId2 attachInfo2

[GetAttachmentInfoById3]
actionParam = thisSession messageId attachId3 attachInfo3

[CountAttachments]
actionParam = thisSession messageId 3 attachCount

[CompareAttachmentLarge]
actionParam = thisSession messageId attachLargeId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm"