messagingfw/msgtestfw/TestCases/ScriptedTestCases/EmailOverSMS/EOS_TestMsgSrv.bat
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of "Eclipse Public License v1.0"
       
     6 @rem which accompanies this distribution, and is available
       
     7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 @rem
       
     9 @rem Initial Contributors:
       
    10 @rem Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description:
       
    15 @rem
       
    16 
       
    17 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_1_1_SendSingleSMS.script
       
    18 REM Establishes that the TSY can send a straight SMS. 
       
    19 REM Ensures that the current SMS code has not been broken, with the addition of the EMAIL over SMS code.
       
    20 
       
    21 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_1_2_ReceiveSingleSMS.script
       
    22 REM Establishes that the TSY can receive a straight SMS.
       
    23 REM Ensures that the current SMS code has not been broken, with the addition of the EMAIL over SMS code.
       
    24 
       
    25 
       
    26 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_2_1_SendMOTestAddressForm1.script
       
    27 REM Send an email of the form "user@domain1.domain2"
       
    28 
       
    29 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_2_2_SendMOTestAddressForm2.script
       
    30 REM Send an email of the form "User name<user@domain1.domain2>"
       
    31 
       
    32 
       
    33 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_3_1_ReceiveMTTestAddressForm1.script
       
    34 REM Receive an email of the form "user@domain1.domain2"
       
    35 REM Checks that the code breaks down correctly the header into  the email addess and messages.
       
    36 
       
    37 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_3_2_ReceiveMTTestAddressForm2.script
       
    38 REM Receive an email of the form "User name<user@domain1.domain2>"
       
    39 REM Checks that the code breaks down correctly the header into  the email addess and messages.
       
    40 
       
    41 
       
    42 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_4_1_SubjectForm1.script
       
    43 REM "User Name<user@domain1.domain2> (Subject)message"
       
    44 
       
    45 \EPOC32\RELEASE\WINSCW\UDEB\testexecute.exe c:\msgtest\TestFramework\ScriptedTestCases\EmailOverSms\EOS_4_2_SubjectForm2.script
       
    46 REM Check  that the subject is broken out correcty from 
       
    47 REM "user@domain1.domain2 ##Subject#message"