Modify the tests.xml of tct-appwgt-wrt-tests
authoryuex.ma <yuex.ma@intel.com>
Wed, 26 Jun 2013 09:28:22 +0000 (02:28 -0700)
committeryuex.ma <yuex.ma@intel.com>
Wed, 26 Jun 2013 09:28:22 +0000 (02:28 -0700)
Change-Id: I505655f49656d778d4bcc6e612387d9f688da2e7
Signed-off-by: yuex.ma <yuex.ma@intel.com>
tct-appwgt-wrt-tests/Makefile.am
tct-appwgt-wrt-tests/blackdirs
tct-appwgt-wrt-tests/configure.ac
tct-appwgt-wrt-tests/resources/Makefile.am [new file with mode: 0644]
tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk [new file with mode: 0644]
tct-appwgt-wrt-tests/tests.xml

index e2ee44f..bc61a26 100644 (file)
@@ -27,7 +27,7 @@
 # Authors:
 #               Fan, Yugang <yugang.fan@intel.com>
 #
-SUBDIRS =  scripts
+SUBDIRS =  scripts resources
 testdefdir = $(datadir)/tct-appwgt-wrt-tests
 dist_testdef_DATA = tests.xml
 docdir = /opt/tct-appwgt-wrt-tests
index 85a48e0..897d59f 100644 (file)
@@ -37,5 +37,6 @@ AM_INIT_AUTOMAKE([-Wall -Werror foreign])
 AC_CONFIG_FILES([\
 Makefile \
 scripts/Makefile \
+resources/Makefile \
 ])
 AC_OUTPUT
diff --git a/tct-appwgt-wrt-tests/resources/Makefile.am b/tct-appwgt-wrt-tests/resources/Makefile.am
new file mode 100644 (file)
index 0000000..76f32b9
--- /dev/null
@@ -0,0 +1,3 @@
+resources_SCRIPTS = *
+resourcesdir = /opt/tct-appwgt-wrt-tests/resources
+EXTRA_DIST = $(resources_SCRIPTS)
diff --git a/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk b/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk
new file mode 100644 (file)
index 0000000..f17a69e
Binary files /dev/null and b/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk differ
index 2bd8f5a..10b4f31 100644 (file)
@@ -47,7 +47,7 @@
     </testcase>
     <testcase purpose="Check that When Web Application is uninstalled, instances of its Web AppWidget on AppWidget Viewer is removed." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-uninstall-from-viewer">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is not installed.</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is not installed.</pre_condition>
         <post_condition></post_condition>
         <steps>
           <step order="1">
@@ -80,7 +80,7 @@
     </testcase>
     <testcase purpose="Check that WRT is able to install Web AppWidget with valid id." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-id">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to check AppWidget's primary label" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-primary-true-false">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-primary-true-false.wgt is installed,install this widget with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-primary-true-false.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-primary-true-false.wgt is installed,install this widget with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-primary-true-false.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-primary-true-false.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-primary-true-false.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to update the AppWidget's content according to the update-period." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-update-period">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-update-period.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-update-period.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-update-period.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-update-period.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-update-period.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-update-period.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to indicate the name of the Web AppWidget." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-box-label">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-box-label.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-box-label.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-box-label.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-box-label.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-box-label.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-box-label.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to indicate the icon of the Web AppWidget." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-icon">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
             <step_desc>Launch AppWidget viewer</step_desc>
-            <expected>PASS: if app-widget-sample appWidget's icon is a green "pass" pictrue in livebox list.</expected>
+            <expected>PASS: if app-widget-sample appWidget's icon is a green "PASS" pictrue in livebox list.</expected>
           </step>
         </steps>
         <test_script_entry test_script_expected_result="0"></test_script_entry>
     </testcase>
     <testcase purpose="Check that WRT is able to indicate the start page of the Web AppWidget." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-content">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that the content of Web AppWidget can response touch event." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P2" id="app-widget-mouse-event-true">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-mouse-event-true.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-mouse-event-true.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-mouse-event-true.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-mouse-event-true.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-mouse-event-true.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-mouse-event-true.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that the content of Web AppWidget cannot response touch event." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-mouse-event-false">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-mouse-event-false.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-mouse-event-false.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-mouse-event-false.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-mouse-event-false.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-mouse-event-false.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-mouse-event-false.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to indicate box size which is 1x1." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-box-size-1x1">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to indicate box size which is 2x1." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P2" id="app-widget-box-size-2x1">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to indicate box size which is 2x2." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P2" id="app-widget-box-size-2x2">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT supports W3C DOM load event." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-load-event">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-load-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-load-event.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-load-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-load-event.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-load-event.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-load-event.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
           </step>
           <step order="2">
             <step_desc>Touch the "AppWidget Load event" icon</step_desc>
-            <expected>PASS: if the box is loaded successfully, and the green pass is displayed.</expected>
+            <expected>PASS: if the box is loaded successfully, and the green "Pass" is displayed.</expected>
           </step>
         </steps>
         <test_script_entry test_script_expected_result="0"></test_script_entry>
     </testcase>
     <testcase purpose="Check that WRT supports W3C DOM unload event." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-unload-event">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-unload-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-unload-event.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-unload-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-unload-event.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-unload-event.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-unload-event.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT supports W3C DOM visibility event." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-visibility-event">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-visibility-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-visibility-event.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-visibility-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-visibility-event.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-visibility-event.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-visibility-event.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT supports the Web AppWidget to open its PD." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-open-PD">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to support W3C DOM event." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-Dom-event">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-Dom-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-Dom-event.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-Dom-event.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-Dom-event.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-Dom-event.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-Dom-event.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to alive its PD until the PD is closed." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-PD-alive">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-PD-alive.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-PD-alive.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-PD-alive.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-PD-alive.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-PD-alive.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-PD-alive.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that AppWidget has its own localStorage space." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-resources">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
      <testcase purpose="Check that WRT is able to indicate src of the PD" type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-pd-src">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">
     </testcase>
     <testcase purpose="Check that WRT is able to indicate the size of the PD" type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="manual" priority="P1" id="app-widget-pd-size">
       <description>
-        <pre_condition>Create AppWidgetViewer on SDK: New a Tizen Native Project, select "Sample" --> "DynamicBox". Fill the project name, then finish it. Install the AppWidgetViewer on the test device: Connect device to SDK. Right click "DynamicBox" --> "Run as" --> "Tizen Native Application";app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
+        <pre_condition>Install the AppWidgetViewer with the command : osp-installer -i /opt/tct-appwgt-wrt-tests/resources/VDtfIPifEI-2.0.0-arm.tpk;app-widget-sample.wgt is installed with the command :"wrt-installer -i /opt/tct-appwgt-wrt-tests/app-widget-sample.wgt".</pre_condition>
         <post_condition>Get the 'application id' of app-widget-sample.wgt with the command :"wrt-launcher -l" and uninstall the app-widget-sample.wgt with the command :"wrt-installer -un 'application id'"</post_condition>
         <steps>
           <step order="1">