[common][systemsetting][add more tc for tv profile] 42/222542/1
authorzhongyuan <zy123.yuan@samsung.com>
Thu, 16 Jan 2020 03:08:19 +0000 (11:08 +0800)
committerzhongyuan <zy123.yuan@samsung.com>
Thu, 16 Jan 2020 03:08:19 +0000 (11:08 +0800)
Change-Id: I6a0424d6d7ff19f1629a8a13adc1e7b1289ded5f

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

index 59f95fff5ed1824408889f5139f71e1608178f89..ac9900113031a6236000ecb49de966ce1f5b213c 100755 (executable)
       <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>
index d2c209415c79b341d8c8ee1ef566d1dcdb3d4b17..6e1533b3bf7a703bb905079a7f7d733eff13cc93 100755 (executable)
       <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>