<div id="log"></div>
<script>
//==== TEST: LocalMessagePort_addMessagePortListener_listener_TypeMismatch
-//==== LABEL Check argument listener conversions exception
+//==== LABEL Check type conversions for listener argument of LocalMessagePort.addMessagePortListener method
//==== PRIORITY P2
//==== SPEC Tizen Web API:IO:Messageport:LocalMessagePort:addMessagePortListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
<div id="log"></div>
<script>
//==== TEST: LocalMessagePort_addMessagePortListener_listener_invalid_cb
-//==== LABEL Check if addMessagePortListener throws exception with invalid callback
+//==== LABEL Check if LocalMessagePort.addMessagePortListener method throws exception when listener is invalid
//==== PRIORITY P2
//==== SPEC Tizen Web API:IO:Messageport:LocalMessagePort:addMessagePortListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
<script>
//==== TEST: LocalMessagePort_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface LocalMessagePort exists, it should not.
+//==== LABEL Check if interface LocalMessagePort exists, it should not
//==== SPEC Tizen Web API:IO:Messageport:LocalMessagePort:LocalMessagePort U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: MessagePortCallback_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface MessagePortCallback exists, it should not.
+//==== LABEL Check if interface MessagePortCallback exists, it should not
//==== SPEC Tizen Web API:IO:Messageport:MessagePortCallback:MessagePortCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
//==== TEST_CRITERIA CBNIO
<script>
//==== TEST: MessagePortManagerObject_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface MessagePortManagerObject exists, it should not.
+//==== LABEL Check if interface MessagePortManagerObject exists, it should not
//==== SPEC Tizen Web API:IO:Messageport:MessagePortManagerObject:MessagePortManagerObject U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
//==== TEST_CRITERIA NIO
<div id="log"></div>
<script>
//==== TEST: MessagePortManager_in_tizen
-//==== LABEL Check if messageport exists in tizen.
+//==== LABEL Check if messageport exists in tizen
//==== SPEC Tizen Web API:IO:Messageport:MessagePortManager:MessagePortManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
//==== TEST_CRITERIA OBME
<script>
//==== TEST: MessagePortManager_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface MessagePortManager exists, it should not.
+//==== LABEL Check if interface MessagePortManager exists, it should not
//==== SPEC Tizen Web API:IO:Messageport:MessagePortManager:MessagePortManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: RemoteMessagePort_notexist
//==== PRIORITY P3
-//==== LABEL Check if interface RemoteMessagePort exists, it should not.
+//==== LABEL Check if interface RemoteMessagePort exists, it should not
//==== SPEC Tizen Web API:IO:Messageport:RemoteMessagePort:RemoteMessagePort U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
//==== TEST_CRITERIA NIO
<div id="log"></div>
<script type="text/javascript">
//==== TEST: RemoteMessagePort_sendMessage_data_TypeMismatch
-//==== LABEL Check argument data conversions exception
+//==== LABEL Check type conversions for data argument of RemoteMessagePort.sendMessage method
//==== PRIORITY P2
//==== SPEC Tizen Web API:IO:Messageport:RemoteMessagePort:sendMessage M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
<div id="log"></div>
<script type="text/javascript">
//==== TEST: RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch
-//==== LABEL Check argument localMessagePort conversions exception
+//==== LABEL Check type conversions for localMessagePort argument of RemoteMessagePort.sendMessage method
//==== PRIORITY P2
//==== SPEC Tizen Web API:IO:Messageport:RemoteMessagePort:sendMessage M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/messageport.html
<test_definition>
<suite name="tct-messageport-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Messageport">
- <testcase purpose="Check if interface LocalMessagePort exists, it should not." type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="LocalMessagePort_notexist">
+ <testcase purpose="Check if interface LocalMessagePort exists, it should not" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="LocalMessagePort_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface MessagePortCallback exists, it should not." type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortCallback_notexist">
+ <testcase purpose="Check if interface MessagePortCallback exists, it should not" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortCallback_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface MessagePortManagerObject exists, it should not." type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortManagerObject_notexist">
+ <testcase purpose="Check if interface MessagePortManagerObject exists, it should not" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortManagerObject_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface MessagePortManager exists, it should not." type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortManager_notexist">
+ <testcase purpose="Check if interface MessagePortManager exists, it should not" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortManager_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if interface RemoteMessagePort exists, it should not." type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="RemoteMessagePort_notexist">
+ <testcase purpose="Check if interface RemoteMessagePort exists, it should not" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="RemoteMessagePort_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if messageport exists in tizen." type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortManager_in_tizen">
+ <testcase purpose="Check if messageport exists in tizen" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P3" id="MessagePortManager_in_tizen">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument data conversions exception" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="RemoteMessagePort_sendMessage_data_TypeMismatch">
+ <testcase purpose="Check type conversions for data argument of RemoteMessagePort.sendMessage method" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="RemoteMessagePort_sendMessage_data_TypeMismatch">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument localMessagePort conversions exception" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch">
+ <testcase purpose="Check type conversions for localMessagePort argument of RemoteMessagePort.sendMessage method" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check if addMessagePortListener throws exception with invalid callback" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="LocalMessagePort_addMessagePortListener_listener_invalid_cb">
+ <testcase purpose="Check if LocalMessagePort.addMessagePortListener method throws exception when listener is invalid" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="LocalMessagePort_addMessagePortListener_listener_invalid_cb">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html</test_script_entry>
</description>
</spec>
</specs>
</testcase>
- <testcase purpose="Check argument listener conversions exception" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="LocalMessagePort_addMessagePortListener_listener_TypeMismatch">
+ <testcase purpose="Check type conversions for listener argument of LocalMessagePort.addMessagePortListener method" type="compliance" status="approved" component="TizenAPI/IO/Messageport" execution_type="auto" priority="P2" id="LocalMessagePort_addMessagePortListener_listener_TypeMismatch">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html</test_script_entry>
</description>
<test_definition>
<suite name="tct-messageport-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Messageport">
- <testcase purpose="Check if interface LocalMessagePort exists, it should not." component="TizenAPI/IO/Messageport" execution_type="auto" id="LocalMessagePort_notexist">
+ <testcase purpose="Check if interface LocalMessagePort exists, it should not" component="TizenAPI/IO/Messageport" execution_type="auto" id="LocalMessagePort_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface MessagePortCallback exists, it should not." component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortCallback_notexist">
+ <testcase purpose="Check if interface MessagePortCallback exists, it should not" component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortCallback_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface MessagePortManagerObject exists, it should not." component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortManagerObject_notexist">
+ <testcase purpose="Check if interface MessagePortManagerObject exists, it should not" component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortManagerObject_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortManagerObject_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface MessagePortManager exists, it should not." component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortManager_notexist">
+ <testcase purpose="Check if interface MessagePortManager exists, it should not" component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortManager_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if interface RemoteMessagePort exists, it should not." component="TizenAPI/IO/Messageport" execution_type="auto" id="RemoteMessagePort_notexist">
+ <testcase purpose="Check if interface RemoteMessagePort exists, it should not" component="TizenAPI/IO/Messageport" execution_type="auto" id="RemoteMessagePort_notexist">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if messageport exists in tizen." component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortManager_in_tizen">
+ <testcase purpose="Check if messageport exists in tizen" component="TizenAPI/IO/Messageport" execution_type="auto" id="MessagePortManager_in_tizen">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/MessagePortManager_in_tizen.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument data conversions exception" component="TizenAPI/IO/Messageport" execution_type="auto" id="RemoteMessagePort_sendMessage_data_TypeMismatch">
+ <testcase purpose="Check type conversions for data argument of RemoteMessagePort.sendMessage method" component="TizenAPI/IO/Messageport" execution_type="auto" id="RemoteMessagePort_sendMessage_data_TypeMismatch">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_data_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument localMessagePort conversions exception" component="TizenAPI/IO/Messageport" execution_type="auto" id="RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch">
+ <testcase purpose="Check type conversions for localMessagePort argument of RemoteMessagePort.sendMessage method" component="TizenAPI/IO/Messageport" execution_type="auto" id="RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/RemoteMessagePort_sendMessage_localMessagePort_TypeMismatch.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if addMessagePortListener throws exception with invalid callback" component="TizenAPI/IO/Messageport" execution_type="auto" id="LocalMessagePort_addMessagePortListener_listener_invalid_cb">
+ <testcase purpose="Check if LocalMessagePort.addMessagePortListener method throws exception when listener is invalid" component="TizenAPI/IO/Messageport" execution_type="auto" id="LocalMessagePort_addMessagePortListener_listener_invalid_cb">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check argument listener conversions exception" component="TizenAPI/IO/Messageport" execution_type="auto" id="LocalMessagePort_addMessagePortListener_listener_TypeMismatch">
+ <testcase purpose="Check type conversions for listener argument of LocalMessagePort.addMessagePortListener method" component="TizenAPI/IO/Messageport" execution_type="auto" id="LocalMessagePort_addMessagePortListener_listener_TypeMismatch">
<description>
<test_script_entry>/opt/tct-messageport-tizen-tests/messageport/LocalMessagePort_addMessagePortListener_listener_TypeMismatch.html</test_script_entry>
</description>