|
1 [InitializeSimTsy] |
|
2 actionParam = 0 _ telServer |
|
3 |
|
4 [GetBaseConstants] |
|
5 actionParam = inboxFolderId outboxFolderId draftsFolderId sentFolderId deletedFolderId |
|
6 |
|
7 [GetSmsConstants] |
|
8 actionParam = smsUid |
|
9 |
|
10 [SetDefaultSmsSettings] |
|
11 actionParam = "c:\msgtest\TestFramework\Configurations\SmsSettings\SmsSettingsOrange.txt" |
|
12 |
|
13 [SetDefaultConfiguration] |
|
14 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfSmsMessage "c:\msgtest\TestFramework\Configurations\SmsSettings\helloworld.txt" |
|
15 |
|
16 [SetDefaultConfigurationBodyTxt] |
|
17 actionParam = CMtfConfigurationType::TMtfConfigurationType::EMtfDataFile "c:\msgtest\TestFramework\ScriptedTestCases\SendAs\Data\BuffBodyText.txt" |
|
18 |
|
19 [CreateSession] |
|
20 actionParam = session |
|
21 |
|
22 [ResetMessageStore] |
|
23 actionParam = session |
|
24 |
|
25 [CreateSmsService] |
|
26 actionParam = session _ _ _ _ "SmsService" smsServiceId |
|
27 |
|
28 [SetSmsServiceSettings] |
|
29 actionParam = session smsServiceId 0 |
|
30 |
|
31 [CreateRegistry] |
|
32 actionParam = session clientMtmRegistry |
|
33 |
|
34 [CreateSmsMtm] |
|
35 actionParam = session smsServiceId clientMtmRegistry smsMtm |
|
36 |
|
37 [ChkChildrenCountDraft0] |
|
38 actionParam = session draftsFolderId 0 |
|
39 |
|
40 [ChkChildrenCountDraft1] |
|
41 actionParam = session draftsFolderId 1 |
|
42 |
|
43 [ChangeDefaultSmsService] |
|
44 actionParam = smsServiceId smsMtm |
|
45 |
|
46 [ConnectSendAsServer] |
|
47 actionParam = 10 sendAs |
|
48 |
|
49 [SendAsCreateMessageofType] |
|
50 actionParam = sendAs smsUid sendAsMessage |
|
51 |
|
52 [SendAsAddRecipient] |
|
53 actionParam = sendAsMessage "+919845098450" _ RSendAsMessage::TSendAsRecipientType::ESendAsRecipientTo smsUid 0 _ _ |
|
54 |
|
55 [SendAsSetBodyText] |
|
56 actionParam = sendAsMessage 0 0 errorCode |
|
57 |
|
58 [SendAsSendMessageNew] |
|
59 actionParam = sendAsMessage 0 _ sendAsMsgErrorCode 0x04 |
|
60 |
|
61 [CloseMessage] |
|
62 actionParam = sendAsMessage |
|
63 |
|
64 [CloseSvrConnection] |
|
65 actionParam = sendAs |
|
66 |
|
67 [ChkChildrenCountSent0] |
|
68 actionParam = session sentFolderId 1 |
|
69 |
|
70 [Sleep] |
|
71 actionParam = 20 |
|
72 |
|
73 [UnloadPhoneModule] |
|
74 actionParam = _ telServer |