email/email/pop/scripts/plainbody/smoketest_email.script
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     6 // which accompanies this distribution, and is available
       
     7 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 //
       
     9 // Initial Contributors:
       
    10 // Nokia Corporation - initial contribution.
       
    11 //
       
    12 // Contributors:
       
    13 //
       
    14 // Description:
       
    15 //
       
    16 
       
    17 PRINT Run Email smoketest
       
    18 
       
    19 LOAD_SUITE		T_MsgPopServer		-SharedData
       
    20 LOAD_SUITE		T_MsgSmtpServer 	-SharedData
       
    21 DELAY 1000
       
    22 
       
    23 START_TESTCASE			SMOKE_EMAIL_0001
       
    24 //!	@SYMTestCaseID		SMOKE_EMAIL_0001
       
    25 //!	@SYMTestCaseDesc	Create a new email message with 20KB plain body text
       
    26 
       
    27 PRINT Setup Begins #####################################################
       
    28 
       
    29 RUN_TEST_STEP 1000 T_MsgPopServer	StartUp
       
    30 RUN_TEST_STEP 1000 T_MsgSmtpServer	StartUp
       
    31 
       
    32 RUN_TEST_STEP 1000 T_MsgPopServer	CreatePopAccount		c:\smoketest\smoketest_email.ini 		0001-CreatePopAccount
       
    33 RUN_TEST_STEP 1000 T_MsgSmtpServer	SmtpCreateNewMessageWithPlainBodyText c:\smoketest\smoketest_email.ini 		0001-SmtpCreateNewMessageWithPlainBodyText
       
    34 
       
    35 RUN_TEST_STEP 1000 T_MsgSmtpServer	ShutDown
       
    36 RUN_TEST_STEP 1000 T_MsgPopServer	ShutDown
       
    37 
       
    38 PRINT Execute Completed ################################################
       
    39 END_TESTCASE			SMOKE_EMAIL_0001