[NBS] tests purpose improved
authorPiotr Szydelko <p.szydelko@samsung.com>
Mon, 7 Oct 2013 15:01:31 +0000 (17:01 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 8 Oct 2013 07:44:17 +0000 (07:44 +0000)
Change-Id: Ie617a756fc676bb650373d280352c92916ac865d

26 files changed:
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_ondisconnected.html
tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html
tct-networkbearerselection-tizen-tests/tests.full.xml
tct-networkbearerselection-tizen-tests/tests.xml

index 93c4714bff4b01c4c57414ad65261059a6701a0a..eccbe96babf2adefc954ca7236867f85b05ec0ec 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 <script>
 //==== TEST: NetworkBearerSelectionObject_notexist
 //==== PRIORITY P3
-//==== LABEL Check if interface NetworkBearerSelectionObject exists, it should not.
+//==== LABEL Check if interface NetworkBearerSelectionObject exists, it should not
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelectionObject:NetworkBearerSelectionObject U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA NIO
index c2a5bccd0e2d7ef1148743f364f033ffbc04cdb8..1f8c27aa3553658f8386c5484e467f40320be078 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_extend
 //==== PRIORITY P3
-//==== LABEL Check if NewtorkBearerSelection can have new properties added
+//==== LABEL Check if NetworkBearerSelection instance can have new properties added
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:NetworkBearerSelection U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA OBX
index 8ac1f736a9e41235df1a38de435bde16e1c204c7..a8e9a2a31439e0057be6cf1322f1683546caa2cd 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_in_tizen
 //==== PRIORITY P3
-//==== LABEL Check if Tizen implements interface NetworkBearerSelectionObject and has attribute networkbearerselection
+//==== LABEL Check if Tizen namespace contains networkbearerselection
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:NetworkBearerSelection U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA OBME
index d0ea06bf4d7d48066f0319ac03ba0fbdbf417535..c212ab89e4e981b7d5c417764a6af558305aa368 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 <script>
 //==== TEST: NetworkBearerSelection_notexist
 //==== PRIORITY P3
-//==== LABEL Check if interface NetworkBearerSelection exists, it should not.
+//==== LABEL Check if interface NetworkBearerSelection exists, it should not
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:NetworkBearerSelection U
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA NIO
index 309888bb955fea2838223f96d6432f5b48fe5cc4..823c138581a0b85be6a63873340f650ff92f12d8 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost
-//==== LABEL Check if releaseRouteToHost method called with non-optional arguments does what it should
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() method called with only mandatory arguments does what it should
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== ONLOAD_DELAY 90
index a94e48d06601d466feced47af92ac30a6475b2f2..971274301c06bb1ec6ab181e59b9db27187db39d 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch
-//==== LABEL Check if releaseRouteToHost throws exception when errorCallback is incorrect
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is incorrect
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
index 9a75c6bf5b5c78ef274d891b67a34bdf8db9e07c..f570d33f526cd5e523f475deab65a699a65d68e6 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb
-//==== LABEL Check if releaseRouteToHost throws exception when errorCallback is invalid
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is invalid
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
@@ -39,7 +39,7 @@ Authors:
 setup({timeout: 90000});
 
 var t = async_test(document.title, {timeout: 90000}),
-    exceptionName = "TypeMismatchError", releaseRouteToHostSuccess, releaseRouteToHostError;
+    releaseRouteToHostSuccess, releaseRouteToHostError;
 
 t.step(function () {
     releaseRouteToHostSuccess = t.step_func(function () {
@@ -52,10 +52,10 @@ t.step(function () {
         })
     };
 
-    assert_throws({name: exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.networkbearerselection.releaseRouteToHost(NETWORK_TYPE, DOMAIN_NAME, releaseRouteToHostSuccess, releaseRouteToHostError);
-        }, exceptionName + " should be thrown.");
+        }, "Wrong type of errorCallback");
 
     t.done();
 });
index 0b5feeeec84e1d45508dfcbb6d6499bcba8a00a1..4454330b8f2ae1bb9ab6dc4f0df618a76ce2119f 100644 (file)
@@ -29,7 +29,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_exist
-//==== LABEL Check if releaseRouteToHost method exists and can be overriden
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() method exists
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA ME
index b46c78306166f0a7626bef29c13e0b93d819118f..255f047c556dc66609fbcb66711303fa5bdc61e3 100644 (file)
@@ -29,7 +29,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_missarg
-//==== LABEL Check if releaseRouteToHost method called with missing non-optional argument throws an exception
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() method called with missing mandatory argument throws an exception
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA MMA
index 5083b9212bf258f7b8fb6b337f121109404b8531..08498712447b8cc5958f724d3a13a82b2b144b25 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch
-//==== LABEL Check if releaseRouteToHost throws exception when networkType is incorrect
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() throws exception when networkType is incorrect
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
index 552711fe7072775637da93c6d4b4ab5a5c32f543..18c8629af5922ed05dda13c4f5ab0a8fa34f4253 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch
-//==== LABEL Check if releaseRouteToHost throws exception when successCallback is incorrect
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is incorrect
 //==== PRIORITY: P2
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
index b5e13227e39411c09717766314c74899b9473b7c..63b03bdfe568c1da8311739f8eaf6fb7215cf456 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb
-//==== LABEL Check if releaseRouteToHost throws exception when successCallback is invalid
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is invalid
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
@@ -40,7 +40,7 @@ Authors:
 setup({timeout: 90000});
 
 var t = async_test(document.title, {timeout: 90000}),
-    exceptionName = "TypeMismatchError", releaseRouteToHostSuccess;
+    releaseRouteToHostSuccess;
 
 t.step(function () {
     releaseRouteToHostSuccess = {
@@ -49,10 +49,10 @@ t.step(function () {
         })
     };
 
-    assert_throws({name: exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.networkbearerselection.releaseRouteToHost(NETWORK_TYPE, DOMAIN_NAME, releaseRouteToHostSuccess);
-        }, exceptionName + " should be thrown.");
+        }, "Wrong type of successCallback");
 
     t.done();
 });
index 830128df6abd6639a937996a55d692aebd3cb6d0..6a9461c87a741aaa6429929eab956caca5530f68 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_releaseRouteToHost_with_errorCallback
-//==== LABEL Check if releaseRouteToHost called with optional errorCallback works as expected
+//==== LABEL Check if NetworkBearerSelection::releaseRouteToHost() called with optional errorCallback works as expected
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:releaseRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== ONLOAD_DELAY 90
index 5a1bd7f10331e70f39ee63175e0358dffb094cd7..33dea21b78a07edce04b7aa0219e026cce8f4be9 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost
-//==== LABEL Check if requestRouteToHost method called with non-optional arguments does what it should
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() method called with only mandatory arguments does what it should
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== ONLOAD_DELAY 90
index 82e47ff886ab4e48a41fea97a24fe44ccb58d24a..71b4764d8b8d8ef316d15062f7f304e947019e1a 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch
-//==== LABEL Check if requestRouteToHost throws exception when errorCallback is incorrect
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is incorrect
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
index 9a0865ad9f7511784e37ec018a5d4b4772c9dea5..194ec28c164ce6a2ef4d20164b6ce5f210b08ccb 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb
-//==== LABEL Check if requestRouteToHost throws exception when errorCallback is invalid
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is invalid
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
@@ -39,7 +39,7 @@ Authors:
 setup({timeout: 90000});
 
 var t = async_test(document.title, {timeout: 90000}),
-    exceptionName = "TypeMismatchError", requestRouteToHostSuccess, requestRouteToHostError;
+    requestRouteToHostSuccess, requestRouteToHostError;
 
 t.step(function () {
     requestRouteToHostSuccess = {
@@ -58,10 +58,10 @@ t.step(function () {
         })
     };
 
-    assert_throws({name: exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess, requestRouteToHostError);
-        }, exceptionName + " should be thrown.");
+        }, "Wrong type of errorCallback");
 
     t.done();
 });
index f3744fc73cb808b9b4d795856bf6ee94491a0a82..45be8ea8fec18056ad73ae2dfb72f8e7ae8c29f8 100644 (file)
@@ -29,7 +29,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_exist
-//==== LABEL Check if requestRouteToHost method exists and can be overriden
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() method exists
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA ME
index b086c652f786486e64b97a12e4f74687140648d3..1bce70b8a03ecd544648ea38427c9f3fce2ca180 100644 (file)
@@ -29,7 +29,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_missarg
-//==== LABEL Check if requestRouteToHost method called with missing non-optional argument throws an exception
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() method called with missing mandatory argument throws an exception
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== TEST_CRITERIA MMA
index 55d8599409b050610223f2347d05d20ab5b753b8..3bbee692296328b6c6d128bdd941182570401679 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch
-//==== LABEL Check if requestRouteToHost throws exception when networkType is incorrect
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() throws exception when networkType is incorrect
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
index e0c9bdfe1b1d0fef67aba0c9fab6dd3b6c1fe39f..649fab973e594987d6760b0bb24e9a0df95aa3f8 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch
-//==== LABEL Check if requestRouteToHost throws exception when successCallback is incorrect
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is incorrect
 //==== PRIORITY: P2
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
index 11546d81ab363d7891ff02b0423e8068bcd081de..b0720ba96c621e8db8b66072a85d43a6c85114f1 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb
-//==== LABEL Check if requestRouteToHost throws exception when successCallback is invalid
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is invalid
 //==== PRIORITY: P2
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
@@ -39,7 +39,7 @@ Authors:
 setup({timeout: 90000});
 
 var t = async_test(document.title, {timeout: 90000}),
-    exceptionName = "TypeMismatchError", requestRouteToHostSuccess;
+    requestRouteToHostSuccess;
 
 t.step(function () {
 
@@ -51,10 +51,10 @@ t.step(function () {
         ondisconnected: "dummy"
     };
 
-    assert_throws({name: exceptionName},
+    assert_throws(TYPE_MISMATCH_EXCEPTION,
         function () {
             tizen.networkbearerselection.requestRouteToHost(NETWORK_TYPE, DOMAIN_NAME, requestRouteToHostSuccess);
-        }, exceptionName + " should be thrown.");
+        }, "Wrong type of successCallback");
 
     t.done();
 });
index a4799f8a622413b529922036b415e83d7b8c534c..1c61faf60ab60e33a7d6d2ab4e9087f6653de040 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkBearerSelection_requestRouteToHost_with_errorCallback
-//==== LABEL Check if requestRouteToHost called with optional errorCallback works as expected
+//==== LABEL Check if NetworkBearerSelection::requestRouteToHost() called with optional errorCallback works as expected
 //==== SPEC Tizen Web API:Communication:NBS:NetworkBearerSelection:requestRouteToHost M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== ONLOAD_DELAY 90
index 320ac26f3a81abaf054f089a82537fe99bf47f8a..c082a9a212a42531a91fc7739801ae1658637392 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkSuccessCallback_ondisconnected
-//==== LABEL Check if NetworkSuccessCallback ondisconnected is called
+//==== LABEL Check if NetworkSuccessCallback::ondisconnected is called
 //==== SPEC Tizen Web API:Communication:NBS:NetworkSuccessCallback:ondisconnected M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== EXECUTION_TYPE manual
index 48bf9bdb343f531470b506b2fc0340193d69c556..dc5e3e741ddc2c9dbdca5dc2a4d515c95675d3fd 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: NetworkSuccessCallback_onsuccess
-//==== LABEL Check if NetworkSuccessCallback onsuccess is called
+//==== LABEL Check if NetworkSuccessCallback::onsuccess is called
 //==== SPEC Tizen Web API:Communication:NBS:NetworkSuccessCallback:onsuccess M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/networkbearerselection.html
 //==== ONLOAD_DELAY 90
index 0429ca2b450002958363760cc2bb89190fcc5cc2..71c79d837abf287ff5dd44e36aa7dba1f8d425dc 100644 (file)
@@ -6,7 +6,7 @@
       <capabilities>
         <capability name="telephony"/>
       </capabilities>
-      <testcase purpose="Check if interface NetworkBearerSelectionObject exists, it should not." type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelectionObject_notexist">
+      <testcase purpose="Check if interface NetworkBearerSelectionObject exists, it should not" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelectionObject_notexist">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelectionObject_notexist.html</test_script_entry>
         </description>
@@ -18,7 +18,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if NewtorkBearerSelection can have new properties added" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelection_extend">
+      <testcase purpose="Check if NetworkBearerSelection instance can have new properties added" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelection_extend">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_extend.html</test_script_entry>
         </description>
@@ -30,7 +30,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if Tizen implements interface NetworkBearerSelectionObject and has attribute networkbearerselection" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelection_in_tizen">
+      <testcase purpose="Check if Tizen namespace contains networkbearerselection" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelection_in_tizen">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_in_tizen.html</test_script_entry>
         </description>
@@ -42,7 +42,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if interface NetworkBearerSelection exists, it should not." type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelection_notexist">
+      <testcase purpose="Check if interface NetworkBearerSelection exists, it should not" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P3" id="NetworkBearerSelection_notexist">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_notexist.html</test_script_entry>
         </description>
@@ -54,7 +54,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost method called with non-optional arguments does what it should" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() method called with only mandatory arguments does what it should" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost.html</test_script_entry>
         </description>
@@ -66,7 +66,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost throws exception when errorCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
@@ -78,7 +78,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost throws exception when errorCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_errorCallback_invalid_cb">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() throws exception when errorCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" 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>
@@ -90,7 +90,7 @@
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost method exists and can be overriden" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost_exist">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() method exists" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost_exist">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost method called with missing non-optional argument throws an exception" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost_missarg">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() method called with missing mandatory argument throws an exception" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost_missarg">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost throws exception when networkType is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() throws exception when networkType is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_networkType_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost throws exception when successCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_releaseRouteToHost_successCallback_invalid_cb">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() throws exception when successCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" 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>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if releaseRouteToHost called with optional errorCallback works as expected" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost_with_errorCallback">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() called with optional errorCallback works as expected" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_releaseRouteToHost_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_releaseRouteToHost_with_errorCallback.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost method called with non-optional arguments does what it should" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() method called with only mandatory arguments does what it should" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost throws exception when errorCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost throws exception when errorCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_errorCallback_invalid_cb">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() throws exception when errorCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" 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>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost method exists and can be overriden" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost_exist">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() method exists" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost_exist">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_exist.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost method called with missing non-optional argument throws an exception" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost_missarg">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() method called with missing mandatory argument throws an exception" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost_missarg">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_missarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost throws exception when networkType is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() throws exception when networkType is incorrect" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_networkType_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is incorrect" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost throws exception when successCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" id="NetworkBearerSelection_requestRouteToHost_successCallback_invalid_cb">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() throws exception when successCallback is invalid" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P2" 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>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if requestRouteToHost called with optional errorCallback works as expected" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost_with_errorCallback">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() called with optional errorCallback works as expected" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkBearerSelection_requestRouteToHost_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkBearerSelection_requestRouteToHost_with_errorCallback.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if NetworkSuccessCallback ondisconnected is called" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="manual" priority="P1" id="NetworkSuccessCallback_ondisconnected">
+      <testcase purpose="Check if NetworkSuccessCallback::ondisconnected is called" type="compliance" status="approved" component="TizenAPI/Communication/NBS" execution_type="manual" priority="P1" id="NetworkSuccessCallback_ondisconnected">
         <description>
           <pre_condition>Please enable cellular data service</pre_condition>
           <post_condition>Please re-enable cellular data service</post_condition>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if NetworkSuccessCallback onsuccess is called" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkSuccessCallback_onsuccess">
+      <testcase purpose="Check if NetworkSuccessCallback::onsuccess is called" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NBS" execution_type="auto" priority="P1" id="NetworkSuccessCallback_onsuccess">
         <description>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_onsuccess.html</test_script_entry>
         </description>
index b0a639c6ba02d16ee3f56c96242bc2ddd5e6eb14..8e774b716a6455448179d8f25f8a8f079ddaec8e 100644 (file)
       <capabilities>
         <capability name="telephony"/>
       </capabilities>
-      <testcase purpose="Check if interface NetworkBearerSelectionObject exists, it should not." component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelectionObject_notexist">
+      <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 purpose="Check if NewtorkBearerSelection can have new properties added" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_extend">
+      <testcase purpose="Check if NetworkBearerSelection instance 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 purpose="Check if Tizen implements interface NetworkBearerSelectionObject and has attribute networkbearerselection" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_in_tizen">
+      <testcase purpose="Check if Tizen namespace contains 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 purpose="Check if interface NetworkBearerSelection exists, it should not." component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_notexist">
+      <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 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">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() method called with only mandatory 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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 purpose="Check if releaseRouteToHost method exists and can be overriden" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_exist">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() method exists" 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 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">
+      <testcase purpose="Check if NetworkBearerSelection::releaseRouteToHost() method called with missing mandatory 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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 purpose="Check if releaseRouteToHost throws exception when successCallback is incorrect" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_releaseRouteToHost_successCallback_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() method called with only mandatory 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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 purpose="Check if requestRouteToHost method exists and can be overriden" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_exist">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() method exists" 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 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">
+      <testcase purpose="Check if NetworkBearerSelection::requestRouteToHost() method called with missing mandatory 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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 purpose="Check if requestRouteToHost throws exception when successCallback is incorrect" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkBearerSelection_requestRouteToHost_successCallback_TypeMismatch">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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 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">
+      <testcase purpose="Check if NetworkBearerSelection::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>
           <test_script_entry>/opt/tct-networkbearerselection-tizen-tests/networkbearerselection/NetworkSuccessCallback_notexist.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if NetworkSuccessCallback ondisconnected is called" component="TizenAPI/Communication/NBS" execution_type="manual" id="NetworkSuccessCallback_ondisconnected">
+      <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 purpose="Check if NetworkSuccessCallback onsuccess is called" onload_delay="90" component="TizenAPI/Communication/NBS" execution_type="auto" id="NetworkSuccessCallback_onsuccess">
+      <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>