<capabilities>
<capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
<capability name="http://tizen.org/feature/systemsetting"/>
+ <capability name="http://tizen.org/feature/systemsetting.lock_screen"/>
+ <capability name="http://tizen.org/feature/systemsetting.home_screen"/>
+ <capability name="http://tizen.org/feature/systemsetting.incoming_call"/>
+ <capability name="http://tizen.org/feature/systemsetting.notification_email"/>
</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>
</specs>
</testcase>
</set>
+ <set name="SystemSetting_home_screen_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ <capability name="http://tizen.org/feature/systemsetting.home_screen"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for HOME_SCREEN" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_getProperty_HOME_SCREEN">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_HOME_SCREEN.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 works for HOME_SCREEN" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_setProperty_HOME_SCREEN">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_HOME_SCREEN.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>
+ </set>
+ <set name="SystemSetting_lock_screen_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.lock_screen"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for LOCK_SCREEN" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_getProperty_LOCK_SCREEN">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_LOCK_SCREEN.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 works for LOCK_SCREEN" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_setProperty_LOCK_SCREEN">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_LOCK_SCREEN.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>
+ </set>
+ <set name="SystemSetting_incoming_call_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.incoming_call"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for INCOMING_CALL" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_getProperty_INCOMING_CALL">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_INCOMING_CALL.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 works for INCOMING_CALL" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_setProperty_INCOMING_CALL">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_INCOMING_CALL.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>
+ </set>
+ <set name="SystemSetting_notification_email_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.notification_email"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for NOTIFICATION_EMAIL" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_getProperty_NOTIFICATION_EMAIL">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_getProperty_NOTIFICATION_EMAIL.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 works for NOTIFICATION_EMAIL" type="compliance" status="approved" component="TizenAPI/System/SystemSetting" execution_type="auto" priority="P1" id="SystemSettingManager_setProperty_NOTIFICATION_EMAIL">
+ <description>
+ <test_script_entry>/opt/tct-systemsetting-tizen-tests/systemsetting/SystemSettingManager_setProperty_NOTIFICATION_EMAIL.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>
+ </set>
</suite>
</test_definition>
<capabilities>
<capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
<capability name="http://tizen.org/feature/systemsetting"/>
+ <capability name="http://tizen.org/feature/systemsetting.lock_screen"/>
+ <capability name="http://tizen.org/feature/systemsetting.home_screen"/>
+ <capability name="http://tizen.org/feature/systemsetting.incoming_call"/>
+ <capability name="http://tizen.org/feature/systemsetting.notification_email"/>
</capabilities>
<testcase purpose="Check if exists of getProperty" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P0" id="SystemSettingManager_getProperty_exist">
<description>
</description>
</testcase>
</set>
+ <set name="SystemSetting_home_screen_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.home_screen"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for HOME_SCREEN" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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 purpose="Check if setProperty works for HOME_SCREEN" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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>
+ </set>
+ <set name="SystemSetting_lock_screen_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.lock_screen"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for LOCK_SCREEN" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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 purpose="Check if setProperty works for LOCK_SCREEN" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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>
+ </set>
+ <set name="SystemSetting_incoming_call_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.incoming_call"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for INCOMING_CALL" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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 purpose="Check if setProperty works for INCOMING_CALL" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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>
+ </set>
+ <set name="SystemSetting_notification_email_TV" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/profile"><value>TV</value></capability>
+ <capability name="http://tizen.org/feature/systemsetting"/>
+ </capabilities>
+ <capabilities>
+ <capability name="http://tizen.org/feature/systemsetting.notification_email"/>
+ </capabilities>
+ <testcase purpose="Check if getProperty works for NOTIFICATION_EMAIL" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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 purpose="Check if setProperty works for NOTIFICATION_EMAIL" component="Tizen Device APIs/System/SystemSetting" execution_type="auto" priority="P1" 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>
+ </set>
</suite>
</test_definition>