Simplify tests.xml files
authorjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 22 Aug 2013 07:35:59 +0000 (15:35 +0800)
committerjiehua.xiong <jiehuax.xiong@intel.com>
Thu, 22 Aug 2013 07:36:12 +0000 (15:36 +0800)
20 files changed:
tct-appwgt-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-appwgt-wrt-tests/tests.xml
tct-ext01-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-ext01-wrt-tests/tests.xml
tct-ext02-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-ext02-wrt-tests/tests.xml
tct-pm-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-pm-wrt-tests/tests.xml
tct-rt01-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-rt01-wrt-tests/tests.xml
tct-rt02-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-rt02-wrt-tests/tests.xml
tct-sp01-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-sp01-wrt-tests/tests.xml
tct-sp02-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-sp02-wrt-tests/tests.xml
tct-stab-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-stab-wrt-tests/tests.xml
tct-ui01-wrt-tests/tests.full.xml [new file with mode: 0644]
tct-ui01-wrt-tests/tests.xml

diff --git a/tct-appwgt-wrt-tests/tests.full.xml b/tct-appwgt-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..c7709bd
--- /dev/null
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+<test_definition>
+  <suite name="tct-appwgt-wrt-tests">
+    <set name="WebAppWidget">
+      <testcase purpose="Check that WRT must support Web AppWidget installation." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="auto" priority="P1" id="app-widget-install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check that WRT supports the Web AppWidget installation.</step_desc>
+              <expected>WRT supports the Web AppWidget installation.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-appwgt-wrt-tests/scripts/wrt_appwgt_install.sh</test_script_entry>
+          <notes></notes>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0900" specification="Web AppWidget Package Management (Install, Uninstall, Update)" section="Web AppWidget" category="Tizen WRT Core Specifications"></spec_assertion>
+            <spec_url></spec_url>
+            <spec_statement>WRT MUST install Web AppWidget on the time that its Web Application is installed.</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that the WRT must support Web AppWidget uninstallation." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="auto" priority="P1" id="app-widget-uninstall">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the WRT supports Web AppWidget uninstallation.</step_desc>
+              <expected>The WRT supports Web AppWidget uninstallation.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-appwgt-wrt-tests/scripts/wrt_appwgt_uninstall.sh</test_script_entry>
+          <notes></notes>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0910" specification="Web AppWidget Package Management (Install, Uninstall, Update)" section="Web AppWidget" category="Tizen WRT Core Specifications"></spec_assertion>
+            <spec_url></spec_url>
+            <spec_statement>The WRT MUST support Web AppWidget uninstallation.</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that WRT does not allow Web AppWidget which is signed with an invalid signature to be installed." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="auto" priority="P1" id="app-widget-signature-invalid">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT does not allow Web AppWidget which is signed with an invalid signature to be installed.</step_desc>
+              <expected>WRT does not allow Web AppWidget which is signed with an invalid signature to be installed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-appwgt-wrt-tests/scripts/wrt_appwgt_installfail.sh app-widget-signature-invalid.wgt</test_script_entry>
+          <notes></notes>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="1100" specification="Web AppWidget Security and Privacy" section="Web AppWidget" category="Tizen WRT Core Specifications"></spec_assertion>
+            <spec_url></spec_url>
+            <spec_statement>When Web Application is unstalled, instances of its Web AppWidget on AppWidget Viewer SHOULD be all removed</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+  </suite>
+</test_definition>
index c7709bd55806dba5d7d3e214f55e844bd96b2be1..855d10d7eda47e18615db8e6e66a29c9d7baa136 100644 (file)
@@ -1,71 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
   <suite name="tct-appwgt-wrt-tests">
     <set name="WebAppWidget">
-      <testcase purpose="Check that WRT must support Web AppWidget installation." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="auto" priority="P1" id="app-widget-install">
+      <testcase execution_type="auto" id="app-widget-install" purpose="Check that WRT must support Web AppWidget installation.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check that WRT supports the Web AppWidget installation.</step_desc>
-              <expected>WRT supports the Web AppWidget installation.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-appwgt-wrt-tests/scripts/wrt_appwgt_install.sh</test_script_entry>
-          <notes></notes>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0900" specification="Web AppWidget Package Management (Install, Uninstall, Update)" section="Web AppWidget" category="Tizen WRT Core Specifications"></spec_assertion>
-            <spec_url></spec_url>
-            <spec_statement>WRT MUST install Web AppWidget on the time that its Web Application is installed.</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that the WRT must support Web AppWidget uninstallation." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="auto" priority="P1" id="app-widget-uninstall">
+          </description>
+        </testcase>
+      <testcase execution_type="auto" id="app-widget-uninstall" purpose="Check that the WRT must support Web AppWidget uninstallation.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the WRT supports Web AppWidget uninstallation.</step_desc>
-              <expected>The WRT supports Web AppWidget uninstallation.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-appwgt-wrt-tests/scripts/wrt_appwgt_uninstall.sh</test_script_entry>
-          <notes></notes>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0910" specification="Web AppWidget Package Management (Install, Uninstall, Update)" section="Web AppWidget" category="Tizen WRT Core Specifications"></spec_assertion>
-            <spec_url></spec_url>
-            <spec_statement>The WRT MUST support Web AppWidget uninstallation.</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that WRT does not allow Web AppWidget which is signed with an invalid signature to be installed." type="Functional positive" status="approved" component="Web/Runtime/WebAppWidget" execution_type="auto" priority="P1" id="app-widget-signature-invalid">
+          </description>
+        </testcase>
+      <testcase execution_type="auto" id="app-widget-signature-invalid" purpose="Check that WRT does not allow Web AppWidget which is signed with an invalid signature to be installed.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT does not allow Web AppWidget which is signed with an invalid signature to be installed.</step_desc>
-              <expected>WRT does not allow Web AppWidget which is signed with an invalid signature to be installed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-appwgt-wrt-tests/scripts/wrt_appwgt_installfail.sh app-widget-signature-invalid.wgt</test_script_entry>
-          <notes></notes>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="1100" specification="Web AppWidget Security and Privacy" section="Web AppWidget" category="Tizen WRT Core Specifications"></spec_assertion>
-            <spec_url></spec_url>
-            <spec_statement>When Web Application is unstalled, instances of its Web AppWidget on AppWidget Viewer SHOULD be all removed</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+          </description>
+        </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-ext01-wrt-tests/tests.full.xml b/tct-ext01-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..2b23350
--- /dev/null
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
+<test_definition>
+  <suite name="tct-ext01-wrt-tests" launcher="WRTLauncher -iu">
+    <set name="application-privilege">
+      <testcase purpose="Check that the web runtime is able to identify the required API access privilege." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="application-privilege">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the web runtime is able to identify the required API access privilege</step_desc>
+              <expected>The privilege can be accessed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0211" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="setting-install-location-auto">
+      <testcase purpose="Check that the installation location is at ҳystemҠwhen install-location is set as 'auto'." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P3" id="setting-install-location-auto">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if installation location of widget is system</step_desc>
+              <expected>Widget application is installed at the system</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0240" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="metadata-support">
+      <testcase purpose="Check that the web runtime can support the metadata element." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="metadata-support">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the web runtime can support the metadata element correctly</step_desc>
+              <expected>The metadata element can be supported.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0270" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+  </suite>
+</test_definition>
index 2b23350834e813c251f634dadf668114440b7ff8..cdf07acc8cf3cefce33b9d15c7c42b05586f217b 100644 (file)
@@ -1,72 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
-  <suite name="tct-ext01-wrt-tests" launcher="WRTLauncher -iu">
+  <suite launcher="WRTLauncher -iu" name="tct-ext01-wrt-tests">
     <set name="application-privilege">
-      <testcase purpose="Check that the web runtime is able to identify the required API access privilege." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="application-privilege">
+      <testcase execution_type="auto" id="application-privilege" purpose="Check that the web runtime is able to identify the required API access privilege.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the web runtime is able to identify the required API access privilege</step_desc>
-              <expected>The privilege can be accessed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0211" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="setting-install-location-auto">
-      <testcase purpose="Check that the installation location is at ҳystemҠwhen install-location is set as 'auto'." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P3" id="setting-install-location-auto">
+      <testcase execution_type="auto" id="setting-install-location-auto" purpose="Check that the installation location is at &#1203;ystem&#1184;when install-location is set as 'auto'.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if installation location of widget is system</step_desc>
-              <expected>Widget application is installed at the system</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0240" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="metadata-support">
-      <testcase purpose="Check that the web runtime can support the metadata element." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="metadata-support">
+      <testcase execution_type="auto" id="metadata-support" purpose="Check that the web runtime can support the metadata element.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the web runtime can support the metadata element correctly</step_desc>
-              <expected>The metadata element can be supported.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0270" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-ext02-wrt-tests/tests.full.xml b/tct-ext02-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..a538b6f
--- /dev/null
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
+<test_definition>
+  <suite name="tct-ext02-wrt-tests">
+    <set name="ConfigExtension">
+      <testcase purpose="Check that the web runtime is able to identify a valid application id." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="application-id-exist">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Confirm the widget application has a valid ID.</step_desc>
+              <expected>The application ID("wrt2app003.ApplicationIdExist") can be shown.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/wrt_ext_application-id-exist.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that the web runtime can install the app which has a required valid version successfully." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="application-required-version-support">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check that the web runtime can install the app which has a required valid version successfully.</step_desc>
+              <expected>The widget application can work properly</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller application-required-version-support.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that the widget can be installed when install-location is set at 'internal-only' and external storage is not available." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P3" id="setting-install-location-internal-only-no-card">
+        <description>
+          <pre_condition>Make sure there is no memory card inserted into the device.</pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check that the widget can be installed when install-location is set at 'internal-only' and external storage is not available</step_desc>
+              <expected>Widget application can be installed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller setting-install-location-internal-only-no-card.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0230" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that the WRT support Web Applications with namespace declared in configuration file." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P2" id="web-applications-with-namespace-xmlns-enable">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check that the WRT support Web Applications with namespace declared in configuration file</step_desc>
+              <expected>The web-applications-with-namespace-xmlns-enable app can be installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller web-applications-with-namespace-xmlns-enable.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0200" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that web application can be installed when the length of application id is 1 byte." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P2" id="tizen-application-id-is-one-bytes">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check that web application can be installed when the length of application id is 1 byte</step_desc>
+              <expected>Widget application is installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller tizen-application-id-is-one-bytes.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check that web application with valid id can be installed." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="tizen-application-id-is-rightful">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check that web application with valid id can be installed.</step_desc>
+              <expected>Widget application is able to be installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller tizen-application-id-is-rightful.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check web application which the length of application id is valid can be installed." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P0" id="tizen-application-id-is-all-right">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check web application which the length of application id is valid can be installed.</step_desc>
+              <expected>Widget application is able to install successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller tizen-application-id-is-all-right.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+  </suite>
+</test_definition>
index a538b6f18363b88e183ad6598f279fddd9b8aa33..a0937783fd45aadb39e43159d2836bcb902586ea 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
   <suite name="tct-ext02-wrt-tests">
     <set name="ConfigExtension">
-      <testcase purpose="Check that the web runtime is able to identify a valid application id." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="application-id-exist">
+      <testcase execution_type="auto" id="application-id-exist" purpose="Check that the web runtime is able to identify a valid application id.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Confirm the widget application has a valid ID.</step_desc>
-              <expected>The application ID("wrt2app003.ApplicationIdExist") can be shown.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/wrt_ext_application-id-exist.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that the web runtime can install the app which has a required valid version successfully." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="application-required-version-support">
+        </testcase>
+      <testcase execution_type="auto" id="application-required-version-support" purpose="Check that the web runtime can install the app which has a required valid version successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check that the web runtime can install the app which has a required valid version successfully.</step_desc>
-              <expected>The widget application can work properly</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller application-required-version-support.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that the widget can be installed when install-location is set at 'internal-only' and external storage is not available." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P3" id="setting-install-location-internal-only-no-card">
+        </testcase>
+      <testcase execution_type="auto" id="setting-install-location-internal-only-no-card" purpose="Check that the widget can be installed when install-location is set at 'internal-only' and external storage is not available.">
         <description>
-          <pre_condition>Make sure there is no memory card inserted into the device.</pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check that the widget can be installed when install-location is set at 'internal-only' and external storage is not available</step_desc>
-              <expected>Widget application can be installed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller setting-install-location-internal-only-no-card.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0230" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that the WRT support Web Applications with namespace declared in configuration file." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P2" id="web-applications-with-namespace-xmlns-enable">
+        </testcase>
+      <testcase execution_type="auto" id="web-applications-with-namespace-xmlns-enable" purpose="Check that the WRT support Web Applications with namespace declared in configuration file.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check that the WRT support Web Applications with namespace declared in configuration file</step_desc>
-              <expected>The web-applications-with-namespace-xmlns-enable app can be installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller web-applications-with-namespace-xmlns-enable.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0200" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that web application can be installed when the length of application id is 1 byte." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P2" id="tizen-application-id-is-one-bytes">
+        </testcase>
+      <testcase execution_type="auto" id="tizen-application-id-is-one-bytes" purpose="Check that web application can be installed when the length of application id is 1 byte.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check that web application can be installed when the length of application id is 1 byte</step_desc>
-              <expected>Widget application is installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller tizen-application-id-is-one-bytes.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check that web application with valid id can be installed." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P1" id="tizen-application-id-is-rightful">
+        </testcase>
+      <testcase execution_type="auto" id="tizen-application-id-is-rightful" purpose="Check that web application with valid id can be installed.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check that web application with valid id can be installed.</step_desc>
-              <expected>Widget application is able to be installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller tizen-application-id-is-rightful.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check web application which the length of application id is valid can be installed." type="user_experience" status="approved" component="Web/Runtime/ConfigExtension" execution_type="auto" priority="P0" id="tizen-application-id-is-all-right">
+        </testcase>
+      <testcase execution_type="auto" id="tizen-application-id-is-all-right" purpose="Check web application which the length of application id is valid can be installed.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check web application which the length of application id is valid can be installed.</step_desc>
-              <expected>Widget application is able to install successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-ext02-wrt-tests/scripts/WRTInstaller tizen-application-id-is-all-right.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0210" specification="Configuration extension" section="Widget Configuration Extensions" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-pm-wrt-tests/tests.full.xml b/tct-pm-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..660b158
--- /dev/null
@@ -0,0 +1,508 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
+<test_definition>
+  <suite name="tct-pm-wrt-tests">
+    <set name="PackageManagement">
+      <testcase purpose="Check if Packaged Web Application can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="PKManagement_PackagedAPP_Install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Packaged Web Application can be installed successfully.</step_desc>
+              <expected>Pass if the Sample-widget Application is installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh Sample-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0010" specification="Web Application Types" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if local hosted Web Application can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_local_HostedAPP_Install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if local hosted Web Application can be installed successfully.</step_desc>
+              <expected>Pass if the test-hosted-widget Application is installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh test-hosted-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0020" specification="Web Application Types" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if Web Application can be installed successfully by using command." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_LocalAPP_Install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Web Application can be installed successfully by using command.</step_desc>
+              <expected>Pass if Sample-widget.wgt webapp is installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh Sample-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0040" specification="Web Application Installation point" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if Web Application which is packed with WGT format can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_APP_WithW3CFormat_Install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Web Application which is packed with WGT format can be installed successfully.</step_desc>
+              <expected>Sample-widget Application can be installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh Sample-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0060" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the widget renamed extension from 'WGT' to 'EXE' can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_PackagedWGTFile_without_WGT_extention_Install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the widget renamed extension from 'WGT' to 'EXE' can be installed successfully.</step_desc>
+              <expected>Sample-widget.EXE Application can be installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_EXE.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0060" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the widget that is renamed with the same extension 'WGT' can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_PackagedZIPFile_with_WGT_extention_Install">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the widget that is renamed with the same extension 'WGT' can be installed successfully.</step_desc>
+              <expected>Web Application can be installed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_changename.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0060" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if user is informed when the Web Application cannot be installed." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_InstallFailed_Inform">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if user is informed when the Web Application cannot be installed.</step_desc>
+              <expected>There is a message informing user that the Web Application can't be installed and WebApp icon is not displayed on the device screen.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh test-broken-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0070" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if WRT can update the widget when the widget has been installed." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_WRTVersionLower_Install_1">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT can update the widget when the widget has been installed.</step_desc>
+              <expected>The webapp can be installed (for update).</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_TwoWidget.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0080" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if Web Applications with same Tizen AppID and Widget ID can be updated successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_sidedLoaded_Update_AppId">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Web Applications with same Tizen AppID and Widget ID can be updated successfully.</step_desc>
+              <expected>WIdgetIDAppID-same1.wgt is updated successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_Update_Widget.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0130" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if Web Applications with same Tizen AppID and different Widget IDs can be updated successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_DifferentWidgetID_Update">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Web Applications with same Tizen AppID and different Widget IDs can be updated successfully</step_desc>
+              <expected>WIdgetIDAppID-same1.wgt is updated successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WidgetID_Update.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0130" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if Web Application resources inside of widget are erased after updated." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_dataStored_Update">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Web Application resources inside of widget are erased after updated.</step_desc>
+              <expected>"data" folder is not exist.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_dataStored_Update.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0130" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if Web Application can be un-installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="PKManagement_WebApp_Uninstall">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if Web Application can be un-installed successfully.</step_desc>
+              <expected>The packaged webapp is uninstalled successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Uninstaller.sh Sample-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0150" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if all Web Application resources and data (Tizen settings, widget preferences, cookies, local storage) should be erased after uninstalled." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="uninstallation-application-erased">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if all Web Application resources and data (Tizen settings, widget preferences, cookies, local storage) should be erased after uninstalled.</step_desc>
+              <expected>Data folder does not exist.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_uninstallation_application_erased.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0160" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if UA can install and uninstall different applications offline at the same time." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_OfflineInstall_uninstalling">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if UA can install and uninstall different applications offline at the same time.</step_desc>
+              <expected>Installing and un-installing don't affect each other and both success.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineInstall_uninstalling.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if UA can install and update different applications offline at the same time." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_OfflineInstall_updating">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if UA can install and update different applications offline at the same time.</step_desc>
+              <expected>Installing and updating program don't affect each other and both success.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineInstall_updating.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the WebApp can be uninstalled during running." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_Inform_Uninstall_Running">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the WebApp can be uninstalled during running.</step_desc>
+              <expected>The Sample-widget application is uninstalled.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Uninstall_Running.sh Sample-widget.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0150" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if user will be informed failure of uninstallation when the WebApp has been uninstalled." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_Uninstall_Inform">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if user will be informed failure of uninstallation when the WebApp has been uninstalled</step_desc>
+              <expected>Informed failure of uninstallation.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Uninstall_Inform.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0150" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if application could be updated when the application is running." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="WebApp_OfflineUpdate_ReUpdate">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if application could be updated when the application is running</step_desc>
+              <expected>The installation is successful.</expected>
+            </step>
+          </steps>
+          <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineUpdate_ReUpdate.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if package management can upgrade(offline) two webapps respectively." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="WebApp_OfflineUpdate_TwoApp">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if package management can upgrade(offline) two webapps respectively</step_desc>
+              <expected>They don't affect each other.</expected>
+            </step>
+          </steps>
+          <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineUpdate_TwoApp.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0110" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if package management can upgrade(offline) multiple webapps respectively." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="PKManagement_OfflineUpdate_MultiApp">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if package management can upgrade(offline) multiple webapps respectively.</step_desc>
+              <expected>They don't affect each other.</expected>
+            </step>
+          </steps>
+          <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineUpdate_MultiApp.sh</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0110" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the WRT cannot install the widget which contains distributor signature without a dsp:Role signature property." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="widget-distributor-sig-dsp">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the WRT cannot install the widget which contains distributor signature without a dsp:Role signature property</step_desc>
+              <expected>Pass if the widget can not be installed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh 11a.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0101" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the WRT cannot install the widget which contains distributor signature with a dsp:Role signature property that does not contain an URI for a distributor role." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="widget-distributor-sig-uri">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the WRT cannot install the widget which contains distributor signature with a dsp:Role signature property that does not contain an URI for a distributor role.</step_desc>
+              <expected>Pass if the widget can not be installed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh 11b.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0101" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the WRT cannot install the widget which is announced with one or more partner API privileges in configuration file." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="widget-partner-privilege">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the WRT cannot install the widget which is announced with one or more partner API privileges in configuration file.</step_desc>
+              <expected>Pass if the widget can not be installed.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh widget-partner-privilege.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0101" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if the 'feature' element should be ignored during installation process." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="feature-element-be-ignored">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if the 'feature' element should be ignored during installation process.</step_desc>
+              <expected>Pass if feature-element-be-ignored WebApp is installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh feature-element-be-ignored.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if WRT should abort installation when the version of Tizen Web API supported by the WRT is lower than the minimum version required by the Web Application." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="web-api-version">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT should abort installation when the version of Tizen Web API supported by the WRT is lower than the minimum version required by the Web Application.</step_desc>
+              <expected>Pass: The application can't be installed successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh web-api-version.wgt</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0080" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
+            <spec_url></spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+  </suite>
+</test_definition>
index 660b158d33637f54d6f09b48968debe50aabf7ca..7156b89a2ea3391d71054d6c33f102f5a458c7f2 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
   <suite name="tct-pm-wrt-tests">
     <set name="PackageManagement">
-      <testcase purpose="Check if Packaged Web Application can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="PKManagement_PackagedAPP_Install">
+      <testcase execution_type="auto" id="PKManagement_PackagedAPP_Install" purpose="Check if Packaged Web Application can be installed successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Packaged Web Application can be installed successfully.</step_desc>
-              <expected>Pass if the Sample-widget Application is installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh Sample-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0010" specification="Web Application Types" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if local hosted Web Application can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_local_HostedAPP_Install">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_local_HostedAPP_Install" purpose="Check if local hosted Web Application can be installed successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if local hosted Web Application can be installed successfully.</step_desc>
-              <expected>Pass if the test-hosted-widget Application is installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh test-hosted-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0020" specification="Web Application Types" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if Web Application can be installed successfully by using command." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_LocalAPP_Install">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_LocalAPP_Install" purpose="Check if Web Application can be installed successfully by using command.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Web Application can be installed successfully by using command.</step_desc>
-              <expected>Pass if Sample-widget.wgt webapp is installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh Sample-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0040" specification="Web Application Installation point" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if Web Application which is packed with WGT format can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_APP_WithW3CFormat_Install">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_APP_WithW3CFormat_Install" purpose="Check if Web Application which is packed with WGT format can be installed successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Web Application which is packed with WGT format can be installed successfully.</step_desc>
-              <expected>Sample-widget Application can be installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh Sample-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0060" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the widget renamed extension from 'WGT' to 'EXE' can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_PackagedWGTFile_without_WGT_extention_Install">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_PackagedWGTFile_without_WGT_extention_Install" purpose="Check if the widget renamed extension from 'WGT' to 'EXE' can be installed successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the widget renamed extension from 'WGT' to 'EXE' can be installed successfully.</step_desc>
-              <expected>Sample-widget.EXE Application can be installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_EXE.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0060" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the widget that is renamed with the same extension 'WGT' can be installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_PackagedZIPFile_with_WGT_extention_Install">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_PackagedZIPFile_with_WGT_extention_Install" purpose="Check if the widget that is renamed with the same extension 'WGT' can be installed successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the widget that is renamed with the same extension 'WGT' can be installed successfully.</step_desc>
-              <expected>Web Application can be installed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_changename.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0060" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if user is informed when the Web Application cannot be installed." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_InstallFailed_Inform">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_InstallFailed_Inform" purpose="Check if user is informed when the Web Application cannot be installed.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if user is informed when the Web Application cannot be installed.</step_desc>
-              <expected>There is a message informing user that the Web Application can't be installed and WebApp icon is not displayed on the device screen.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh test-broken-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0070" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if WRT can update the widget when the widget has been installed." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_WRTVersionLower_Install_1">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_WRTVersionLower_Install_1" purpose="Check if WRT can update the widget when the widget has been installed.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT can update the widget when the widget has been installed.</step_desc>
-              <expected>The webapp can be installed (for update).</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_TwoWidget.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0080" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if Web Applications with same Tizen AppID and Widget ID can be updated successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_sidedLoaded_Update_AppId">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_sidedLoaded_Update_AppId" purpose="Check if Web Applications with same Tizen AppID and Widget ID can be updated successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Web Applications with same Tizen AppID and Widget ID can be updated successfully.</step_desc>
-              <expected>WIdgetIDAppID-same1.wgt is updated successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Install_Update_Widget.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0130" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if Web Applications with same Tizen AppID and different Widget IDs can be updated successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_DifferentWidgetID_Update">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_DifferentWidgetID_Update" purpose="Check if Web Applications with same Tizen AppID and different Widget IDs can be updated successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Web Applications with same Tizen AppID and different Widget IDs can be updated successfully</step_desc>
-              <expected>WIdgetIDAppID-same1.wgt is updated successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WidgetID_Update.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0130" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if Web Application resources inside of widget are erased after updated." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="PKManagement_dataStored_Update">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_dataStored_Update" purpose="Check if Web Application resources inside of widget are erased after updated.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Web Application resources inside of widget are erased after updated.</step_desc>
-              <expected>"data" folder is not exist.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_dataStored_Update.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0130" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if Web Application can be un-installed successfully." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="PKManagement_WebApp_Uninstall">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_WebApp_Uninstall" purpose="Check if Web Application can be un-installed successfully.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Web Application can be un-installed successfully.</step_desc>
-              <expected>The packaged webapp is uninstalled successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Uninstaller.sh Sample-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0150" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if all Web Application resources and data (Tizen settings, widget preferences, cookies, local storage) should be erased after uninstalled." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="uninstallation-application-erased">
+        </testcase>
+      <testcase execution_type="auto" id="uninstallation-application-erased" purpose="Check if all Web Application resources and data (Tizen settings, widget preferences, cookies, local storage) should be erased after uninstalled.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if all Web Application resources and data (Tizen settings, widget preferences, cookies, local storage) should be erased after uninstalled.</step_desc>
-              <expected>Data folder does not exist.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_uninstallation_application_erased.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0160" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if UA can install and uninstall different applications offline at the same time." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_OfflineInstall_uninstalling">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_OfflineInstall_uninstalling" purpose="Check if UA can install and uninstall different applications offline at the same time.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if UA can install and uninstall different applications offline at the same time.</step_desc>
-              <expected>Installing and un-installing don't affect each other and both success.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineInstall_uninstalling.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if UA can install and update different applications offline at the same time." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_OfflineInstall_updating">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_OfflineInstall_updating" purpose="Check if UA can install and update different applications offline at the same time.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if UA can install and update different applications offline at the same time.</step_desc>
-              <expected>Installing and updating program don't affect each other and both success.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineInstall_updating.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the WebApp can be uninstalled during running." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_Inform_Uninstall_Running">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_Inform_Uninstall_Running" purpose="Check if the WebApp can be uninstalled during running.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the WebApp can be uninstalled during running.</step_desc>
-              <expected>The Sample-widget application is uninstalled.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Uninstall_Running.sh Sample-widget.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0150" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if user will be informed failure of uninstallation when the WebApp has been uninstalled." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="PKManagement_Uninstall_Inform">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_Uninstall_Inform" purpose="Check if user will be informed failure of uninstallation when the WebApp has been uninstalled.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if user will be informed failure of uninstallation when the WebApp has been uninstalled</step_desc>
-              <expected>Informed failure of uninstallation.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_Uninstall_Inform.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0150" specification="Web Application Uninstallation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if application could be updated when the application is running." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="WebApp_OfflineUpdate_ReUpdate">
+        </testcase>
+      <testcase execution_type="auto" id="WebApp_OfflineUpdate_ReUpdate" purpose="Check if application could be updated when the application is running.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if application could be updated when the application is running</step_desc>
-              <expected>The installation is successful.</expected>
-            </step>
-          </steps>
           <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineUpdate_ReUpdate.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if package management can upgrade(offline) two webapps respectively." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P2" id="WebApp_OfflineUpdate_TwoApp">
+        </testcase>
+      <testcase execution_type="auto" id="WebApp_OfflineUpdate_TwoApp" purpose="Check if package management can upgrade(offline) two webapps respectively.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if package management can upgrade(offline) two webapps respectively</step_desc>
-              <expected>They don't affect each other.</expected>
-            </step>
-          </steps>
           <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineUpdate_TwoApp.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0110" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if package management can upgrade(offline) multiple webapps respectively." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P0" id="PKManagement_OfflineUpdate_MultiApp">
+        </testcase>
+      <testcase execution_type="auto" id="PKManagement_OfflineUpdate_MultiApp" purpose="Check if package management can upgrade(offline) multiple webapps respectively.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if package management can upgrade(offline) multiple webapps respectively.</step_desc>
-              <expected>They don't affect each other.</expected>
-            </step>
-          </steps>
           <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_OfflineUpdate_MultiApp.sh</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0110" specification="Web Application Update" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the WRT cannot install the widget which contains distributor signature without a dsp:Role signature property." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="widget-distributor-sig-dsp">
+        </testcase>
+      <testcase execution_type="auto" id="widget-distributor-sig-dsp" purpose="Check if the WRT cannot install the widget which contains distributor signature without a dsp:Role signature property.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the WRT cannot install the widget which contains distributor signature without a dsp:Role signature property</step_desc>
-              <expected>Pass if the widget can not be installed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh 11a.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0101" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the WRT cannot install the widget which contains distributor signature with a dsp:Role signature property that does not contain an URI for a distributor role." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="widget-distributor-sig-uri">
+        </testcase>
+      <testcase execution_type="auto" id="widget-distributor-sig-uri" purpose="Check if the WRT cannot install the widget which contains distributor signature with a dsp:Role signature property that does not contain an URI for a distributor role.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the WRT cannot install the widget which contains distributor signature with a dsp:Role signature property that does not contain an URI for a distributor role.</step_desc>
-              <expected>Pass if the widget can not be installed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh 11b.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0101" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the WRT cannot install the widget which is announced with one or more partner API privileges in configuration file." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="widget-partner-privilege">
+        </testcase>
+      <testcase execution_type="auto" id="widget-partner-privilege" purpose="Check if the WRT cannot install the widget which is announced with one or more partner API privileges in configuration file.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the WRT cannot install the widget which is announced with one or more partner API privileges in configuration file.</step_desc>
-              <expected>Pass if the widget can not be installed.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh widget-partner-privilege.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0101" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if the 'feature' element should be ignored during installation process." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="feature-element-be-ignored">
+        </testcase>
+      <testcase execution_type="auto" id="feature-element-be-ignored" purpose="Check if the 'feature' element should be ignored during installation process.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if the 'feature' element should be ignored during installation process.</step_desc>
-              <expected>Pass if feature-element-be-ignored WebApp is installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_WRTInstaller.sh feature-element-be-ignored.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0050" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase purpose="Check if WRT should abort installation when the version of Tizen Web API supported by the WRT is lower than the minimum version required by the Web Application." type="user_experience" status="approved" component="Web/Runtime/PackageManagement" execution_type="auto" priority="P1" id="web-api-version">
+        </testcase>
+      <testcase execution_type="auto" id="web-api-version" purpose="Check if WRT should abort installation when the version of Tizen Web API supported by the WRT is lower than the minimum version required by the Web Application.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT should abort installation when the version of Tizen Web API supported by the WRT is lower than the minimum version required by the Web Application.</step_desc>
-              <expected>Pass: The application can't be installed successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry timeout="90">/opt/tct-pm-wrt-tests/scripts/wrt_pm_InstallerFail.sh web-api-version.wgt</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0080" specification="Web Application Installation" section="Web Application Package Management" category="Tizen WRT Core Specifications"/>
-            <spec_url></spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-rt01-wrt-tests/tests.full.xml b/tct-rt01-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..fa410d1
--- /dev/null
@@ -0,0 +1,274 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+<test_definition>
+<suite name="tct-rt01-wrt-tests" launcher="WRTLauncher -iu">
+  <set name="dom-events-audio-onerror">
+    <testcase purpose="Check if WRT supports W3C DOM onerror event for audio lable." component="Web/Runtime/WebApplicationRuntime" id="dom-events-audio-onerror" execution_type="auto" priority="P2" status="approved" type="Functional positive">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT supports W3C DOM onerror event for audio lable.</step_desc>
+            <expected>WRT supports W3C DOM onerror event for audio lable.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0310" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="dom-events-video-onerror">
+    <testcase purpose="Check if WRT supports W3C DOM onerror event for video lable." component="Web/Runtime/WebApplicationRuntime" id="dom-events-video-onerror" execution_type="auto" priority="P2" status="approved" type="Functional positive">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT supports W3C DOM onerror event for video lable.</step_desc>
+            <expected>WRT supports W3C DOM onerror event for video lable.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0310" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-get">
+    <testcase purpose="Check if WRT returns a response when the request is a [HTTP] GET request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-get">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT returns a response when the request is a [HTTP] GET request.</step_desc>
+            <expected>WRT is able to return a response.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-get-false">
+    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] GET request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-get-false">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] GET request.</step_desc>
+            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-head">
+    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a [HTTP] HEAD request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-head">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a [HTTP] HEAD request.</step_desc>
+            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-head-false">
+    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] HEAD request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-head-false">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] HEAD request.</step_desc>
+            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-invalid">
+    <testcase purpose="Check if WRT throws an exception when the request is an invalid request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-invalid">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT throws an exception when the request is an invalid request.</step_desc>
+            <expected>WRT throws an exception.</expected>
+            </step>
+          </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-null">
+    <testcase purpose="Check if WRT throws an exception when the request is a null request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-null">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT throws an exception when the request is a null request.</step_desc>
+            <expected>WRT throws an exception.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-post">
+    <testcase purpose="Check if WRT returns a response when the request is a [HTTP] POST request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-post">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT returns a response when the request is a [HTTP] POST request.</step_desc>
+            <expected>WRT is able to return a response.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+     </specs>
+   </testcase>
+  </set>
+  <set name="other-uri-XMLHttpRequest-post-false">
+    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] POST request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-post-false">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] POST request.</step_desc>
+            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
+          <spec_url></spec_url>
+          <spec_statement>TBD</spec_statement>
+        </spec>
+     </specs>
+    </testcase>
+  </set>
+  <set name="lifecycle-hide-running-app">
+    <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-hide-running-app" execution_type="auto" purpose="Check if WRT is able to change the web app to keep running in the background." priority="P1" status="approved" type="Functional positive">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT is able to change the web app to keep running in the background</step_desc>
+              <expected>The widget package can running in the background.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+          <notes/>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0340" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+  </set>
+  <set name="lifecycle-load-event">
+    <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-load-event" execution_type="auto" purpose="Check if WRT supports W3C DOM load event" priority="P0" status="approved" type="Functional positive">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports W3C DOM load event</step_desc>
+              <expected>WRT support W3C DOM load event</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+          <notes/>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0310" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+  </set>
+</suite>
+</test_definition>
index fa410d14ccc1d17bce5c13572ac59017e5f4ab78..5b50812f924bf0f67428908dabec277ec39926d9 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
-<suite name="tct-rt01-wrt-tests" launcher="WRTLauncher -iu">
+<suite launcher="WRTLauncher -iu" name="tct-rt01-wrt-tests">
   <set name="dom-events-audio-onerror">
-    <testcase purpose="Check if WRT supports W3C DOM onerror event for audio lable." component="Web/Runtime/WebApplicationRuntime" id="dom-events-audio-onerror" execution_type="auto" priority="P2" status="approved" type="Functional positive">
+    <testcase execution_type="auto" id="dom-events-audio-onerror" purpose="Check if WRT supports W3C DOM onerror event for audio lable.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT supports W3C DOM onerror event for audio lable.</step_desc>
-            <expected>WRT supports W3C DOM onerror event for audio lable.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0310" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
   </set>
   <set name="dom-events-video-onerror">
-    <testcase purpose="Check if WRT supports W3C DOM onerror event for video lable." component="Web/Runtime/WebApplicationRuntime" id="dom-events-video-onerror" execution_type="auto" priority="P2" status="approved" type="Functional positive">
+    <testcase execution_type="auto" id="dom-events-video-onerror" purpose="Check if WRT supports W3C DOM onerror event for video lable.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT supports W3C DOM onerror event for video lable.</step_desc>
-            <expected>WRT supports W3C DOM onerror event for video lable.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0310" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-get">
-    <testcase purpose="Check if WRT returns a response when the request is a [HTTP] GET request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-get">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-get" purpose="Check if WRT returns a response when the request is a [HTTP] GET request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT returns a response when the request is a [HTTP] GET request.</step_desc>
-            <expected>WRT is able to return a response.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-get-false">
-    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] GET request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-get-false">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-get-false" purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] GET request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] GET request.</step_desc>
-            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-head">
-    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a [HTTP] HEAD request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-head">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-head" purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a [HTTP] HEAD request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a [HTTP] HEAD request.</step_desc>
-            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-head-false">
-    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] HEAD request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-head-false">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-head-false" purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] HEAD request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] HEAD request.</step_desc>
-            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-invalid">
-    <testcase purpose="Check if WRT throws an exception when the request is an invalid request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-invalid">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-invalid" purpose="Check if WRT throws an exception when the request is an invalid request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT throws an exception when the request is an invalid request.</step_desc>
-            <expected>WRT throws an exception.</expected>
-            </step>
-          </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-null">
-    <testcase purpose="Check if WRT throws an exception when the request is a null request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-null">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-null" purpose="Check if WRT throws an exception when the request is a null request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT throws an exception when the request is a null request.</step_desc>
-            <expected>WRT throws an exception.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-post">
-    <testcase purpose="Check if WRT returns a response when the request is a [HTTP] POST request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-post">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-post" purpose="Check if WRT returns a response when the request is a [HTTP] POST request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT returns a response when the request is a [HTTP] POST request.</step_desc>
-            <expected>WRT is able to return a response.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-     </specs>
-   </testcase>
+      </testcase>
   </set>
   <set name="other-uri-XMLHttpRequest-post-false">
-    <testcase purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] POST request." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntime" execution_type="auto" priority="P3" id="other-uri-XMLHttpRequest-post-false">
+    <testcase execution_type="auto" id="other-uri-XMLHttpRequest-post-false" purpose="Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] POST request.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if WRT returns a [HTTP] 501 Not Implemented response when the request is a synchronous [HTTP] POST request.</step_desc>
-            <expected>WRT is able to return a [HTTP] 501 Not Implemented response.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
       </description>
-      <specs>
-        <spec>
-          <spec_assertion usage="true" interface="0460" specification="Other" section="Web Application Runtime" category="Tizen WRT Core Specifications" />
-          <spec_url></spec_url>
-          <spec_statement>TBD</spec_statement>
-        </spec>
-     </specs>
-    </testcase>
+      </testcase>
   </set>
   <set name="lifecycle-hide-running-app">
-    <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-hide-running-app" execution_type="auto" purpose="Check if WRT is able to change the web app to keep running in the background." priority="P1" status="approved" type="Functional positive">
+    <testcase execution_type="auto" id="lifecycle-hide-running-app" purpose="Check if WRT is able to change the web app to keep running in the background.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT is able to change the web app to keep running in the background</step_desc>
-              <expected>The widget package can running in the background.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-          <notes/>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0340" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+          </description>
+        </testcase>
   </set>
   <set name="lifecycle-load-event">
-    <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-load-event" execution_type="auto" purpose="Check if WRT supports W3C DOM load event" priority="P0" status="approved" type="Functional positive">
+    <testcase execution_type="auto" id="lifecycle-load-event" purpose="Check if WRT supports W3C DOM load event">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports W3C DOM load event</step_desc>
-              <expected>WRT support W3C DOM load event</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-          <notes/>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0310" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+          </description>
+        </testcase>
   </set>
 </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-rt02-wrt-tests/tests.full.xml b/tct-rt02-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..625d333
--- /dev/null
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl" href="testcase.xsl"?>
+<test_definition>
+  <suite name="tct-rt02-wrt-tests">
+    <set name="WebApplicationRuntime">
+      <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-launch-installed-app" execution_type="auto" purpose="Check if WRT is able to launch an installed application" priority="P1" status="approved" type="Functional positive">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT is able to launch an installed application</step_desc>
+              <expected>The widget package is launched successfully.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-rt02-wrt-tests/scripts/wrt_rt_launch-removed-app.sh</test_script_entry>
+          <notes/>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0320" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-launch-removed-app" execution_type="auto" purpose="Check if WRT is unable to launch a removed application" priority="P2" status="approved" type="Functional positive">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT is unable to launch a removed application</step_desc>
+              <expected>The widget can is not launched.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-rt02-wrt-tests/scripts/wrt_rt_launch-installed-app.sh</test_script_entry>
+          <notes/>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0320" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-exit-running-app" execution_type="auto" purpose="Check if WRT is able to exit a running application safely." priority="P1" status="approved" type="Functional positive">
+        <description>
+          <pre_condition></pre_condition>
+          <post_condition></post_condition>
+          <steps>
+            <step order="1">
+              <step_desc>Install the widget with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/lifecycle-exit-running-app.wgt</step_desc>
+              <expected>The widget package is installed successfully. Its  icon appears on screen.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">/opt/tct-rt02-wrt-tests/scripts/wrt_rt_exit-running-app.sh</test_script_entry>
+          <notes/>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion element_type="attribute" element_name="N/A" interface="0320" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+  </suite>
+</test_definition>
index 625d333016d9a16eca8788a1f914b6d354b41637..14d9859f84231e24dc4e17f5db2be17881be4e39 100644 (file)
@@ -1,71 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl" href="testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
   <suite name="tct-rt02-wrt-tests">
     <set name="WebApplicationRuntime">
-      <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-launch-installed-app" execution_type="auto" purpose="Check if WRT is able to launch an installed application" priority="P1" status="approved" type="Functional positive">
+      <testcase execution_type="auto" id="lifecycle-launch-installed-app" purpose="Check if WRT is able to launch an installed application">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT is able to launch an installed application</step_desc>
-              <expected>The widget package is launched successfully.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-rt02-wrt-tests/scripts/wrt_rt_launch-removed-app.sh</test_script_entry>
-          <notes/>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0320" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-launch-removed-app" execution_type="auto" purpose="Check if WRT is unable to launch a removed application" priority="P2" status="approved" type="Functional positive">
+          </description>
+        </testcase>
+      <testcase execution_type="auto" id="lifecycle-launch-removed-app" purpose="Check if WRT is unable to launch a removed application">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT is unable to launch a removed application</step_desc>
-              <expected>The widget can is not launched.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-rt02-wrt-tests/scripts/wrt_rt_launch-installed-app.sh</test_script_entry>
-          <notes/>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0320" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
-      <testcase component="Web/Runtime/WebApplicationRuntime" id="lifecycle-exit-running-app" execution_type="auto" purpose="Check if WRT is able to exit a running application safely." priority="P1" status="approved" type="Functional positive">
+          </description>
+        </testcase>
+      <testcase execution_type="auto" id="lifecycle-exit-running-app" purpose="Check if WRT is able to exit a running application safely.">
         <description>
-          <pre_condition></pre_condition>
-          <post_condition></post_condition>
-          <steps>
-            <step order="1">
-              <step_desc>Install the widget with the command : wrt-installer -i /opt/tct-rt02-wrt-tests/lifecycle-exit-running-app.wgt</step_desc>
-              <expected>The widget package is installed successfully. Its  icon appears on screen.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">/opt/tct-rt02-wrt-tests/scripts/wrt_rt_exit-running-app.sh</test_script_entry>
-          <notes/>
-        </description>
-        <specs>
-          <spec>
-            <spec_assertion element_type="attribute" element_name="N/A" interface="0320" specification="Web Application Lifecycle" section="Web Application Runtime" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+          </description>
+        </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-sp01-wrt-tests/tests.full.xml b/tct-sp01-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..028c81e
--- /dev/null
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+<test_definition>
+<suite name="tct-sp01-wrt-tests" launcher="WRTLauncher -iu">
+  <set name="storage-cookies-check">
+    <testcase purpose="Check if Application has its own cookie database." type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P1" id="storage-cookies-check">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check if Application has its own cookie database.</step_desc>
+            <expected>Application has its own cookie database.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0670" specification="Private Storage (HTML5 local storage and cookie) Support" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="protection-decrypt-html">
+    <testcase purpose="Check that the WRT can decrypt html resources of widget Application successfully" type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P1" id="protection-decrypt-html">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check that the WRT can decrypt html resources of widget Application successfully</step_desc>
+            <expected>WRT can decrypt html resources of widget Application successfully</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0650" specification="Web Application Protection" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="protection-decrypt-js">
+    <testcase purpose="Check that the WRT can decrypt js resources of widget Application successfully" type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P2" id="protection-decrypt-js">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check that the WRT can decrypt js resources of widget Application successfully</step_desc>
+            <expected>WRT can decrypt js resources of widget Application successfully</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0650" specification="Web Application Protection" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+  </set>
+  <set name="protection-decrypt-css">
+    <testcase purpose="Check that the WRT can decrypt css resources of widget Application successfully" type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P2" id="protection-decrypt-css">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check that the WRT can decrypt css resources of widget Application successfully</step_desc>
+            <expected>WRT can decrypt css resources of widget Application successfully</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0650" specification="Web Application Protection" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+   </set>
+</suite>
+</test_definition>
index 028c81e45d79112d03fa38b726403899bff9c2eb..20432674bf8e5d078bafde9ea2976ba400e2e5fd 100644 (file)
@@ -1,98 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
-<suite name="tct-sp01-wrt-tests" launcher="WRTLauncher -iu">
+<suite launcher="WRTLauncher -iu" name="tct-sp01-wrt-tests">
   <set name="storage-cookies-check">
-    <testcase purpose="Check if Application has its own cookie database." type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P1" id="storage-cookies-check">
+    <testcase execution_type="auto" id="storage-cookies-check" purpose="Check if Application has its own cookie database.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check if Application has its own cookie database.</step_desc>
-            <expected>Application has its own cookie database.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0670" specification="Private Storage (HTML5 local storage and cookie) Support" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
   </set>
   <set name="protection-decrypt-html">
-    <testcase purpose="Check that the WRT can decrypt html resources of widget Application successfully" type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P1" id="protection-decrypt-html">
+    <testcase execution_type="auto" id="protection-decrypt-html" purpose="Check that the WRT can decrypt html resources of widget Application successfully">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check that the WRT can decrypt html resources of widget Application successfully</step_desc>
-            <expected>WRT can decrypt html resources of widget Application successfully</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0650" specification="Web Application Protection" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
   </set>
   <set name="protection-decrypt-js">
-    <testcase purpose="Check that the WRT can decrypt js resources of widget Application successfully" type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P2" id="protection-decrypt-js">
+    <testcase execution_type="auto" id="protection-decrypt-js" purpose="Check that the WRT can decrypt js resources of widget Application successfully">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check that the WRT can decrypt js resources of widget Application successfully</step_desc>
-            <expected>WRT can decrypt js resources of widget Application successfully</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0650" specification="Web Application Protection" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
   </set>
   <set name="protection-decrypt-css">
-    <testcase purpose="Check that the WRT can decrypt css resources of widget Application successfully" type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P2" id="protection-decrypt-css">
+    <testcase execution_type="auto" id="protection-decrypt-css" purpose="Check that the WRT can decrypt css resources of widget Application successfully">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check that the WRT can decrypt css resources of widget Application successfully</step_desc>
-            <expected>WRT can decrypt css resources of widget Application successfully</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">test_index.html</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0650" specification="Web Application Protection" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
    </set>
 </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-sp02-wrt-tests/tests.full.xml b/tct-sp02-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..a6da0f8
--- /dev/null
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+<test_definition>
+<suite name="tct-sp02-wrt-tests">
+  <set name="SecurityPrivacy">
+    <testcase purpose="Check that Application has its own localStorage space." type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P1" id="private_localstorage_check">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+        <steps>
+          <step order="1">
+            <step_desc>Check that Application has its own localStorage space.</step_desc>
+            <expected>Application has its own localStorage space.</expected>
+          </step>
+        </steps>
+        <test_script_entry test_script_expected_result="0">/opt/tct-sp02-wrt-tests/scripts/wrt_sp02_localstorage_check.sh</test_script_entry>
+        <notes></notes>
+      </description>
+      <specs>
+        <spec>
+          <spec_assertion element_type="attribute" element_name="N/A" interface="0660" specification="Private Storage (HTML5 local storage and cookie) Support" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
+          <spec_url></spec_url>
+          <spec_statement></spec_statement>
+        </spec>
+      </specs>
+    </testcase>
+   </set>
+</suite>
+</test_definition>
index a6da0f860feb8654f94cc5702b44c32dcbabcc2b..9890598ea4e1918dd2f55614f3aacca8ba0d1668 100644 (file)
@@ -1,29 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
 <suite name="tct-sp02-wrt-tests">
   <set name="SecurityPrivacy">
-    <testcase purpose="Check that Application has its own localStorage space." type="user_experience" status="approved" component="Web/Runtime/SecurityPrivacy" execution_type="auto" priority="P1" id="private_localstorage_check">
+    <testcase execution_type="auto" id="private_localstorage_check" purpose="Check that Application has its own localStorage space.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-        <steps>
-          <step order="1">
-            <step_desc>Check that Application has its own localStorage space.</step_desc>
-            <expected>Application has its own localStorage space.</expected>
-          </step>
-        </steps>
         <test_script_entry test_script_expected_result="0">/opt/tct-sp02-wrt-tests/scripts/wrt_sp02_localstorage_check.sh</test_script_entry>
-        <notes></notes>
-      </description>
-      <specs>
-        <spec>
-          <spec_assertion element_type="attribute" element_name="N/A" interface="0660" specification="Private Storage (HTML5 local storage and cookie) Support" section="Web Application Security and Privacy" category="Tizen WRT Core Specifications"></spec_assertion>
-          <spec_url></spec_url>
-          <spec_statement></spec_statement>
-        </spec>
-      </specs>
-    </testcase>
+        </description>
+      </testcase>
    </set>
 </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-stab-wrt-tests/tests.full.xml b/tct-stab-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..120032b
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
+<test_definition>
+<suite name="tct-stab-wrt-tests">
+  <set name="StabilityTest">
+    <testcase purpose="Check that WRT can install and uninstall webapp roundly." type="user_experience" status="approved" component="Web/Runtime/StabilityTest" execution_type="auto" priority="P3" id="wrt-repeat-install-uninstall">
+      <description>
+        <pre_condition></pre_condition>
+        <post_condition></post_condition>
+              <steps>
+                 <step order="1">
+                   <step_desc>Check that WRT can install and uninstall webapp smoothly by 30 times.</step_desc>
+                   <expected>Widget application is able to be installed and uninstalled successfully.</expected>
+                 </step>
+              </steps>
+           <test_script_entry timeout="9000" test_script_expected_result="0">/opt/tct-stab-wrt-tests/scripts/wrt_pm_WRTInstaller.sh setting-bs-enable.wgt</test_script_entry>
+      </description>
+    <specs>
+      <spec>
+       <spec_assertion element_type="attribute" element_name="Tizen Hosted Web Application" interface="Web Runtime" specification="Application" section="Tizen" category="Web Runtime Specifications" />
+       <spec_url></spec_url>
+       <spec_statement>TBD</spec_statement>
+      </spec>
+    </specs>
+    </testcase>
+    </set>
+  </suite>
+</test_definition>
index 120032bf44aa3fe981faa3bcb2fbdd4b6edd21f8..a8833c590a7a4f0a4716a6cc28233ef8b881086b 100644 (file)
@@ -1,28 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
 <suite name="tct-stab-wrt-tests">
   <set name="StabilityTest">
-    <testcase purpose="Check that WRT can install and uninstall webapp roundly." type="user_experience" status="approved" component="Web/Runtime/StabilityTest" execution_type="auto" priority="P3" id="wrt-repeat-install-uninstall">
+    <testcase execution_type="auto" id="wrt-repeat-install-uninstall" purpose="Check that WRT can install and uninstall webapp roundly.">
       <description>
-        <pre_condition></pre_condition>
-        <post_condition></post_condition>
-              <steps>
-                 <step order="1">
-                   <step_desc>Check that WRT can install and uninstall webapp smoothly by 30 times.</step_desc>
-                   <expected>Widget application is able to be installed and uninstalled successfully.</expected>
-                 </step>
-              </steps>
-           <test_script_entry timeout="9000" test_script_expected_result="0">/opt/tct-stab-wrt-tests/scripts/wrt_pm_WRTInstaller.sh setting-bs-enable.wgt</test_script_entry>
+        <test_script_entry test_script_expected_result="0" timeout="9000">/opt/tct-stab-wrt-tests/scripts/wrt_pm_WRTInstaller.sh setting-bs-enable.wgt</test_script_entry>
       </description>
-    <specs>
-      <spec>
-       <spec_assertion element_type="attribute" element_name="Tizen Hosted Web Application" interface="Web Runtime" specification="Application" section="Tizen" category="Web Runtime Specifications" />
-       <spec_url></spec_url>
-       <spec_statement>TBD</spec_statement>
-      </spec>
-    </specs>
     </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file
diff --git a/tct-ui01-wrt-tests/tests.full.xml b/tct-ui01-wrt-tests/tests.full.xml
new file mode 100644 (file)
index 0000000..9524cf3
--- /dev/null
@@ -0,0 +1,687 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+<test_definition>
+  <suite name="tct-ui01-wrt-tests" launcher="WRTLauncher -iu">
+    <set name="multiple-other-alarm">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Alarm feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-alarm">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Alarm feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Alarm feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-alarm-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-filesystem-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-filesystem-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-filesystem-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-filesystem-write">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-filesystem-write">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-filesystem-write-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-messaging-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-messaging-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Messaging.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Messaging.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-messaging-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-messaging-send">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.send feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-messaging-send">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Messaging.send feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Messaging.send feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-messaging-send-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-messaging-write">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-messaging-write">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Messaging.write feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Messaging.write feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-messaging-write-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-nfc-admin">
+      <capabilities>
+        <capability name="nfc"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.admin feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-admin">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to NFC.admin feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to NFC.admin feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-nfc-admin-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-nfc-p2p">
+      <capabilities>
+        <capability name="nfc"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-p2p">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-nfc-p2p-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-nfc-tag">
+      <capabilities>
+        <capability name="nfc"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.tag feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-tag">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to NFC.tag feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to NFC.tag feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-nfc-tag-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-systeminfo">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to SystemInfor feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-systeminfo">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to SystemInfor feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to SystemInfor feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-systeminfo-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-time">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Time feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-time">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Time feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Time feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-time-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-tizen">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Tizen feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-tizen">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Tizen feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Tizen feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-tizen-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-application-launch">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Application.launch feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-application-launch">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Application.launch feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Application.launch feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-application-launch-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-application-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Application.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-application-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Application.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Application.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-application-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-bluetooth-admin">
+      <capabilities>
+        <capability name="bluetooth"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-bluetooth-admin">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-bluetooth-admin-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-bluetooth-gap">
+      <capabilities>
+        <capability name="bluetooth"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-bluetooth-gap">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-bluetooth-gap-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-bluetooth-spp">
+      <capabilities>
+        <capability name="bluetooth"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-bluetooth-spp">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-bluetooth-spp-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-calendar-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Calendar.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-calendar-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Calendar.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Calendar.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-calendar-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-calendar-write">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Calendar.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-calendar-write">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Calendar.write feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Calendar.write feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-calendar-write-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-contact-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Contact.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-contact-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Contact.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Contact.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-contact-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-contact-write">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Contact.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-contact-write">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Contact.write feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to Contact.write feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-contact-write-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-callhistory-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to callhistory.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-callhistory-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to callhistory.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to callhistory.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-callhistory-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-callhistory-write">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to callhistory.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-callhistory-write">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to callhistory.write feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to callhistory.write feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-callhistory-write-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-content-read">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to content.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-content-read">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to content.read feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to content.read feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-content-read-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-content-write">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to content.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-content-write">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to content.write feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to content.write feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-content-write-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-download">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to download feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-download">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to download feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to download feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-download-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-nfc-common">
+      <capabilities>
+        <capability name="nfc"/>
+      </capabilities>
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to nfc.common feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-common">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to nfc.common feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to nfc.common feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-nfc-common-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-notification">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to notification feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-notification">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to notification feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to notification feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-notification-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-power">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to power feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-power">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to power feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to power feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-power-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+    <set name="multiple-other-systemsetting">
+      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to systemsetting feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-systemsetting">
+        <description>
+          <pre_condition/>
+          <post_condition/>
+          <steps>
+            <step order="1">
+              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to systemsetting feature.</step_desc>
+              <expected>WRT supports new top-level browsing context created from widget context has access to systemsetting feature.</expected>
+            </step>
+          </steps>
+          <test_script_entry test_script_expected_result="0">multiple-other-systemsetting-test.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
+            <spec_url/>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
+  </suite>
+</test_definition>
index 9524cf3167a1c317592648872f1e822d501015a0..1e8d9d4b445f8e3da424a7b0e8a41b8ecc502d0c 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
-<?xml-stylesheet type="text/xsl"  href="testcase.xsl"?>
+    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
 <test_definition>
-  <suite name="tct-ui01-wrt-tests" launcher="WRTLauncher -iu">
+  <suite launcher="WRTLauncher -iu" name="tct-ui01-wrt-tests">
     <set name="multiple-other-alarm">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Alarm feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-alarm">
+      <testcase execution_type="auto" id="multiple-other-alarm" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Alarm feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Alarm feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Alarm feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-alarm-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-filesystem-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-filesystem-read">
+      <testcase execution_type="auto" id="multiple-other-filesystem-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Filesystem.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-filesystem-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-filesystem-write">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-filesystem-write">
+      <testcase execution_type="auto" id="multiple-other-filesystem-write" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Filesystem.write feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-filesystem-write-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-messaging-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-messaging-read">
+      <testcase execution_type="auto" id="multiple-other-messaging-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Messaging.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Messaging.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-messaging-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-messaging-send">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.send feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-messaging-send">
+      <testcase execution_type="auto" id="multiple-other-messaging-send" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.send feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Messaging.send feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Messaging.send feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-messaging-send-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-messaging-write">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-messaging-write">
+      <testcase execution_type="auto" id="multiple-other-messaging-write" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Messaging.write feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Messaging.write feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Messaging.write feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-messaging-write-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-nfc-admin">
       <capabilities>
-        <capability name="nfc"/>
+        <capability name="nfc" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.admin feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-admin">
+      <testcase execution_type="auto" id="multiple-other-nfc-admin" purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.admin feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to NFC.admin feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to NFC.admin feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-nfc-admin-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-nfc-p2p">
       <capabilities>
-        <capability name="nfc"/>
+        <capability name="nfc" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-p2p">
+      <testcase execution_type="auto" id="multiple-other-nfc-p2p" purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to NFC.p2p feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-nfc-p2p-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-nfc-tag">
       <capabilities>
-        <capability name="nfc"/>
+        <capability name="nfc" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.tag feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-tag">
+      <testcase execution_type="auto" id="multiple-other-nfc-tag" purpose="Check if WRT supports new top-level browsing context created from widget context has access to NFC.tag feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to NFC.tag feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to NFC.tag feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-nfc-tag-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-systeminfo">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to SystemInfor feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-systeminfo">
+      <testcase execution_type="auto" id="multiple-other-systeminfo" purpose="Check if WRT supports new top-level browsing context created from widget context has access to SystemInfor feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to SystemInfor feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to SystemInfor feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-systeminfo-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-time">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Time feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-time">
+      <testcase execution_type="auto" id="multiple-other-time" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Time feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Time feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Time feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-time-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-tizen">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Tizen feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-tizen">
+      <testcase execution_type="auto" id="multiple-other-tizen" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Tizen feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Tizen feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Tizen feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-tizen-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-application-launch">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Application.launch feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-application-launch">
+      <testcase execution_type="auto" id="multiple-other-application-launch" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Application.launch feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Application.launch feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Application.launch feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-application-launch-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-application-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Application.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-application-read">
+      <testcase execution_type="auto" id="multiple-other-application-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Application.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Application.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Application.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-application-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-bluetooth-admin">
       <capabilities>
-        <capability name="bluetooth"/>
+        <capability name="bluetooth" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-bluetooth-admin">
+      <testcase execution_type="auto" id="multiple-other-bluetooth-admin" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Bluetooth.admin feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-bluetooth-admin-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-bluetooth-gap">
       <capabilities>
-        <capability name="bluetooth"/>
+        <capability name="bluetooth" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-bluetooth-gap">
+      <testcase execution_type="auto" id="multiple-other-bluetooth-gap" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Bluetooth.gap feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-bluetooth-gap-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-bluetooth-spp">
       <capabilities>
-        <capability name="bluetooth"/>
+        <capability name="bluetooth" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-bluetooth-spp">
+      <testcase execution_type="auto" id="multiple-other-bluetooth-spp" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Bluetooth.spp feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-bluetooth-spp-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-calendar-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Calendar.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-calendar-read">
+      <testcase execution_type="auto" id="multiple-other-calendar-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Calendar.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Calendar.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Calendar.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-calendar-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-calendar-write">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Calendar.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-calendar-write">
+      <testcase execution_type="auto" id="multiple-other-calendar-write" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Calendar.write feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Calendar.write feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Calendar.write feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-calendar-write-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-contact-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Contact.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-contact-read">
+      <testcase execution_type="auto" id="multiple-other-contact-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Contact.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Contact.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Contact.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-contact-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-contact-write">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to Contact.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-contact-write">
+      <testcase execution_type="auto" id="multiple-other-contact-write" purpose="Check if WRT supports new top-level browsing context created from widget context has access to Contact.write feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to Contact.write feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to Contact.write feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-contact-write-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-callhistory-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to callhistory.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-callhistory-read">
+      <testcase execution_type="auto" id="multiple-other-callhistory-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to callhistory.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to callhistory.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to callhistory.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-callhistory-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-callhistory-write">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to callhistory.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-callhistory-write">
+      <testcase execution_type="auto" id="multiple-other-callhistory-write" purpose="Check if WRT supports new top-level browsing context created from widget context has access to callhistory.write feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to callhistory.write feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to callhistory.write feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-callhistory-write-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-content-read">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to content.read feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-content-read">
+      <testcase execution_type="auto" id="multiple-other-content-read" purpose="Check if WRT supports new top-level browsing context created from widget context has access to content.read feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to content.read feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to content.read feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-content-read-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-content-write">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to content.write feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-content-write">
+      <testcase execution_type="auto" id="multiple-other-content-write" purpose="Check if WRT supports new top-level browsing context created from widget context has access to content.write feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to content.write feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to content.write feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-content-write-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-download">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to download feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-download">
+      <testcase execution_type="auto" id="multiple-other-download" purpose="Check if WRT supports new top-level browsing context created from widget context has access to download feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to download feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to download feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-download-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-nfc-common">
       <capabilities>
-        <capability name="nfc"/>
+        <capability name="nfc" />
       </capabilities>
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to nfc.common feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-nfc-common">
+      <testcase execution_type="auto" id="multiple-other-nfc-common" purpose="Check if WRT supports new top-level browsing context created from widget context has access to nfc.common feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to nfc.common feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to nfc.common feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-nfc-common-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-notification">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to notification feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-notification">
+      <testcase execution_type="auto" id="multiple-other-notification" purpose="Check if WRT supports new top-level browsing context created from widget context has access to notification feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to notification feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to notification feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-notification-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-power">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to power feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-power">
+      <testcase execution_type="auto" id="multiple-other-power" purpose="Check if WRT supports new top-level browsing context created from widget context has access to power feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to power feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to power feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-power-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
     <set name="multiple-other-systemsetting">
-      <testcase purpose="Check if WRT supports new top-level browsing context created from widget context has access to systemsetting feature." type="user_experience" status="approved" component="Web/Runtime/WebApplicationRuntimeUI" execution_type="auto" priority="P3" id="multiple-other-systemsetting">
+      <testcase execution_type="auto" id="multiple-other-systemsetting" purpose="Check if WRT supports new top-level browsing context created from widget context has access to systemsetting feature.">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WRT supports new top-level browsing context created from widget context has access to systemsetting feature.</step_desc>
-              <expected>WRT supports new top-level browsing context created from widget context has access to systemsetting feature.</expected>
-            </step>
-          </steps>
           <test_script_entry test_script_expected_result="0">multiple-other-systemsetting-test.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion usage="true" interface="0520" specification="Multiple browsing windows support" section="Web Application Runtime UI" category="Tizen WRT Core Specifications"/>
-            <spec_url/>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
-      </testcase>
+        </testcase>
     </set>
   </suite>
-</test_definition>
+</test_definition>
\ No newline at end of file