messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/AddMixedAttachments.ini
[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" messageId1
[CreateMessage2]
actionParam = thisSession draftsId smsUid cDrivesmsServiceId _ 0 1 "A_SMS_message_description" "SMS_details" messageId2
[AddFileAttachmentByHandleSync]
actionParam = thisSession messageId1 "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId1
[AddEntryAttachment]
actionParam = thisSession messageId1 messageId2 attachId2
[AddFileAttachmentByPath]
actionParam = thisSession messageId1 "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId3
[GetAttachmentInfoById1]
actionParam = thisSession messageId1 attachId1 attachInfo1
[GetAttachmentInfoById2]
actionParam = thisSession messageId1 attachId2 attachInfo2
[GetAttachmentInfoById3]
actionParam = thisSession messageId1 attachId3 attachInfo3
[CountAttachments]
actionParam = thisSession messageId1 3 attachCount