[Application][Package] TTS-2092 - fixed unclear instructions for installation
authorAndrzej Krolikowski <a.krolikowsk@samsung.com>
Thu, 24 Oct 2013 09:06:52 +0000 (11:06 +0200)
committerAndrzej Krolikowski <a.krolikowsk@samsung.com>
Thu, 24 Oct 2013 09:06:52 +0000 (11:06 +0200)
Change-Id: Id4af949680407830cbd643d9fc2b592f2afbff6a

19 files changed:
tct-application-tizen-tests/README
tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html
tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html
tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html
tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html
tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html
tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html
tct-application-tizen-tests/tests.full.xml
tct-application-tizen-tests/tests.xml
tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html
tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html
tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html
tct-package-tizen-tests/package/PackageManager_uninstall.html
tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html
tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html
tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html
tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html
tct-package-tizen-tests/tests.full.xml
tct-package-tizen-tests/tests.xml

index ca9e930e5ae503b934c91cb1cb42253da8939f67..0bb0f56afbf66d3868cefff0efed1e26c2df3070 100644 (file)
@@ -93,12 +93,12 @@ Some special tests
 ----------------------------------------------
 1. ApplicationManager_addAppInfoEventListener_oninstalled.html, ApplicationInformationEventCallback_oninstalled.html - manual tests
 Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it).
-Click Run and next install special application TCTAppInfoEventTest1.wgt FROM: My Files/Phone/Others, finally look at the results.
+Click Run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).
 
 2. ApplicationManager_addAppInfoEventListener_onuninstalled.html, ApplicationInformationEventCallback_onuninstalled.html - manual tests
-Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).
-Click Run and then uninstall TCTAppInfoEventTest1 application, finally look at the results.
+Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).
+Click Run and uninstall TCTAppInfoEventTest1 application.
 
 3. ApplicationManager_addAppInfoEventListener_onupdated.html, ApplicationInformationEventCallback_onupdated.html - manual tests
-Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).
-Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory, finally look at the results.
+Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).
+Click Run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).
index ae6860e450a4a019d8034afc8b63191de7d2185a..a2f9c5a173c50d5ef6586981a12a049b5ead64d6 100644 (file)
@@ -42,8 +42,8 @@ Authors:
 //==== SPEC Tizen Web API:Application:Application:ApplicationInformationEventCallback:oninstalled M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 //==== PRE Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)
-//==== STEP Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results
-//==== EXPECT properly argument
+//==== STEP Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).
+//==== EXPECT Pass
 //==== EXECUTION_TYPE manual
 //==== PRIORITY P1
 //==== TEST_CRITERIA CBT CBOA
index c59debc3fe7f596c5418b0de4d4c29e23198a07a..f5819910fefb20011f00b4442a1d78a260003999 100644 (file)
@@ -41,9 +41,9 @@ Authors:
 //==== LABEL Check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback
 //==== SPEC Tizen Web API:Application:Application:ApplicationInformationEventCallback:onuninstalled M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
-//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).
-//==== STEP Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results
-//==== EXPECT properly argument
+//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).
+//==== STEP Click run and uninstall TCTAppInfoEventTest1 application.
+//==== EXPECT Pass
 //==== EXECUTION_TYPE manual
 //==== PRIORITY P1
 //==== TEST_CRITERIA CBT CBOA
index c105763a16fe293e3b72f79d6dea895776bd9cde..aa5bb7e675aa80724891431bf0c3998f5d676521 100644 (file)
@@ -41,9 +41,9 @@ Authors:
 //==== LABEL Check argument passed into method which is onupdated listener in ApplicationInformationEventCallback
 //==== SPEC Tizen Web API:Application:Application:ApplicationInformationEventCallback:onupdated M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
-//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).
-//==== STEP Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.
-//==== EXPECT properly argument
+//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).
+//==== STEP Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).
+//==== EXPECT Pass
 //==== EXECUTION_TYPE manual
 //==== PRIORITY P1
 //==== TEST_CRITERIA CBT CBOA
index 151c1b2986bbf1d6c8f0b54cfe53f88f2ac7c86d..49e3059dd606393b0933268b3603edfe4bf66d89 100644 (file)
@@ -42,8 +42,8 @@ Authors:
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:addAppInfoEventListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
 //==== PRE Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)
-//==== STEP Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results
-//==== EXPECT listener was added with successfully
+//==== STEP Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).
+//==== EXPECT Pass
 //==== EXECUTION_TYPE manual
 //==== PRIORITY P1
 //==== TEST_CRITERIA MMINA MAST MR
index 405e95eaa78d9a0e96d04a014c4a8ecc647e0a9a..9b80cb213baa018088756bfa1280d10e03b1cb6e 100644 (file)
@@ -41,9 +41,9 @@ Authors:
 //==== LABEL Check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:addAppInfoEventListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
-//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).
-//==== STEP Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results
-//==== EXPECT listener was added with successfully
+//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).
+//==== STEP Click run and uninstall TCTAppInfoEventTest1 application.
+//==== EXPECT Pass
 //==== EXECUTION_TYPE manual
 //==== PRIORITY P1
 //==== TEST_CRITERIA MMINA MAST MR
index 8349ce186ecad9be47e4eccc7925dcf22bb059ab..f63f552d2f2239b442bde00c6f92d982ca20ad2e 100644 (file)
@@ -41,9 +41,9 @@ Authors:
 //==== LABEL Check using addAppInfoEventListener method (updating process) in ApplicationManager interface
 //==== SPEC Tizen Web API:Application:Application:ApplicationManager:addAppInfoEventListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/application.html
-//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).
-//==== STEP Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.
-//==== EXPECT listener was added with successfully
+//==== PRE Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).
+//==== STEP Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).
+//==== EXPECT Pass
 //==== EXECUTION_TYPE manual
 //==== PRIORITY P1
 //==== TEST_CRITERIA MMINA MAST MR
index 32651133782ae93d0bf2946ef9313112fd093b7c..1fb19a9066fbce3362ae7346dc11f0c2d6623315 100644 (file)
           <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
-              <expected>properly argument</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_onuninstalled">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
-              <expected>properly argument</expected>
+              <step_desc>Click run and uninstall TCTAppInfoEventTest1 application.</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check argument passed into method which is onupdated listener in ApplicationInformationEventCallback" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationInformationEventCallback_onupdated">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
-              <expected>properly argument</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html</test_script_entry>
           <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
-              <expected>listener was added with successfully</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_onuninstalled">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
-              <expected>listener was added with successfully</expected>
+              <step_desc>Click run and uninstall TCTAppInfoEventTest1 application.</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check using addAppInfoEventListener method (updating process) in ApplicationManager interface" type="compliance" status="approved" component="TizenAPI/Application/Application" execution_type="manual" priority="P1" id="ApplicationManager_addAppInfoEventListener_onupdated">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
-              <expected>listener was added with successfully</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html</test_script_entry>
index d9b4285aff14e0db7e8b448efcbbc9a376b65a96..5fa9ec26b1b9bce1cc924b4ae134839456c3e4ae 100644 (file)
           <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
-              <expected>properly argument</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check argument passed into method which is onuninstalled listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_onuninstalled">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
-              <expected>properly argument</expected>
+              <step_desc>Click run and uninstall TCTAppInfoEventTest1 application.</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check argument passed into method which is onupdated listener in ApplicationInformationEventCallback" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationInformationEventCallback_onupdated">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
-              <expected>properly argument</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html</test_script_entry>
           <pre_condition>Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it)</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results</step_desc>
-              <expected>listener was added with successfully</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check using addAppInfoEventListener method (deinstallation process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_onuninstalled">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results</step_desc>
-              <expected>listener was added with successfully</expected>
+              <step_desc>Click run and uninstall TCTAppInfoEventTest1 application.</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html</test_script_entry>
       </testcase>
       <testcase purpose="Check using addAppInfoEventListener method (updating process) in ApplicationManager interface" component="TizenAPI/Application/Application" execution_type="manual" id="ApplicationManager_addAppInfoEventListener_onupdated">
         <description>
-          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others).</pre_condition>
+          <pre_condition>Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory.</step_desc>
-              <expected>listener was added with successfully</expected>
+              <step_desc>Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory).</step_desc>
+              <expected>Pass</expected>
             </step>
           </steps>
           <test_script_entry>/opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html</test_script_entry>
index 64029a7c3477e99fc62708af5b0f0182e6c28b12..426bff5641f5a8bdd0c4a955175c93a07abfca72 100644 (file)
@@ -36,7 +36,7 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
 //==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.
-//==== STEP Run the test and then install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory.
+//==== STEP Run the test and install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory).
 //==== EXPECT Pass.
 //==== TEST_CRITERIA CBT CBOA
 setup({timeout: 90000});
index a52230f7813308c979230a754fe8a23ce00ebc7a..2f804c93c7a7b50fc10a89fe881954b506f9c3cf 100644 (file)
@@ -35,8 +35,8 @@ Authors:
 //==== SPEC Tizen Web API:Application:Package:PackageInformationEventCallback:onuninstalled M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
-//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from: My Files/Phone/Others directory).
-//==== STEP Run the test and then uninstall TCTPackageManagerTest1.1.1.wgt application.
+//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).
+//==== STEP Run the test and uninstall TCTPackageManagerTest1.1.1.wgt application.
 //==== EXPECT Pass.
 //==== TEST_CRITERIA CBT CBOA
 setup({timeout: 90000});
index e0de646d1688875c51a6cd160d5fa970b3b43173..e8ac3dd9a8fbf0a47aa5246f4f148b68312b0efb 100644 (file)
@@ -35,8 +35,8 @@ Authors:
 //==== SPEC Tizen Web API:Application:Package:PackageInformationEventCallback:onupdated M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
-//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from: My Files/Phone/Others directory).
-//==== STEP Run the test and then install TCTPackageManagerTest2.2.2.wgt application from 'My Files/Phone/Others' directory.
+//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from My files app (Phone/Others directory)).
+//==== STEP Run the test and install TCTPackageManagerTest2.2.2.wgt application from My files app (Phone/Others directory).
 //==== EXPECT Pass.
 //==== TEST_CRITERIA CBT CBOA
 setup({timeout: 90000});
index ffd837557a0192dc642563f8fcf1d95e4b61eb6f..884447c8fc94dc01076099c62d4a0126ddafdc6b 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 //==== SPEC Tizen Web API:Application:Package:PackageManager:uninstall M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
-//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).
+//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).
 //==== STEP Run the test.
 //==== EXPECT Pass.
 //==== TEST_CRITERIA MOA MR MAST
index e3298e4b9b32d095bfa9cb2e578e733b03dcd05e..1dca2eb69cbdf4a69f32b9569a68e96eef01ec54 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 //==== SPEC Tizen Web API:Application:Package:PackageManager:uninstall M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
-//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).
+//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).
 //==== STEP Run the test.
 //==== EXPECT Pass.
 //==== TEST_CRITERIA MMINA MR MAST
index aa2e717d6e8e0688355eaa4ba3358c988835e79b..b6c95d50a9292d8bf62f01c67ce58dc9ccd240b4 100644 (file)
@@ -36,7 +36,7 @@ Authors:
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
 //==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.
-//==== STEP Run the test and then when you see communicate install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory.
+//==== STEP Run the test and when you see communicate install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory).
 //==== EXPECT Pass.
 //==== TEST_CRITERIA MNA MNAST MR
 setup({timeout: 90000});
index 44d95654937aeb848f331fa71c09bd2fde171add..3f542a3ebca3d36fcc68ab05aa072ae52f4a558b 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 //==== SPEC Tizen Web API:Application:Package:PackageProgressCallback:oncomplete M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
-//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).
+//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).
 //==== STEP Run the test.
 //==== EXPECT Pass.
 //==== TEST_CRITERIA CBT CBOA
index 6bcf637c95da2ae46c77f8140908c9f5f175d740..3743669bd1d51321ee7dd4e2f6339829952adbaa 100644 (file)
@@ -35,7 +35,7 @@ Authors:
 //==== SPEC Tizen Web API:Application:Package:PackageProgressCallback:onprogress M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/package.html
 //==== EXECUTION_TYPE manual
-//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).
+//==== PRE Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).
 //==== STEP Run the test.
 //==== EXPECT Pass.
 //==== TEST_CRITERIA CBT CBOA
index 61a184b691db529d5a037693a0fab30b48d86b1e..cd39c4f253b87dc50cfe7a2a2e6bba1dc30aecb9 100644 (file)
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory.</step_desc>
+              <step_desc>Run the test and install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory).</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
       </testcase>
       <testcase purpose="Check if PackageInformationEventCallback.onuninstalled works properly" type="compliance" status="approved" component="TizenAPI/Application/Package" execution_type="manual" priority="P1" id="PackageInformationEventCallback_onuninstalled">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from: My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then uninstall TCTPackageManagerTest1.1.1.wgt application.</step_desc>
+              <step_desc>Run the test and uninstall TCTPackageManagerTest1.1.1.wgt application.</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then when you see communicate install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory.</step_desc>
+              <step_desc>Run the test and when you see communicate install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory).</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
       </testcase>
       <testcase purpose="Check uninstall method of package" type="compliance" status="approved" component="TizenAPI/Application/Package" execution_type="manual" priority="P1" id="PackageManager_uninstall">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check uninstall method without errorCallback" type="compliance" status="approved" component="TizenAPI/Application/Package" execution_type="manual" priority="P1" id="PackageManager_uninstall_without_errorCallback">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check if PackageProgressCallback.oncomplete - uninstall" type="compliance" status="approved" component="TizenAPI/Application/Package" execution_type="manual" priority="P1" id="PackageProgressCallback_oncomplete_uninstall">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check if PackageProgressCallback.onprogress - uninstall" type="compliance" status="approved" component="TizenAPI/Application/Package" execution_type="manual" priority="P1" id="PackageProgressCallback_onprogress_uninstall">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check if PackageInformationEventCallback.onupdated works properly" type="compliance" status="approved" component="TizenAPI/Application/Package" execution_type="manual" priority="P1" id="PackageInformationEventCallback_onupdated">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from: My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTPackageManagerTest2.2.2.wgt application from 'My Files/Phone/Others' directory.</step_desc>
+              <step_desc>Run the test and install TCTPackageManagerTest2.2.2.wgt application from My files app (Phone/Others directory).</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
index 09adb63e0d497192caf9c92b9e041cf13d92c5c1..82a2977a1808dfa3c34d4628de79c452c23f2ef7 100644 (file)
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory.</step_desc>
+              <step_desc>Run the test and install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory).</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
       </testcase>
       <testcase purpose="Check if PackageInformationEventCallback.onuninstalled works properly" component="TizenAPI/Application/Package" execution_type="manual" id="PackageInformationEventCallback_onuninstalled">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from: My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then uninstall TCTPackageManagerTest1.1.1.wgt application.</step_desc>
+              <step_desc>Run the test and uninstall TCTPackageManagerTest1.1.1.wgt application.</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
           <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed.</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then when you see communicate install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory.</step_desc>
+              <step_desc>Run the test and when you see communicate install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory).</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>
       </testcase>
       <testcase purpose="Check uninstall method of package" component="TizenAPI/Application/Package" execution_type="manual" id="PackageManager_uninstall">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check uninstall method without errorCallback" component="TizenAPI/Application/Package" execution_type="manual" id="PackageManager_uninstall_without_errorCallback">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check if PackageProgressCallback.oncomplete - uninstall" component="TizenAPI/Application/Package" execution_type="manual" id="PackageProgressCallback_oncomplete_uninstall">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check if PackageProgressCallback.onprogress - uninstall" component="TizenAPI/Application/Package" execution_type="manual" id="PackageProgressCallback_onprogress_uninstall">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
               <step_desc>Run the test.</step_desc>
       </testcase>
       <testcase purpose="Check if PackageInformationEventCallback.onupdated works properly" component="TizenAPI/Application/Package" execution_type="manual" id="PackageInformationEventCallback_onupdated">
         <description>
-          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from: My Files/Phone/Others directory).</pre_condition>
+          <pre_condition>Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from My files app (Phone/Others directory)).</pre_condition>
           <steps>
             <step order="1">
-              <step_desc>Run the test and then install TCTPackageManagerTest2.2.2.wgt application from 'My Files/Phone/Others' directory.</step_desc>
+              <step_desc>Run the test and install TCTPackageManagerTest2.2.2.wgt application from My files app (Phone/Others directory).</step_desc>
               <expected>Pass.</expected>
             </step>
           </steps>