messagingfw/msgtestfw/TestCases/ScriptedTestCases/Performance/imap4.script
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 //
       
     2 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 // All rights reserved.
       
     4 // This component and the accompanying materials are made available
       
     5 // under the terms of "Eclipse Public License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 //
       
    17 //	This script connects over IMAP4 and downloads 101 emails
       
    18 //	It measures the time to set a given entry as the current entry
       
    19 //
       
    20 //
       
    21 RUN_UTILS DeleteFile c:\messaging.db
       
    22 LOAD_SUITE MessagingTestServer -SharedData
       
    23 //CED c:\msgtest\TestFramework\Configurations\CommDbSettings\NtRasLongIdleTimeout.cfg
       
    24 RUN_TEST_STEP -1 MessagingTestServer BEGIN_TEST_CASE
       
    25 RUN_TEST_STEP -1 MessagingTestServer SETUP_TEST_CASE
       
    26 RUN_TEST_STEP -1 MessagingTestServer GetBaseConstants			c:\perf\imap4.ini GetConstants
       
    27 RUN_TEST_STEP -1 MessagingTestServer InitNtRas					c:\perf\imap4.ini InitNtRas
       
    28 RUN_TEST_STEP -1 MessagingTestServer CreateSession				c:\perf\imap4.ini CreateSession
       
    29 RUN_TEST_STEP -1 MessagingTestServer ResetMessageStore			c:\perf\imap4.ini ResetMessageStore
       
    30 RUN_TEST_STEP -1 MessagingTestServer CreateRegistry				c:\perf\imap4.ini CreateRegistry
       
    31 RUN_TEST_STEP -1 MessagingTestServer SetDefaultConfiguration	c:\perf\imap4.ini SetDefaultConfigurationIMAP
       
    32 RUN_TEST_STEP -1 MessagingTestServer CreateImap4Service			c:\perf\imap4.ini CreateImap4Service
       
    33 RUN_TEST_STEP -1 MessagingTestServer CreateImap4Mtm				c:\perf\imap4.ini CreateImap4Mtm
       
    34 RUN_TEST_STEP -1 MessagingTestServer SetImap4ServiceParameters	c:\perf\imap4.ini SetImap4ServiceParameters
       
    35 RUN_TEST_STEP -1 MessagingTestServer ConnectImap4Server			c:\perf\imap4.ini ConnectImap4Server
       
    36 RUN_TEST_STEP -1 MessagingTestServer DoFullImap4Synchronisation	c:\perf\imap4.ini DoFullImap4Synchronisation
       
    37 RUN_TEST_STEP -1 MessagingTestServer FindEntryByName			c:\perf\imap4.ini FindEntryByName0
       
    38 RUN_TEST_STEP -1 MessagingTestServer EXECUTE_TEST_CASE
       
    39 RUN_TEST_STEP -1 MessagingTestServer CreateChildrenSelection	c:\perf\imap4.ini CreateChildrenSelection
       
    40 RUN_TEST_STEP -1 MessagingTestServer CopySelection				c:\perf\imap4.ini CopySelection
       
    41 RUN_TEST_STEP -1 MessagingTestServer DisconnectImap4Server		c:\perf\imap4.ini DisconnectImap4Server
       
    42 RUN_TEST_STEP -1 MessagingTestServer FindEntryByName			c:\perf\imap4.ini FindEntryByName
       
    43 RUN_TEST_STEP -1 MessagingTestServer StartTimer					c:\perf\imap4.ini StartTimer
       
    44 RUN_TEST_STEP -1 MessagingTestServer GetEntry					c:\perf\imap4.ini GetEntry
       
    45 RUN_TEST_STEP -1 MessagingTestServer StopTimer					c:\perf\imap4.ini StopTimer
       
    46 RUN_TEST_STEP -1 MessagingTestServer CHECK_POSTCONDITIONS
       
    47 RUN_TEST_STEP -1 MessagingTestServer END_TEST_CASE