messagingfw/msgtestfw/TestCases/ScriptedTestCases/AttachmentAPIScripts/22-BT_RemoveAttachmentUsingInvalidIndex.SCRIPT
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 12:18:06 +0200
changeset 2 69530231af78
parent 0 8e480a14352b
permissions -rw-r--r--
Revision: 201001 Kit: 201004

//
// 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:
//	Remove attachment using invalid index value
// ------------------------------------------
// Component Under Test:
//	Attachment API
// ------------------------------------------
// API function under test:
//	MMsvAttachmentManager::RemoveAttachmentL
// ------------------------------------------
// Requirement/Use Case/Functional Spec:
//	SGL.GT0216.051 (2.1, 2.3.1)
// ------------------------------------------
// Polarity:
//	Negative
// ------------------------------------------
// 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
//	2. Read/Write access to message store
//	3. Add attachment from public area providing valid absolute path
//	4. Attachment count should be 1
// ------------------------------------------
// Action Description:
// 	Remove attachment using invalid index value, greater than 0
// ------------------------------------------
// Post-condition description (i.e., expected outcome):
//	Appropriate error code should be returned while removing attachment using invalid index
//	value
// ------------------------------------------
// 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\22-BT_RemoveAttachmentUsingInvalidIndex.INI GetConstants
RUN_TEST_STEP 100 MessagingTestServer GetBTMTMUId				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI GetBtMTMUId
RUN_TEST_STEP 100 MessagingTestServer CreateSession				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI SessionId
RUN_TEST_STEP 100 MessagingTestServer CreateRegistry				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI CreateRegistry
RUN_TEST_STEP 100 MessagingTestServer CreateService				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI CreateBtService
RUN_TEST_STEP 100 MessagingTestServer CreateMessage				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI CreateMessage
RUN_TEST_STEP 100 MessagingTestServer AddFileAttachmentByPath			c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI AddFileAttachmentByPath
RUN_TEST_STEP 100 MessagingTestServer CountAttachments				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI CountAttachments0

RUN_TEST_STEP 100 MessagingTestServer EXECUTE_TEST_CASE
RUN_TEST_STEP 100 MessagingTestServer RemoveFileAttachmentByIndex		c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI RemoveFileAttachmentByIndex

RUN_TEST_STEP 100 MessagingTestServer CHECK_POSTCONDITIONS
RUN_TEST_STEP 100 MessagingTestServer CountAttachments				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI CountAttachments1
RUN_TEST_STEP 100 MessagingTestServer CheckErrorCode				c:\msgtest\TestFramework\ScriptedTestCases\AttachmentAPIScripts\22-BT_RemoveAttachmentUsingInvalidIndex.INI CheckErrorCode

RUN_TEST_STEP !PanicCode=130 100 MessagingTestServer END_TEST_CASE