<?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-networkbearerselection-tizen-tests" category="Tizen Web Device APIs">
+ <suite name="tct-networkbearerselection-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="NBS">
<capabilities>
- <capability name="telephony" />
+ <capability name="telephony"/>
</capabilities>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelectionObject_notexist" purpose="Check if interface NetworkBearerSelectionObject exists, it should not.">
+ <testcase purpose="Check if interface NetworkBearerSelectionObject exists, it should not." component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelectionObject_notexist">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_notexist" purpose="Check if interface NetworkBearerSelection exists, it should not.">
+ </testcase>
+ <testcase purpose="Check if interface NetworkBearerSelection exists, it should not." component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_notexist">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkSuccessCallback_notexist" purpose="Check if interface NetworkSuccessCallback exists, it should not.">
+ </testcase>
+ <testcase purpose="Check if interface NetworkSuccessCallback exists, it should not." component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkSuccessCallback_notexist">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_in_tizen" purpose="Check if Tizen implements interface NetworkBearerSelectionObject and has attribute networkbearerselection">
+ </testcase>
+ <testcase purpose="Check if Tizen implements interface NetworkBearerSelectionObject and has attribute networkbearerselection" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_in_tizen">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_extend" purpose="Check if NewtorkBearerSelection can have new properties added">
+ </testcase>
+ <testcase purpose="Check if NewtorkBearerSelection can have new properties added" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_extend">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_exist" purpose="Check if requestRouteToHost method exists and can be overriden">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost method exists and can be overriden" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_exist">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost" onload_delay="90" purpose="Check if requestRouteToHost method called with non-optional arguments does what it should">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost method called with non-optional arguments does what it should" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_missarg" purpose="Check if requestRouteToHost method called with missing non-optional argument throws an exception">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost method called with missing non-optional argument throws an exception" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_missarg">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch" onload_delay="90" purpose="Check if requestRouteToHost throws exception when networkType is incorrect">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost throws exception when networkType is incorrect" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_with_errorCallback" onload_delay="90" purpose="Check if requestRouteToHost called with optional errorCallback works as expected">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost called with optional errorCallback works as expected" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_with_errorCallback">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch" purpose="Check if requestRouteToHost throws exception when successCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost throws exception when successCallback is incorrect" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb" onload_delay="90" purpose="Check if requestRouteToHost throws exception when successCallback is invalid">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost throws exception when successCallback is invalid" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch" onload_delay="90" purpose="Check if requestRouteToHost throws exception when errorCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost throws exception when errorCallback is incorrect" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb" onload_delay="90" purpose="Check if requestRouteToHost throws exception when errorCallback is invalid">
+ </testcase>
+ <testcase purpose="Check if requestRouteToHost throws exception when errorCallback is invalid" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_exist" purpose="Check if releaseRouteToHost method exists and can be overriden">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost method exists and can be overriden" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_exist">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost" onload_delay="90" purpose="Check if releaseRouteToHost method called with non-optional arguments does what it should">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost method called with non-optional arguments does what it should" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch" onload_delay="90" purpose="Check if releaseRouteToHost throws exception when errorCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost throws exception when errorCallback is incorrect" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb" onload_delay="90" purpose="Check if releaseRouteToHost throws exception when errorCallback is invalid">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost throws exception when errorCallback is invalid" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_missarg" purpose="Check if releaseRouteToHost method called with missing non-optional argument throws an exception">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost method called with missing non-optional argument throws an exception" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_missarg">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch" onload_delay="90" purpose="Check if releaseRouteToHost throws exception when networkType is incorrect">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost throws exception when networkType is incorrect" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch" purpose="Check if releaseRouteToHost throws exception when successCallback is incorrect">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost throws exception when successCallback is incorrect" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb" onload_delay="90" purpose="Check if releaseRouteToHost throws exception when successCallback is invalid">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost throws exception when successCallback is invalid" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_with_errorCallback" onload_delay="90" purpose="Check if releaseRouteToHost called with optional errorCallback works as expected">
+ </testcase>
+ <testcase purpose="Check if releaseRouteToHost called with optional errorCallback works as expected" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_with_errorCallback">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="manual" id="NetworkSuccessCallback_ondisconnected" purpose="Check if NetworkSuccessCallback ondisconnected is called">
+ </testcase>
+ <testcase purpose="Check if NetworkSuccessCallback ondisconnected is called" component="TizenAPI/Communication/NBS" execution_type="manual" id="NetworkSuccessCallback_ondisconnected">
<description>
<pre_condition>Please enable cellular data service</pre_condition>
+ <post_condition>Please re-enable cellular data service</post_condition>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html</test_script_entry>
</description>
- </testcase>
- <testcase component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkSuccessCallback_onsuccess" onload_delay="90" purpose="Check if NetworkSuccessCallback onsuccess is called">
+ </testcase>
+ <testcase purpose="Check if NetworkSuccessCallback onsuccess is called" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkSuccessCallback_onsuccess">
<description>
<test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html</test_script_entry>
</description>
- </testcase>
+ </testcase>
</set>
</suite>
-</test_definition>
\ No newline at end of file
+</test_definition>