<?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 launcher="WRTLauncher" name="tct-systemsetting-tizen-tests" category="Tizen Web Device APIs">
+ <suite name="tct-systemsetting-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="SystemSetting">
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_exist" purpose="Check if exists of getProperty">
+ <testcase purpose="Check if exists of getProperty" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_exist">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_exist" purpose="Check if exists of setProperty">
+ </testcase>
+ <testcase purpose="Check if exists of setProperty" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_exist">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_extend" purpose="check if SystemSettingManager is extendable">
+ </testcase>
+ <testcase purpose="check if SystemSettingManager is extendable" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_extend">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_extend.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_HOME_SCREEN" purpose="check if getProperty works for HOME_SCREEN">
+ </testcase>
+ <testcase purpose="check if getProperty works for HOME_SCREEN" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_HOME_SCREEN">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_INCOMING_CALL" purpose="check if getProperty works for INCOMING_CALL">
+ </testcase>
+ <testcase purpose="check if getProperty works for INCOMING_CALL" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_INCOMING_CALL">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_type_TypeMismatch" purpose="check if getProperty throws exception when type is incorrect">
+ </testcase>
+ <testcase purpose="check if getProperty throws exception when type is incorrect" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_LOCK_SCREEN" purpose="check if getProperty works for LOCK_SCREEN">
+ </testcase>
+ <testcase purpose="check if getProperty works for LOCK_SCREEN" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_LOCK_SCREEN">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_no_errorCallback" purpose="check if getProperty works without error callback">
+ </testcase>
+ <testcase purpose="check if getProperty works without error callback" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_HOME_SCREEN" purpose="check if setProperty works for HOME_SCREEN">
+ </testcase>
+ <testcase purpose="check if setProperty works for HOME_SCREEN" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_HOME_SCREEN">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_INCOMING_CALL" purpose="check if setProperty works for INCOMING_CALL">
+ </testcase>
+ <testcase purpose="check if setProperty works for INCOMING_CALL" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_INCOMING_CALL">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_errorCallback_invalid_cb" purpose="check if setProperty throws exception when error callback is invalid">
+ </testcase>
+ <testcase purpose="check if setProperty throws exception when error callback is invalid" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_successCallback_invalid_cb" purpose="check if setProperty throws exception when success callback is invalid">
+ </testcase>
+ <testcase purpose="check if setProperty throws exception when success callback is invalid" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_type_TypeMismatch" purpose="check if setProperty throws exception when type is incorrect">
+ </testcase>
+ <testcase purpose="check if setProperty throws exception when type is incorrect" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_LOCK_SCREEN" purpose="check if setProperty works for LOCK_SCREEN">
+ </testcase>
+ <testcase purpose="check if setProperty works for LOCK_SCREEN" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_LOCK_SCREEN">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_no_errorCallback" purpose="check if setProperty works for home_screen without error_callback">
+ </testcase>
+ <testcase purpose="check if setProperty works for home_screen without error_callback" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_NOTIFICATION_EMAIL" purpose="check if setProperty works for NOTIFICATION_EMAIL">
+ </testcase>
+ <testcase purpose="check if setProperty works for NOTIFICATION_EMAIL" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_NOTIFICATION_EMAIL">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_notexist" purpose="check if SystemSettingManage doesn't exist">
+ </testcase>
+ <testcase purpose="check if SystemSettingManage doesn't exist" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_notexist">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingObject_notexist" purpose="check if SystemSettingObject is undefined">
+ </testcase>
+ <testcase purpose="check if SystemSettingObject is undefined" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingObject_notexist">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingObject_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingSuccessCallback_notexist" purpose="check if SystemSettingSuccessCallback doesn't exist">
+ </testcase>
+ <testcase purpose="check if SystemSettingSuccessCallback doesn't exist" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingSuccessCallback_notexist">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_NOTIFICATION_EMAIL" purpose="check if getProperty works for NOTIFICATION_EMAIL">
+ </testcase>
+ <testcase purpose="check if getProperty works for NOTIFICATION_EMAIL" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_NOTIFICATION_EMAIL">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_in_tizen" purpose="check if tizen.systemsetting can be overwritten">
+ </testcase>
+ <testcase purpose="check if tizen.systemsetting can be overwritten" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_in_tizen">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_in_tizen.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingSuccessCallback_onsuccess" purpose="Check if SystemSettingSuccessCallback works">
+ </testcase>
+ <testcase purpose="Check if SystemSettingSuccessCallback works" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingSuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingSuccessCallback_onsuccess.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_successCallback_TypeMismatch" purpose="Check if setProperty throws exception when successCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if setProperty throws exception when successCallback is incorrect" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_missarg" purpose="Check if setProperty throws exception when non-optional argument is missing">
+ </testcase>
+ <testcase purpose="Check if setProperty throws exception when non-optional argument is missing" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_missarg">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_missarg.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_setProperty_errorCallback_TypeMismatch" purpose="Check if setProperty throws exception when errorCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if setProperty throws exception when errorCallback is incorrect" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_missarg" purpose="Check if getProperty throws exception when non-optional argument is missing">
+ </testcase>
+ <testcase purpose="Check if getProperty throws exception when non-optional argument is missing" component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_missarg">
<description>
<test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_missarg.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_successCallback_TypeMismatch" purpose="Check if getProperty throws exception when successCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if getProperty throws exception when successCallback is incorrect" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_errorCallback_TypeMismatch" purpose="Check if getProperty throws exception when errorCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if getProperty throws exception when errorCallback is incorrect" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_errorCallback_invalid_cb" purpose="check if getProperty throws exception when error callback is invalid">
+ </testcase>
+ <testcase purpose="check if getProperty throws exception when error callback is invalid" component="TizenAPI/System/SystemSetting" execution_type="auto" 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 component="TizenAPI/System/SystemSetting" execution_type="auto" id="SystemSettingManager_getProperty_successCallback_invalid_cb" purpose="check if getProperty throws exception when success callback is invalid">
+ </testcase>
+ <testcase purpose="check if getProperty throws exception when success callback is invalid" component="TizenAPI/System/SystemSetting" execution_type="auto" 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>
+ </testcase>
</set>
</suite>
-</test_definition>
\ No newline at end of file
+</test_definition>