messagingfw/msgtestfw/TestCases/ScriptedTestCases/Performance/pop3.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 POP3 and downloads 101 emails
       
    18 //	It measures the time to set a given entry to 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\pop3.ini GetBaseConstants
       
    27 RUN_TEST_STEP -1 MessagingTestServer InitNtRas					c:\perf\pop3.ini InitNtRas
       
    28 RUN_TEST_STEP -1 MessagingTestServer CreateSession				c:\perf\pop3.ini CreateSession
       
    29 RUN_TEST_STEP -1 MessagingTestServer ResetMessageStore			c:\perf\pop3.ini ResetMessageStore
       
    30 RUN_TEST_STEP -1 MessagingTestServer CreateRegistry				c:\perf\pop3.ini CreateRegistry
       
    31 RUN_TEST_STEP -1 MessagingTestServer SetDefaultConfiguration	c:\perf\pop3.ini SetDefaultConfigurationPOP3
       
    32 RUN_TEST_STEP -1 MessagingTestServer CreatePop3Service			c:\perf\pop3.ini CreatePop3Service
       
    33 RUN_TEST_STEP -1 MessagingTestServer CreatePop3Mtm				c:\perf\pop3.ini CreatePop3Mtm
       
    34 RUN_TEST_STEP -1 MessagingTestServer SetPop3ServiceParameters	c:\perf\pop3.ini SetPop3ServiceParameters
       
    35 RUN_TEST_STEP -1 MessagingTestServer EXECUTE_TEST_CASE
       
    36 RUN_TEST_STEP -1 MessagingTestServer ConnectPop3Server 			c:\perf\pop3.ini ConnectPop3Server
       
    37 RUN_TEST_STEP -1 MessagingTestServer CreateChildrenSelection	c:\perf\pop3.ini CreateChildrenSelection
       
    38 RUN_TEST_STEP -1 MessagingTestServer CopySelection				c:\perf\pop3.ini CopySelection
       
    39 RUN_TEST_STEP -1 MessagingTestServer DisconnectPop3Server		c:\perf\pop3.ini DisconnectPop3Server
       
    40 RUN_TEST_STEP -1 MessagingTestServer FindEntryByName			c:\perf\pop3.ini FindEntryByName
       
    41 RUN_TEST_STEP -1 MessagingTestServer StartTimer					c:\perf\pop3.ini StartTimer
       
    42 RUN_TEST_STEP -1 MessagingTestServer GetEntry					c:\perf\pop3.ini GetEntry
       
    43 RUN_TEST_STEP -1 MessagingTestServer StopTimer					c:\perf\pop3.ini StopTimer
       
    44 RUN_TEST_STEP -1 MessagingTestServer CHECK_POSTCONDITIONS
       
    45 RUN_TEST_STEP -1 MessagingTestServer END_TEST_CASE