From: Andrzej Krolikowski Date: Thu, 24 Oct 2013 09:06:52 +0000 (+0200) Subject: [Application][Package] TTS-2092 - fixed unclear instructions for installation X-Git-Tag: 2.2.1_release~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fdc45ea2c81f586e6169fa4be847a8e659329685;p=test%2Ftct%2Fweb%2Fapi.git [Application][Package] TTS-2092 - fixed unclear instructions for installation Change-Id: Id4af949680407830cbd643d9fc2b592f2afbff6a --- diff --git a/tct-application-tizen-tests/README b/tct-application-tizen-tests/README index ca9e930e5..0bb0f56af 100644 --- a/tct-application-tizen-tests/README +++ b/tct-application-tizen-tests/README @@ -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). diff --git a/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html b/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html index ae6860e45..a2f9c5a17 100644 --- a/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html +++ b/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html @@ -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 diff --git a/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html b/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html index c59debc3f..f5819910f 100644 --- a/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html +++ b/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html @@ -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 diff --git a/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html b/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html index c105763a1..aa5bb7e67 100644 --- a/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html +++ b/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html @@ -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 diff --git a/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html b/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html index 151c1b298..49e3059dd 100644 --- a/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html +++ b/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html @@ -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 diff --git a/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html b/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html index 405e95eaa..9b80cb213 100644 --- a/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html +++ b/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html @@ -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 diff --git a/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html b/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html index 8349ce186..f63f552d2 100644 --- a/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html +++ b/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html @@ -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 diff --git a/tct-application-tizen-tests/tests.full.xml b/tct-application-tizen-tests/tests.full.xml index 326511337..1fb19a906 100644 --- a/tct-application-tizen-tests/tests.full.xml +++ b/tct-application-tizen-tests/tests.full.xml @@ -368,8 +368,8 @@ Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it) - Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results - properly argument + Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html @@ -384,11 +384,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results - properly argument + Click run and uninstall TCTAppInfoEventTest1 application. + Pass /opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html @@ -403,11 +403,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory. - properly argument + Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html @@ -617,8 +617,8 @@ Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it) - Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results - listener was added with successfully + Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html @@ -633,11 +633,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results - listener was added with successfully + Click run and uninstall TCTAppInfoEventTest1 application. + Pass /opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html @@ -652,11 +652,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory. - listener was added with successfully + Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html diff --git a/tct-application-tizen-tests/tests.xml b/tct-application-tizen-tests/tests.xml index d9b4285af..5fa9ec26b 100644 --- a/tct-application-tizen-tests/tests.xml +++ b/tct-application-tizen-tests/tests.xml @@ -158,8 +158,8 @@ Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it) - Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results - properly argument + Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_oninstalled.html @@ -167,11 +167,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results - properly argument + Click run and uninstall TCTAppInfoEventTest1 application. + Pass /opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onuninstalled.html @@ -179,11 +179,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory. - properly argument + Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationInformationEventCallback_onupdated.html @@ -274,8 +274,8 @@ Make sure that TCTAppInfoEventTest1 application is not installed (uninstall it) - Please click run and then install TCTAppInfoEventTest1.wgt application from: My Files/Phone/Others, finally look at the results - listener was added with successfully + Click run and install TCTAppInfoEventTest1.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_oninstalled.html @@ -283,11 +283,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Click run and then uninstall TCTAppInfoEventTest1 application, finally look at the results - listener was added with successfully + Click run and uninstall TCTAppInfoEventTest1 application. + Pass /opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onuninstalled.html @@ -295,11 +295,11 @@ - Make sure that TCTAppInfoEventTest1 application is installed (you can install it from: My Files/Phone/Others). + Make sure that TCTAppInfoEventTest1 application is installed (you can install it from My files app (Phone/Others directory)). - Run the test and then install TCTAppInfoEventTest2.wgt application from: My Files/Phone/Others directory. - listener was added with successfully + Click run and install TCTAppInfoEventTest2.wgt application from My files app (Phone/Others directory). + Pass /opt/tct-application-tizen-tests/application/ApplicationManager_addAppInfoEventListener_onupdated.html diff --git a/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html b/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html index 64029a7c3..426bff564 100644 --- a/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html +++ b/tct-package-tizen-tests/package/PackageInformationEventCallback_oninstalled.html @@ -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}); diff --git a/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html b/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html index a52230f78..2f804c93c 100644 --- a/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html +++ b/tct-package-tizen-tests/package/PackageInformationEventCallback_onuninstalled.html @@ -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}); diff --git a/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html b/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html index e0de646d1..e8ac3dd9a 100644 --- a/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html +++ b/tct-package-tizen-tests/package/PackageInformationEventCallback_onupdated.html @@ -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}); diff --git a/tct-package-tizen-tests/package/PackageManager_uninstall.html b/tct-package-tizen-tests/package/PackageManager_uninstall.html index ffd837557..884447c8f 100644 --- a/tct-package-tizen-tests/package/PackageManager_uninstall.html +++ b/tct-package-tizen-tests/package/PackageManager_uninstall.html @@ -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 diff --git a/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html b/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html index e3298e4b9..1dca2eb69 100644 --- a/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html +++ b/tct-package-tizen-tests/package/PackageManager_uninstall_without_errorCallback.html @@ -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 diff --git a/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html b/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html index aa2e717d6..b6c95d50a 100644 --- a/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html +++ b/tct-package-tizen-tests/package/PackageManager_unsetPackageInfoEventListener.html @@ -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}); diff --git a/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html b/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html index 44d956549..3f542a3eb 100644 --- a/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html +++ b/tct-package-tizen-tests/package/PackageProgressCallback_oncomplete_uninstall.html @@ -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 diff --git a/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html b/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html index 6bcf637c9..3743669bd 100644 --- a/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html +++ b/tct-package-tizen-tests/package/PackageProgressCallback_onprogress_uninstall.html @@ -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 diff --git a/tct-package-tizen-tests/tests.full.xml b/tct-package-tizen-tests/tests.full.xml index 61a184b69..cd39c4f25 100644 --- a/tct-package-tizen-tests/tests.full.xml +++ b/tct-package-tizen-tests/tests.full.xml @@ -476,7 +476,7 @@ Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed. - Run the test and then install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory. + Run the test and install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory). Pass. @@ -492,10 +492,10 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from: My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). - Run the test and then uninstall TCTPackageManagerTest1.1.1.wgt application. + Run the test and uninstall TCTPackageManagerTest1.1.1.wgt application. Pass. @@ -526,7 +526,7 @@ Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed. - Run the test and then when you see communicate install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory. + Run the test and when you see communicate install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory). Pass. @@ -592,7 +592,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -611,7 +611,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -680,7 +680,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -699,7 +699,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -814,10 +814,10 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from: My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from My files app (Phone/Others directory)). - Run the test and then install TCTPackageManagerTest2.2.2.wgt application from 'My Files/Phone/Others' directory. + Run the test and install TCTPackageManagerTest2.2.2.wgt application from My files app (Phone/Others directory). Pass. diff --git a/tct-package-tizen-tests/tests.xml b/tct-package-tizen-tests/tests.xml index 09adb63e0..82a2977a1 100644 --- a/tct-package-tizen-tests/tests.xml +++ b/tct-package-tizen-tests/tests.xml @@ -203,7 +203,7 @@ Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed. - Run the test and then install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory. + Run the test and install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory). Pass. @@ -212,10 +212,10 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from: My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). - Run the test and then uninstall TCTPackageManagerTest1.1.1.wgt application. + Run the test and uninstall TCTPackageManagerTest1.1.1.wgt application. Pass. @@ -232,7 +232,7 @@ Make sure that TCTPackageManagerTest1.1.1.wgt application is not installed. - Run the test and then when you see communicate install TCTPackageManagerTest1.1.1.wgt application from: My Files/Phone/Others directory. + Run the test and when you see communicate install TCTPackageManagerTest1.1.1.wgt application from My files app (Phone/Others directory). Pass. @@ -270,7 +270,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -282,7 +282,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -323,7 +323,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -335,7 +335,7 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (You can install it from My files app (Phone/Others directory)). Run the test. @@ -387,10 +387,10 @@ - Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from: My Files/Phone/Others directory). + Make sure that TCTPackageManagerTest1.1.1.wgt application is installed (you can install it from My files app (Phone/Others directory)). - Run the test and then install TCTPackageManagerTest2.2.2.wgt application from 'My Files/Phone/Others' directory. + Run the test and install TCTPackageManagerTest2.2.2.wgt application from My files app (Phone/Others directory). Pass.