cbsref/telephonyrefplugins/atltsy/integrationtest/scripts/te_integration_stltsyphonebook.script
branchRCL_3
changeset 20 07a122eea281
parent 19 630d2f34d719
child 21 4814c5a49428
equal deleted inserted replaced
19:630d2f34d719 20:07a122eea281
     1 //
       
     2 PRINT Run all te_integration_stltsy Suite Tests
       
     3 
       
     4 //
       
     5 LOAD_SUITE te_integration_stltsySuite  -SharedData
       
     6 //
       
     7 //Please add or make change of you test steps, here is sample only:
       
     8 RUN_TEST_STEP 10 te_integration_stltsySuite TestLtsyOpenPhone
       
     9 delay 5000
       
    10 RUN_TEST_STEP 120 te_integration_stltsySuite CTestLtsyPhbkGetStoreInfo
       
    11 delay 2000
       
    12 RUN_TEST_STEP 120 te_integration_stltsySuite CTestLtsyPhbkOpen 
       
    13 delay 10000
       
    14 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkDelete 
       
    15 delay 2000
       
    16 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkDeleteInvalidIndex
       
    17 delay 2000
       
    18 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkWrite      
       
    19 delay 1000
       
    20 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkWriteInvalidIndex
       
    21 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkRead    
       
    22 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkReadInvalidIndex
       
    23 RUN_TEST_STEP 10 te_integration_stltsySuite CTestLtsyPhbkClose                       
       
    24                            
       
    25 
       
    26 PRINT Complate_te_integration_stltsy_Tests