cbsref/telephonyrefplugins/atltsy/integrationtest/scripts/te_integration_stltsyphonebook.script
changeset 49 f50f4094acd7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cbsref/telephonyrefplugins/atltsy/integrationtest/scripts/te_integration_stltsyphonebook.script	Tue Jul 06 15:36:38 2010 +0300
@@ -0,0 +1,26 @@
+//
+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