messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/17-BT_GetAttachmentFile.SCRIPT
//
// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//
// Test Case Name:
// Obtain the attachment associated with the existing message
// ------------------------------------------
// Component Under Test:
// Attachment API
// ------------------------------------------
// API function under test:
// MMsvAttachmentManager::GetAttachmentL
// ------------------------------------------
// Requirement/Use Case/Functional Spec:
// SGL.GT0216.051 (2.1, 2.3.1, 2.3.4)
// ------------------------------------------
// Polarity:
// Positive
// ------------------------------------------
// Test Type (unit, integration, panic, performance, conformance, stress, or interoperability):
// Integration
// ------------------------------------------
// Expected Panic ID (if a panic test, only for non-scripted test cases):
// N/A
// ------------------------------------------
// Interface Dependencies (does it require connection, which subsystems does it require):
// Requires connection to Messaging Server
// ------------------------------------------
// Importance (critical, high, or low):
// High
// ------------------------------------------
// Execution Time (fast, medium, or slow):
// Medium
// ------------------------------------------
// Pre-condition description:
// 1. New BT message with atleast 2 attachments
// 2. Read/Write access to message store
// ------------------------------------------
// Action Description:
// 1. Get the attachment file using valid index value
// 2. Compare the attachment file used for attachment and attachment file obtained
// ------------------------------------------
// Post-condition description (i.e., expected outcome):
// The attachment file is obtained and compared with file used for attachment successfully
// ------------------------------------------
// Reference to a review document:
// AttachmentAPI_TestSpecificationDocument_Ver1.0.doc
// ------------------------------------------
// Full pathname of an epoc.ini (if there are special epoc.ini requirements)
// For emulator, an epoc.ini that creates an emulated external drive (drive letter
// between D: and Y:) is required. Optionally, an environment variable can be defined.
// ------------------------------------------
// Any CommDb restrictions:
// NTRAS CommDb
// ------------------------------------------
// Build Requirements (e.g., no watchers):
// N/A
// ------------------------------------------
// Hardware Requirements
// H2 Board
// ------------------------------------------
RUN_UTILS DeleteFile c:\messaging.db
LOAD_SUITE MessagingTestServer -SharedData
RUN_TEST_STEP 100 MessagingTestServer BEGIN_TEST_CASE
RUN_TEST_STEP 100 MessagingTestServer SETUP_TEST_CASE
RUN_TEST_STEP 100 MessagingTestServer GetBaseConstants c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI GetConstants
RUN_TEST_STEP 100 MessagingTestServer GetBTMTMUId c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI GetBtMTMUId
RUN_TEST_STEP 100 MessagingTestServer CreateSession c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI SessionId
RUN_TEST_STEP 100 MessagingTestServer CreateRegistry c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI CreateRegistry
RUN_TEST_STEP 100 MessagingTestServer CreateService c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI CreateBtService
RUN_TEST_STEP 100 MessagingTestServer CreateMessage c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI CreateMessage
RUN_TEST_STEP 100 MessagingTestServer AddFileAttachmentByHandleSync c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI AddFileAttachmentByHandleSync
RUN_TEST_STEP 100 MessagingTestServer AddFileAttachmentByPath c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI AddFileAttachmentByPath
RUN_TEST_STEP 100 MessagingTestServer CountAttachments c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI CountAttachments
RUN_TEST_STEP 100 MessagingTestServer EXECUTE_TEST_CASE
RUN_TEST_STEP 100 MessagingTestServer GetAttachmentFileFromIndex c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI GetAttachmentFileFromIndex0
RUN_TEST_STEP 100 MessagingTestServer GetAttachmentFileFromIndex c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI GetAttachmentFileFromIndex1
RUN_TEST_STEP 100 MessagingTestServer CHECK_POSTCONDITIONS
RUN_TEST_STEP 100 MessagingTestServer CompareAttachment c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI CompareAttachment0
RUN_TEST_STEP 100 MessagingTestServer CompareAttachment c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\17-BT_GetAttachmentFile.INI CompareAttachment1
RUN_TEST_STEP 100 MessagingTestServer END_TEST_CASE