<script type="text/javascript">
//==== TEST: PushManagerObject_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface PushManagerObject exists, it should not.
+//==== LABEL Check if interface PushManagerObject exists, it should not
//==== SPEC Tizen Web API:TBD:Push:PushManagerObject:PushManagerObject U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== TEST_CRITERIA NIO
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_connectService_missarg
-//==== LABEL Check with missing non-optional argument - connectService method
+//==== LABEL Check with missing non-optional argument - PushManager.connectService method
//==== SPEC Tizen Web API:TBD:Push:PushManager:connectService M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== ONLOAD_DELAY 90
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_connectService_notificationCallback_TypeMismatch
-//==== LABEL Check if connectService throws exception when successCallback is incorrect
+//==== LABEL Check type conversions for notificationCallback argument of PushManager.connectService method
//==== PRIORITY: P2
//==== SPEC Tizen Web API:TBD:Push:PushManager:connectService M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_connectService_notificationCallback_invalid_cb
-//==== LABEL Check if connectService throws exception when success callback is invalid
+//==== LABEL Check if PushManager.connectService method throws exception when notificationCallback is invalid
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:connectService M
<script type="text/javascript">
//==== TEST: PushManager_in_tizen
//==== PRIORITY P3
-//==== LABEL Check if push exists in tizen.
+//==== LABEL Check if push exists in tizen
//==== SPEC Tizen Web API:TBD:Push:PushManager:PushManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== TEST_CRITERIA OBME
<script type="text/javascript">
//==== TEST: PushManager_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface PushManager exists, it should not.
+//==== LABEL Check if interface PushManager exists, it should not
//==== SPEC Tizen Web API:TBD:Push:PushManager:PushManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== TEST_CRITERIA NIO
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_registerService_appControl_TypeMismatch
-//==== LABEL Check argument appControl conversions exception
+//==== LABEL Check type conversions for appControl argument of PushManager.registerService method
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:registerService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_registerService_appControl_invalid_obj
-//==== LABEL Check argument appControl validation - use simple object
+//==== LABEL Check if PushManager.registerService method throws exception when appControl is invalid
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:registerService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_registerService_errorCallback_TypeMismatch
-//==== LABEL Check if registerService throws exception when errorCallback is incorrect
+//==== LABEL Check type conversions for errorCallback argument of PushManager.registerService method
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:registerService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_registerService_errorCallback_invalid_cb
-//==== LABEL Check if registerService throws exception when error callback is invalid
+//==== LABEL Check if PushManager.registerService method throws exception when errorCallback is invalid
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:registerService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_registerService_successCallback_TypeMismatch
-//==== LABEL Check if registerService throws exception when successCallback is incorrect
+//==== LABEL Check type conversions for successCallback argument of PushManager.registerService method
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:registerService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_registerService_successCallback_invalid_cb
-//==== LABEL Check if registerService throws exception when success callback is invalid
+//==== LABEL Check if PushManager.registerService method throws exception when successCallback is invalid
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:registerService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_unregisterService_errorCallback_TypeMismatch
-//==== LABEL Check if unregisterService throws exception when errorCallback is incorrect
+//==== LABEL Check type conversions for errorCallback argument of PushManager.unregisterService method
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:unregisterService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_unregisterService_errorCallback_invalid_cb
-//==== LABEL Check if unregisterService throws exception when error callback is invalid
+//==== LABEL Check if PushManager.unregisterService method throws exception when errorCallback is invalid
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:unregisterService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_unregisterService_successCallback_TypeMismatch
-//==== LABEL Check if unregisterService throws exception when successCallback is incorrect
+//==== LABEL Check type conversions for successCallback argument of PushManager.unregisterService method
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:unregisterService M
<div id="log"></div>
<script type="text/javascript">
//==== TEST: PushManager_unregisterService_successCallback_invalid_cb
-//==== LABEL Check if unregisterService throws exception when success callback is invalid
+//==== LABEL Check if PushManager.unregisterService method throws exception when successCallback is invalid
//==== PRIORITY: P2
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:TBD:Push:PushManager:unregisterService M
<script type="text/javascript">
//==== TEST: PushMessage_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface PushMessage exists, it should not.
+//==== LABEL Check if interface PushMessage exists, it should not
//==== SPEC Tizen Web API:TBD:Push:PushMessage:PushMessage U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== TEST_CRITERIA NIO
<script type="text/javascript">
//==== TEST: PushNotificationCallback_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface PushNotificationCallback exists, it should not.
+//==== LABEL Check if interface PushNotificationCallback exists, it should not
//==== SPEC Tizen Web API:TBD:Push:PushNotificationCallback:PushNotificationCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== TEST_CRITERIA CBNIO
<script type="text/javascript">
//==== TEST: PushRegisterSuccessCallback_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface PushRegisterSuccessCallback exists, it should not.
+//==== LABEL Check if interface PushRegisterSuccessCallback exists, it should not
//==== SPEC Tizen Web API:TBD:Push:PushRegisterSuccessCallback:PushRegisterSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
//==== TEST_CRITERIA CBNIO
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface PushManagerObject exists, it should not." type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushManagerObject_notexist">
+ <testcase purpose="Check if interface PushManagerObject exists, it should not" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushManagerObject_notexist">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManagerObject_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if push exists in tizen." type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushManager_in_tizen">
+ <testcase purpose="Check if push exists in tizen" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushManager_in_tizen">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_in_tizen.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface PushManager exists, it should not." type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushManager_notexist">
+ <testcase purpose="Check if interface PushManager exists, it should not" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushManager_notexist">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument appControl conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_appControl_TypeMismatch">
+ <testcase purpose="Check type conversions for appControl argument of PushManager.registerService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_appControl_TypeMismatch">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_appControl_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument appControl validation - use simple object" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_appControl_invalid_obj">
+ <testcase purpose="Check if PushManager.registerService method throws exception when appControl is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" 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>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if registerService throws exception when successCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_successCallback_TypeMismatch">
+ <testcase purpose="Check type conversions for successCallback argument of PushManager.registerService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if registerService throws exception when success callback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_successCallback_invalid_cb">
+ <testcase purpose="Check if PushManager.registerService method throws exception when successCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" 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>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface PushMessage exists, it should not." type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushMessage_notexist">
+ <testcase purpose="Check if interface PushMessage exists, it should not" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushMessage_notexist">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface PushNotificationCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushNotificationCallback_notexist">
+ <testcase purpose="Check if interface PushNotificationCallback exists, it should not" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushNotificationCallback_notexist">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushNotificationCallback_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if unregisterService throws exception when errorCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_unregisterService_errorCallback_TypeMismatch">
+ <testcase purpose="Check type conversions for errorCallback argument of PushManager.unregisterService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_unregisterService_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if unregisterService throws exception when error callback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_unregisterService_errorCallback_invalid_cb">
+ <testcase purpose="Check if PushManager.unregisterService method throws exception when errorCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" 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>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if registerService throws exception when errorCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_errorCallback_TypeMismatch">
+ <testcase purpose="Check type conversions for errorCallback argument of PushManager.registerService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_errorCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if registerService throws exception when error callback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_registerService_errorCallback_invalid_cb">
+ <testcase purpose="Check if PushManager.registerService method throws exception when errorCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" 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>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if unregisterService throws exception when successCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_unregisterService_successCallback_TypeMismatch">
+ <testcase purpose="Check type conversions for successCallback argument of PushManager.unregisterService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_unregisterService_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_successCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if unregisterService throws exception when success callback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_unregisterService_successCallback_invalid_cb">
+ <testcase purpose="Check if PushManager.unregisterService method throws exception when successCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" 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>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if connectService throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_connectService_notificationCallback_TypeMismatch">
+ <testcase purpose="Check type conversions for notificationCallback argument of PushManager.connectService method" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_connectService_notificationCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService_notificationCallback_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if connectService throws exception when success callback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" id="PushManager_connectService_notificationCallback_invalid_cb">
+ <testcase purpose="Check if PushManager.connectService method throws exception when notificationCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P2" 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>
</spec>
</specs>
</testcase>
- <testcase purpose="Check with missing non-optional argument - connectService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P1" id="PushManager_connectService_missarg">
+ <testcase purpose="Check with missing non-optional argument - PushManager.connectService method" type="compliance" onload_delay="90" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P1" id="PushManager_connectService_missarg">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService_missarg.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface PushRegisterSuccessCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushRegisterSuccessCallback_notexist">
+ <testcase purpose="Check if interface PushRegisterSuccessCallback exists, it should not" type="compliance" status="approved" component="TizenAPI/TBD/Push" execution_type="auto" priority="P3" id="PushRegisterSuccessCallback_notexist">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushRegisterSuccessCallback_notexist.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_without_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface PushManagerObject exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushManagerObject_notexist">
+ <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>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_getRegistrationId_notRegistered.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if push exists in tizen." component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_in_tizen">
+ <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 purpose="Check if interface PushManager exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_notexist">
+ <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 purpose="Check argument appControl conversions exception" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_appControl_TypeMismatch">
+ <testcase purpose="Check type conversions for appControl argument of PushManager.registerService method" 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 purpose="Check argument appControl validation - use simple object" onload_delay="90" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_registerService_appControl_invalid_obj">
+ <testcase purpose="Check if PushManager.registerService method throws exception when appControl is invalid" 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>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_registerService_exist.html</test_script_entry>
</description>
</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">
+ <testcase purpose="Check type conversions for successCallback argument of PushManager.registerService method" 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 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">
+ <testcase purpose="Check if PushManager.registerService method throws exception when successCallback 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>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregisterService_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface PushMessage exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushMessage_notexist">
+ <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 purpose="Check if interface PushNotificationCallback exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushNotificationCallback_notexist">
+ <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 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">
+ <testcase purpose="Check type conversions for errorCallback argument of PushManager.unregisterService method" 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 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">
+ <testcase purpose="Check if PushManager.unregisterService method throws exception when errorCallback 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 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">
+ <testcase purpose="Check type conversions for errorCallback argument of PushManager.registerService method" 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 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">
+ <testcase purpose="Check if PushManager.registerService method throws exception when errorCallback 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 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">
+ <testcase purpose="Check type conversions for successCallback argument of PushManager.unregisterService method" 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 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">
+ <testcase purpose="Check if PushManager.unregisterService method throws exception when successCallback 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 purpose="Check if connectService throws exception when successCallback is incorrect" component="TizenAPI/TBD/Push" execution_type="auto" id="PushManager_connectService_notificationCallback_TypeMismatch">
+ <testcase purpose="Check type conversions for notificationCallback argument of PushManager.connectService method" 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 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">
+ <testcase purpose="Check if PushManager.connectService method throws exception when notificationCallback 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>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_connectService.html</test_script_entry>
</description>
</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">
+ <testcase purpose="Check with missing non-optional argument - PushManager.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>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushRegisterSuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface PushRegisterSuccessCallback exists, it should not." component="TizenAPI/TBD/Push" execution_type="auto" id="PushRegisterSuccessCallback_notexist">
+ <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>