//==== PRIORITY P1
//==== SPEC Tizen Web API:TBD:Push:PushMessage:alertMessage A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA AE AT ARO
//==== PRIORITY P1
//==== SPEC Tizen Web API:TBD:Push:PushMessage:appData A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA AE AT ARO
//==== PRIORITY P1
//==== SPEC Tizen Web API:TBD:Push:PushMessage:date A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA AE AT ARO
//==== LABEL Check if message attribute of PushMessage is readOnly.
//==== SPEC Tizen Web API:TBD:Push:PushMessage:message A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== PRIORITY P1
//==== TEST_CRITERIA AE AT ARO
//==== LABEL Check if requestId attribute of PushMessage is readOnly.
//==== SPEC Tizen Web API:TBD:Push:PushMessage:requestId A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== PRIORITY P1
//==== TEST_CRITERIA AE AT ARO
//==== LABEL Check if sender attribute of PushMessage is readOnly.
//==== SPEC Tizen Web API:TBD:Push:PushMessage:sender A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== PRIORITY P1
//==== TEST_CRITERIA AE AT ARO
//==== LABEL Check if sessionInfo attribute of PushMessage is readOnly.
//==== SPEC Tizen Web API:TBD:Push:PushMessage:sessionInfo A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== PRIORITY P1
//==== TEST_CRITERIA AE AT ARO
//==== PRIORITY P3
//==== SPEC Tizen Web API:TBD:Push:PushNotificationCallback:onsuccess U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/push.html
-//==== EXECUTION_TYPE manual
//==== ONLOAD_DELAY 90
//==== TEST_CRITERIA CBT CBOA
request.onreadystatechange = function() {
if (request.readyState == 4 && request.status == 200) {
console.log(request.responseText);
- alert("Push Success");
}
};
request.send(JSON.stringify(data));
</spec>
</specs>
</testcase>
- <testcase purpose="Check if alertMessage attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_alertMessage_attribute">
+ <testcase purpose="Check if alertMessage attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_alertMessage_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_alertMessage_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if appData attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_appData_attribute">
+ <testcase purpose="Check if appData attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_appData_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_appData_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if date attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_date_attribute">
+ <testcase purpose="Check if date attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_date_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_date_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if PushNotificationCallback works" type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P3" id="PushNotificationCallback_onsuccess">
+ <testcase purpose="Check if PushNotificationCallback works" type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P3" id="PushNotificationCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushNotificationCallback_onsuccess.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if message attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_message_attribute">
+ <testcase purpose="Check if message attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_message_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_message_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if requestId attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_requestId_attribute">
+ <testcase purpose="Check if requestId attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_requestId_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_requestId_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if sender attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_sender_attribute">
+ <testcase purpose="Check if sender attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_sender_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_sender_attribute.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if sessionInfo attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="manual" priority="P1" id="PushMessage_sessionInfo_attribute">
+ <testcase purpose="Check if sessionInfo attribute of PushMessage is readOnly." type="compliance" onload_delay="90" status="approved" component="Tizen Device APIs/TBD/Push" execution_type="auto" priority="P1" id="PushMessage_sessionInfo_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_sessionInfo_attribute.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if alertMessage attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_alertMessage_attribute">
+ <testcase purpose="Check if alertMessage attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_alertMessage_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_alertMessage_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if appData attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_appData_attribute">
+ <testcase purpose="Check if appData attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_appData_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_appData_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if date attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_date_attribute">
+ <testcase purpose="Check if date attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_date_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_date_attribute.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_getUnreadNotifications_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if PushNotificationCallback works" onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushNotificationCallback_onsuccess">
+ <testcase purpose="Check if PushNotificationCallback works" onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushNotificationCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushNotificationCallback_onsuccess.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushManager_unregister_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if message attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_message_attribute">
+ <testcase purpose="Check if message attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_message_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_message_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if requestId attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_requestId_attribute">
+ <testcase purpose="Check if requestId attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_requestId_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_requestId_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if sender attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_sender_attribute">
+ <testcase purpose="Check if sender attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_sender_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_sender_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if sessionInfo attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="manual" id="PushMessage_sessionInfo_attribute">
+ <testcase purpose="Check if sessionInfo attribute of PushMessage is readOnly." onload_delay="90" component="Tizen Device APIs/TBD/Push" execution_type="auto" id="PushMessage_sessionInfo_attribute">
<description>
<test_script_entry>/opt/tct-push-tizen-tests/push/PushMessage_sessionInfo_attribute.html</test_script_entry>
</description>