telephonyserverplugins/attestltsy/integrationtest/scripts/te_integration_stltsyphonebook.script
author Tom Pritchard <tomp@symbian.org>
Tue, 27 Jul 2010 16:01:31 +0100
branchAT_Test_LTSY
changeset 55 2a8729f72b74
parent 1 4047d69ee0e4
permissions -rw-r--r--
Adding pre-configured C-drive image for 9600 baud modem and other changes

//
PRINT Run all te_integration_stltsy Suite Tests

//
LOAD_SUITE te_integration_stltsySuite  -SharedData
//
//Please add or make change of you test steps, here is sample only:
RUN_TEST_STEP 10 te_integration_stltsySuite TestLtsyOpenPhone
delay 5000
RUN_TEST_STEP 120 te_integration_stltsySuite CTestLtsyPhbkGetStoreInfo
delay 2000
RUN_TEST_STEP 120 te_integration_stltsySuite CTestLtsyPhbkOpen 
delay 10000
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkDelete 
delay 2000
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkDeleteInvalidIndex
delay 2000
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkWrite      
delay 1000
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkWriteInvalidIndex
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkRead    
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkReadInvalidIndex
RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkClose                       
                           

PRINT Complate_te_integration_stltsy_Tests