[common][systemsetting][add test pkg for TV profile] 68/222468/1
authorzhongyuan <zy123.yuan@samsung.com>
Wed, 15 Jan 2020 07:22:16 +0000 (15:22 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Wed, 15 Jan 2020 07:22:16 +0000 (15:22 +0800)
Change-Id: I6d1c0b1aefb8b3ed870f827eacbc13a10c326cd6

common/tct-systemsetting-tizen-tests/tests.full.xml
common/tct-systemsetting-tizen-tests/tests.xml

index 37524c0e523398da7f09a202c894969bbcbd2faa..59f95fff5ed1824408889f5139f71e1608178f89 100755 (executable)
         </specs>
       </testcase>
     </set>
+    <set name="SystemSetting_TV" type="js">
+      <capabilities>
+        <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+        <capability name="http://tizen.org/feature/systemsetting"/>
+      </capabilities>
+      <testcase purpose="Check if exists of getProperty" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P0" id="SystemSettingManager_getProperty_exist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if exists of setProperty" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P0" id="SystemSettingManager_setProperty_exist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManager is extendable" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingManager_extend">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" usage="true" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when type is incorrect" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_type_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty works without error callback" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_getProperty_no_errorCallback">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when error callback is invalid" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_errorCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check exception in error callback of setProperty method" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_errorCallback_invoked">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invoked.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when success callback is invalid" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_successCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when type is incorrect" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_type_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty works for home_screen without error_callback" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_setProperty_no_errorCallback">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManage doesn't exist" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingManager_notexist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" usage="true" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingObject is undefined" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingObject_notexist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingObject" usage="true" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingSuccessCallback doesn't exist" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingSuccessCallback_notexist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingSuccessCallback" usage="true" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if tizen.systemsetting can be overwritten" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingManager_in_tizen">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" usage="true" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingSuccessCallback works" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingSuccessCallback_onsuccess">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingSuccessCallback" element_type="method" element_name="onsuccess" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_successCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManager::setProperty() throws exception when argument missing" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_noarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_noarg.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when non-optional argument is missing" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_misarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_misarg.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when errorCallback is incorrect" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_errorCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="setProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManager::getProperty() throws exception when argument missing" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_noarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_noarg.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when non-optional argument is missing" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_misarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_misarg.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_successCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when errorCallback is incorrect" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_errorCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when error callback is invalid" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_errorCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when success callback is invalid" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_successCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html</test_script_entry>
+        </description>
+        <specs>
+          <spec>
+            <spec_assertion interface="SystemSettingManager" element_type="method" element_name="getProperty" specification="SystemSetting" section="System" category="Tizen Device API Specifications"/>
+            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/systemsetting.html</spec_url>
+            <spec_statement>TBD</spec_statement>
+          </spec>
+        </specs>
+      </testcase>
+    </set>
   </suite>
 </test_definition>
index 0432dfc8d5bc5e4d2dc7d5b447663213f7df7a6a..d2c209415c79b341d8c8ee1ef566d1dcdb3d4b17 100755 (executable)
         </description>
       </testcase>
     </set>
+    <set name="SystemSetting_TV" type="js">
+      <capabilities>
+        <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+        <capability name="http://tizen.org/feature/systemsetting"/>
+      </capabilities>
+      <testcase purpose="Check if exists of getProperty" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P0" id="SystemSettingManager_getProperty_exist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if exists of setProperty" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P0" id="SystemSettingManager_setProperty_exist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManager is extendable" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingManager_extend">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when type is incorrect" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_type_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_type_TypeMismatch.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty works without error callback" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_getProperty_no_errorCallback">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_no_errorCallback.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when error callback is invalid" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_errorCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invalid_cb.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check exception in error callback of setProperty method" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_errorCallback_invoked">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_invoked.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when success callback is invalid" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_successCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_invalid_cb.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when type is incorrect" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_type_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_type_TypeMismatch.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty works for home_screen without error_callback" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_setProperty_no_errorCallback">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_no_errorCallback.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManage doesn't exist" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingManager_notexist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingObject is undefined" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingObject_notexist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingSuccessCallback doesn't exist" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingSuccessCallback_notexist">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if tizen.systemsetting can be overwritten" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P3" id="SystemSettingManager_in_tizen">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingSuccessCallback works" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingSuccessCallback_onsuccess">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when successCallback is incorrect" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_successCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_successCallback_TypeMismatch.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManager::setProperty() throws exception when argument missing" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_noarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_noarg.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when non-optional argument is missing" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_misarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_misarg.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if setProperty throws exception when errorCallback is incorrect" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_setProperty_errorCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_errorCallback_TypeMismatch.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if SystemSettingManager::getProperty() throws exception when argument missing" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_noarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_noarg.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when non-optional argument is missing" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_misarg">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_misarg.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when successCallback is incorrect" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_successCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_TypeMismatch.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when errorCallback is incorrect" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_errorCallback_TypeMismatch">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_TypeMismatch.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when error callback is invalid" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_errorCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_errorCallback_invalid_cb.html</test_script_entry>
+        </description>
+      </testcase>
+      <testcase purpose="Check if getProperty throws exception when success callback is invalid" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P2" id="SystemSettingManager_getProperty_successCallback_invalid_cb">
+        <description>
+          <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_successCallback_invalid_cb.html</test_script_entry>
+        </description>
+      </testcase>
+    </set>
   </suite>
 </test_definition>