messagingfw/msgtestfw/TestCases/ScriptedTestCases/ImapSearchTests/1_GetAllMessages.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 // Test script: 1_GetAllMessages.script
       
    17 
       
    18 //!@file
       
    19 //! @SYMTestCaseID MSG-IMAP-712-1-CP
       
    20 //! @SYMTestType UT
       
    21 //! @SYMTestPriority Critical
       
    22 //! @SYMPREQ 712
       
    23 //! @SYMTestCaseDesc Retrieves all messages on the IMAP account, no search string is defined.
       
    24 //! @SYMTestActions First clean out the remote inbox and local message store, send the test emails, get all messages and check they were all retrieved
       
    25 //! @SYMTestExpectedResults The number of emails retrieved should match the number of emails that were send
       
    26 
       
    27 PRINT Running Test 1, no search string
       
    28 
       
    29 // First clean out the remote inbox and local message store
       
    30 RUN_SCRIPT c:\msgtest\testframework\scriptedtestcases\imapsearchtests\clean_all.script
       
    31 
       
    32 // Send the test emails
       
    33 RUN_SCRIPT c:\msgtest\testframework\scriptedtestcases\imapsearchtests\send_emails.script
       
    34 
       
    35 // get all messages and check they we're all retreived
       
    36 RUN_SCRIPT c:\msgtest\testframework\scriptedtestcases\imapsearchtests\imap_sync.script