messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/AddAttachmentByPath.ini
changeset 22 bde600d88860
parent 0 8e480a14352b
equal deleted inserted replaced
21:08008ce8a6df 22:bde600d88860
       
     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" messageId
       
    21 
       
    22 [AddFileAttachmentByPath]
       
    23 actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain" attachId
       
    24 
       
    25 [AddFileAttachmentByPath02]
       
    26 actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile02.txt" "text/plain" attachId02
       
    27 
       
    28 [AddFileAttachmentByPath03]
       
    29 actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachId03
       
    30 
       
    31 [AddFileAttachmentWithRevert]
       
    32 actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain"
       
    33 
       
    34 [AddFileAttachmentWithDestroy]
       
    35 actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\textfile.txt" "text/plain"
       
    36 
       
    37 [AddLargeFileAttachment]
       
    38 actionParam	= thisSession messageId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm" "image/x-epoc-mbm" attachLargeId
       
    39 
       
    40 [GetAttachmentInfoById]
       
    41 actionParam = thisSession messageId attachId attachInfo
       
    42 
       
    43 [GetAttachmentInfoById02]
       
    44 actionParam = thisSession messageId attachId02 attachInfo02
       
    45 
       
    46 [GetAttachmentInfoById03]
       
    47 actionParam = thisSession messageId attachId03 attachInfo03
       
    48 
       
    49 [CountAttachments]
       
    50 actionParam = thisSession messageId 3 attachCount
       
    51 
       
    52 [CountAttachmentsRevert]
       
    53 actionParam = thisSession messageId 1 attachCount
       
    54 
       
    55 [CountAttachmentsDestroy]
       
    56 actionParam = thisSession messageId 1 attachCount
       
    57 
       
    58 [CompareAttachmentLarge]
       
    59 actionParam = thisSession messageId attachLargeId "c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\data\sample.mbm"
       
    60 
       
    61 [AddFileAttachmentInvalidPath]
       
    62 actionParam	= thisSession messageId "c:\invalidfile.txt" "text/plain" attachIdInvalid errorCode
       
    63 
       
    64 [CheckErrorCode01]
       
    65 actionParam	= errorCode -1
       
    66