[Push] update description
authorTomasz Paciorek <t.paciorek@samsung.com>
Wed, 4 Sep 2013 09:27:13 +0000 (11:27 +0200)
committerTomasz Paciorek <t.paciorek@samsung.com>
Wed, 4 Sep 2013 09:27:13 +0000 (11:27 +0200)
Change-Id: Icf8ec97c037240b073f1850ab0817e669be7044d

tct-push-tizen-tests/tests.xml

index 954c6fa09ba03f4726b4bb924c1f30a8edad72e3..0b25384403daf63df9f9fb0899e796e139a5f7e0 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 launcher="WRTLauncher" name="tct-push-tizen-tests" category="Tizen Web Device APIs">
+  <suite name="tct-push-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
     <set name="Push">
       <capabilities>
-        <capability name="push" />
+        <capability name="push"/>
       </capabilities>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService" onload_delay="90" purpose="Check if method registerService of PushManager works properly">
+      <testcase purpose="Check if method registerService of PushManager works properly" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_without_errorCallback" onload_delay="90" purpose="Check if method registerService of PushManager works properly without errorCallback">
+      </testcase>
+      <testcase purpose="Check if method registerService of PushManager works properly without errorCallback" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_without_errorCallback">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_without_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManagerObject_notexist" purpose="Check if interface PushManagerObject exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PushManagerObject exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushManagerObject_notexist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManagerObject_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_exist" purpose="Check if method connectService of PushManager exists">
+      </testcase>
+      <testcase purpose="Check if method connectService of PushManager exists" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_exist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_disconnectService_exist" purpose="Check if method disconnectService of PushManager exists">
+      </testcase>
+      <testcase purpose="Check if method disconnectService of PushManager exists" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_disconnectService_exist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_disconnectService_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_disconnectService_extra_argument" purpose="Check if method disconnectService of PushManager accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method disconnectService of PushManager accepts extra argument" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_disconnectService_extra_argument">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_disconnectService_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_extend" purpose="check if PushManager is extendable">
+      </testcase>
+      <testcase purpose="check if PushManager is extendable" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_extend">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId_exist" purpose="Check if method getRegistrationId of PushManager exists">
+      </testcase>
+      <testcase purpose="Check if method getRegistrationId of PushManager exists" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId_exist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_getRegistrationId_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId_extra_argument" purpose="Check if method getRegistrationId of PushManager accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method getRegistrationId of PushManager accepts extra argument" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId_extra_argument">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_getRegistrationId_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId_notRegistered" onload_delay="90" purpose="Check if method getRegistrationId of PushManager returns default value">
+      </testcase>
+      <testcase purpose="Check if method getRegistrationId of PushManager returns default value" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId_notRegistered">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_getRegistrationId_notRegistered.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_in_tizen" purpose="Check if push exists in tizen.">
+      </testcase>
+      <testcase purpose="Check if push exists in tizen." component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_in_tizen">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_in_tizen.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_notexist" purpose="Check if interface PushManager exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PushManager exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_notexist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_appControl_TypeMismatch" onload_delay="90" purpose="Check argument appControl conversions exception">
+      </testcase>
+      <testcase purpose="Check argument appControl conversions exception" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_appControl_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_appControl_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_appControl_invalid_obj" onload_delay="90" purpose="Check argument appControl validation - use simple object">
+      </testcase>
+      <testcase purpose="Check argument appControl validation - use simple object" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_appControl_invalid_obj">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_appControl_invalid_obj.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_misargs" purpose="Check if method registerService throws exception when non-optional argument is missing">
+      </testcase>
+      <testcase purpose="Check if method registerService throws exception when non-optional argument is missing" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_misargs">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_misargs.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_exist" purpose="Check if method registerService of PushManager exists">
+      </testcase>
+      <testcase purpose="Check if method registerService of PushManager exists" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_exist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_successCallback_TypeMismatch" onload_delay="90" purpose="Check if registerService throws exception when successCallback is incorrect">
+      </testcase>
+      <testcase purpose="Check if registerService throws exception when successCallback is incorrect" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_successCallback_invalid_cb" onload_delay="90" purpose="check if registerService throws exception when success callback is invalid">
+      </testcase>
+      <testcase purpose="check if registerService throws exception when success callback is invalid" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_exist" purpose="Check if method unregisterService of PushManager exists">
+      </testcase>
+      <testcase purpose="Check if method unregisterService of PushManager exists" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_exist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushMessage_notexist" purpose="Check if interface PushMessage exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PushMessage exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushMessage_notexist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushNotificationCallback_notexist" purpose="Check if interface PushNotificationCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PushNotificationCallback exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushNotificationCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushNotificationCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_errorCallback_TypeMismatch" onload_delay="90" purpose="Check if unregisterService throws exception when errorCallback is incorrect">
+      </testcase>
+      <testcase purpose="Check if unregisterService throws exception when errorCallback is incorrect" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_errorCallback_invalid_cb" onload_delay="90" purpose="check if unregisterService throws exception when error callback is invalid">
+      </testcase>
+      <testcase purpose="check if unregisterService throws exception when error callback is invalid" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_errorCallback_TypeMismatch" onload_delay="90" purpose="Check if registerService throws exception when errorCallback is incorrect">
+      </testcase>
+      <testcase purpose="Check if registerService throws exception when errorCallback is incorrect" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_errorCallback_invalid_cb" onload_delay="90" purpose="check if registerService throws exception when error callback is invalid">
+      </testcase>
+      <testcase purpose="check if registerService throws exception when error callback is invalid" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_successCallback_TypeMismatch" onload_delay="90" purpose="Check if unregisterService throws exception when successCallback is incorrect">
+      </testcase>
+      <testcase purpose="Check if unregisterService throws exception when successCallback is incorrect" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_successCallback_invalid_cb" onload_delay="90" purpose="check if unregisterService throws exception when success callback is invalid">
+      </testcase>
+      <testcase purpose="check if unregisterService throws exception when success callback is invalid" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_notificationCallback_TypeMismatch" purpose="Check if connectService throws exception when successCallback is incorrect">
+      </testcase>
+      <testcase purpose="Check if connectService throws exception when successCallback is incorrect" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_notificationCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService_notificationCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_notificationCallback_invalid_cb" onload_delay="90" purpose="Check if connectService throws exception when success callback is invalid">
+      </testcase>
+      <testcase purpose="Check if connectService throws exception when success callback is invalid" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_notificationCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService_notificationCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId" onload_delay="90" purpose="Check if method getRegistrationId of PushManager works correctly">
+      </testcase>
+      <testcase purpose="Check if method getRegistrationId of PushManager works correctly" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_getRegistrationId">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_getRegistrationId.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService" onload_delay="90" purpose="Check if connectService method works correctly">
+      </testcase>
+      <testcase purpose="Check if connectService method works correctly" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_missarg" onload_delay="90" purpose="Check with missing non-optional argument - connectService method">
+      </testcase>
+      <testcase purpose="Check with missing non-optional argument - connectService method" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_missarg">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_disconnectService" onload_delay="90" purpose="Check if disconnectService method works correctly">
+      </testcase>
+      <testcase purpose="Check if disconnectService method works correctly" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_disconnectService">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_disconnectService.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService" onload_delay="90" purpose="Check if unregisterService works correctly">
+      </testcase>
+      <testcase purpose="Check if unregisterService works correctly" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_without_errorCallback" onload_delay="90" purpose="Check if unregisterService method works without errorCallback">
+      </testcase>
+      <testcase purpose="Check if unregisterService method works without errorCallback" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_without_errorCallback">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_without_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_without_successCallback" onload_delay="90" purpose="Check if unregisterService method works without successCallback">
+      </testcase>
+      <testcase purpose="Check if unregisterService method works without successCallback" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_unregisterService_without_successCallback">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_without_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushRegisterSuccessCallback_onsuccess" onload_delay="90" purpose="Check if PushRegisterSuccessCallback works">
+      </testcase>
+      <testcase purpose="Check if PushRegisterSuccessCallback works" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushRegisterSuccessCallback_onsuccess">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushRegisterSuccessCallback_onsuccess.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/TBD/Push" execution_type="auto" id="PushRegisterSuccessCallback_notexist" purpose="Check if interface PushRegisterSuccessCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface PushRegisterSuccessCallback exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushRegisterSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-push-tizen-tests/push/PushRegisterSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
+      </testcase>
     </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>