messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/AddMixedAttachments.ini
equal
deleted
inserted
replaced
|
1 [SmsSettingsFiles] |
|
2 actionParam = "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsvodafone.txt" "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsorange.txt" "c:\msgtest\testframework\Configurations\SmsSettings\smssettingsO2.txt" |
|
3 |
|
4 [GetConstants] |
|
5 actionParam = inboxId outboxId draftsId sentId deletedId |
|
6 |
|
7 [SmsUid] |
|
8 actionParam = smsUid |
|
9 |
|
10 [SessionId] |
|
11 actionParam = thisSession |
|
12 |
|
13 [SmsService2] |
|
14 actionParam = thisSession _ 0 1 "C_drive_SMS_serv_desc" "C_drive_SMS_serv_det" cDrivesmsServiceId |
|
15 |
|
16 [SmsSettingsOrange] |
|
17 actionParam = thisSession cDrivesmsServiceId 1 |
|
18 |
|
19 [CreateMessage] |
|
20 actionParam = thisSession draftsId smsUid cDrivesmsServiceId _ 0 1 "A_SMS_message_description" "SMS_details" messageId1 |
|
21 |
|
22 [CreateMessage2] |
|
23 actionParam = thisSession draftsId smsUid cDrivesmsServiceId _ 0 1 "A_SMS_message_description" "SMS_details" messageId2 |
|
24 |
|
25 [AddFileAttachmentByHandleSync] |
|
26 actionParam = thisSession messageId1 "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId1 |
|
27 |
|
28 [AddEntryAttachment] |
|
29 actionParam = thisSession messageId1 messageId2 attachId2 |
|
30 |
|
31 [AddFileAttachmentByPath] |
|
32 actionParam = thisSession messageId1 "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId3 |
|
33 |
|
34 [GetAttachmentInfoById1] |
|
35 actionParam = thisSession messageId1 attachId1 attachInfo1 |
|
36 |
|
37 [GetAttachmentInfoById2] |
|
38 actionParam = thisSession messageId1 attachId2 attachInfo2 |
|
39 |
|
40 [GetAttachmentInfoById3] |
|
41 actionParam = thisSession messageId1 attachId3 attachInfo3 |
|
42 |
|
43 [CountAttachments] |
|
44 actionParam = thisSession messageId1 3 attachCount |