[Bluetooth][Websetting] Small fixes due to API changes Tizen 2.2 - 2.2.1_RCx
authorTomasz Kusmierz <t.kusmierz@samsung.com>
Mon, 26 Aug 2013 13:42:50 +0000 (15:42 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 28 Aug 2013 08:54:03 +0000 (08:54 +0000)
Change-Id: I85b0755ef7aea69ad4927f70a03f111cfc3fa4d3

19 files changed:
tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html
tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html
tct-bluetooth-tizen-tests/bluetooth/support/bluetooth_common.js
tct-bluetooth-tizen-tests/tests.full.xml
tct-bluetooth-tizen-tests/tests.xml
tct-websetting-tizen-tests/tests.full.xml [changed mode: 0755->0644]
tct-websetting-tizen-tests/tests.xml
tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html
tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html
tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html
tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html
tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html
tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html
tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html
tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html
tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html
tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html
tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html
tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html

index 8a719e524d6148d5caa8a7e29f384bf8885b0254..07d3aac803e1e5993e7fd08a10b2afb9ab58bb6e 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 <script>
 //==== TEST: BluetoothHealthApplication_dataType_attribute
 //==== LABEL test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly
-//==== PRIORITY P2
+//==== PRIORITY P1
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthApplication:dataType A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html\
@@ -48,7 +48,7 @@ t.step(function () {
 
     healthRegisterSuccess = t.step_func(function (registerHealthApp) {
         assert_equals(registerHealthApp.dataType, REMOTE_HEALTH_DEVICE_TYPE, "dataType in BluetoothHealthApplication has wrong value");
-        assert_type(registerHealthApp.dataType, "number", "dataType in BluetoothHealthApplication has wrong type");
+        assert_type(registerHealthApp.dataType, "unsigned short", "dataType in BluetoothHealthApplication has wrong type");
 
         registerHealthApp.dataType = 4103;
         assert_equals(registerHealthApp.dataType, REMOTE_HEALTH_DEVICE_TYPE, "dataType in BluetoothHealthApplication is writable");
index 2de544cc79359852ece4be47ea06ec386938dc02..a975e8fa08fa4562af3cb2c5bb30efdf436cd26d 100644 (file)
@@ -25,6 +25,7 @@ Authors:
 <head>
 <title>BluetoothProfileHandler_profileType_attribute</title>
 <script src="../resources/unitcommon.js"></script>
+<script src="support/bluetooth_common.js"></script>
 </head>
 <body>
 
@@ -46,7 +47,7 @@ test(function () {
 
     assert_own_property(healthProfileHandler, "profileType", "BluetoothProfileHandler does not own profileType property.");
     check_readonly(healthProfileHandler, "profileType", healthProfileHandler.profileType, "string", "Tizen");
-    assert_equals(healthProfileHandler.profileType, profileType, "healthProfileHandler profileType has wrong value");
+    assert_in_array(healthProfileHandler.profileType, BLUETOOTH_PROFILE_TYPE, "healthProfileHandler profileType has wrong value");
 }, "BluetoothProfileHandler_profileType_attribute");
 </script>
 </body>
index 2e474db8052421ad9594d31494432cd2d94d504d..1fa3ad67f35dab739110d23def7cec1674bceaba 100644 (file)
@@ -30,6 +30,8 @@ var SECURITY_ERR        = "SecurityError";
 var NOT_FOUND_ERR       = "NotFoundError";
 var NOT_SUPPORT_ERR     = "NotSupportedError";
 
+var BLUETOOTH_PROFILE_TYPE = ["HEALTH"];
+
 var bluetooth = null;
 var btdevice = null;
 var ret = false;
index 5dd3059702f3a1a8453aa06b2b032c25bd50839f..8f974fd463ee8390109edf0e3048175ee377d66a 100644 (file)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthApplication_dataType_attribute">
+      <testcase purpose="test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothHealthApplication_dataType_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html</test_script_entry>
         </description>
index 3563b995c173bd8e97a91d09ec33f19759f953f7..0a8d2720cba97bbce105795a6d225697f2b086a6 100644 (file)
@@ -1,12 +1,12 @@
 <?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-bluetooth-tizen-tests">
+  <suite name="tct-bluetooth-tizen-tests" launcher="WRTLauncher">
     <set name="Bluetooth">
       <capabilities>
-        <capability name="bluetooth" />
+        <capability name="bluetooth"/>
       </capabilities>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfinish_successful" purpose="check if onfinish method of successful callback of discoverDevices method invoked">
+      <testcase purpose="check if onfinish method of successful callback of discoverDevices method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfinish_successful">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
@@ -17,8 +17,8 @@
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfinish_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_deviceuuid_correct" purpose="check if device uuid is correct">
+      </testcase>
+      <testcase purpose="check if device uuid is correct" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_deviceuuid_correct">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
@@ -29,8 +29,8 @@
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceuuid_correct.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_onmessage_callback" purpose="check if onMessage callback function invoked">
+      </testcase>
+      <testcase purpose="check if onMessage callback function invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_onmessage_callback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onmessage_callback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_callback_onerror" onload_delay="90" purpose="check if error callback of destroyBonding method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of destroyBonding method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_visible_attribute" purpose="check visible attribute">
+      </testcase>
+      <testcase purpose="check visible attribute" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_visible_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_visible_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_exist" purpose="check if getDevice method exists">
+      </testcase>
+      <testcase purpose="check if getDevice method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_exist" purpose="check if setName method exists">
+      </testcase>
+      <testcase purpose="check if setName method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_exist" purpose="check if getKnownDevices method exists">
+      </testcase>
+      <testcase purpose="check if getKnownDevices method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_devicebonded" purpose="check if device is bonded">
+      </testcase>
+      <testcase purpose="check if device is bonded" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_devicebonded">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicebonded.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_exist" onload_delay="90" purpose="check if unregister method exists">
+      </testcase>
+      <testcase purpose="check if unregister method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_exist">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_with_errorCallback" purpose="check if successful callback of createBonding method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of createBonding method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_with_errorCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
@@ -95,8 +96,8 @@
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice_connectToServiceByUUID_onerror" purpose="check if error callback of connectToServiceByUUID method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of connectToServiceByUUID method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice_connectToServiceByUUID_onerror">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_exist" purpose="check if setPowered method exists">
+      </testcase>
+      <testcase purpose="check if setPowered method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_errorCallback" onload_delay="90" purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror" onload_delay="90" purpose="check if error callback of registerRFCOMMServiceByUUID method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of registerRFCOMMServiceByUUID method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_writeData" purpose="check if writeData method work successfully">
+      </testcase>
+      <testcase purpose="check if writeData method work successfully" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_writeData">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_writeData.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_callback_onerror" onload_delay="90" purpose="check if error callback of createBonding method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of createBonding method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_successful" onload_delay="90" purpose="check if successful callback of discoverDevices method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of discoverDevices method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_successful">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_exist" purpose="method of createBonding exists in bluetooth adapter.">
+      </testcase>
+      <testcase purpose="method of createBonding exists in bluetooth adapter." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_successful" onload_delay="90" purpose="check if successful callback of getKnownDevices method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of getKnownDevices method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_successful">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_longname" onload_delay="90" purpose="check if long name is set">
+      </testcase>
+      <testcase purpose="check if long name is set" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_longname">
         <description>
+          <pre_condition>Please wait at least 5 second before run test</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_errorCallback" onload_delay="90" purpose="Check with optional arguments unregister(valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments unregister(valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_errorCallback">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPower_off" onload_delay="90" purpose="check if powered attribute of adapter is false">
+      </testcase>
+      <testcase purpose="check if powered attribute of adapter is false" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPower_off">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPower_off.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_onclose_callback" purpose="check if onClose callback function invoked">
+      </testcase>
+      <testcase purpose="check if onClose callback function invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_onclose_callback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_onclose_callback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getDevice_with_errorCallback" purpose="Check with non-optional arguments getDevice(valid_address, valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments getDevice(valid_address, valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getDevice_with_errorCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_exist" purpose="method of destroyBonding exists in bluetooth adapter.">
+      </testcase>
+      <testcase purpose="method of destroyBonding exists in bluetooth adapter." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful" purpose="check whether a service record is registered and onconnect is called">
+      </testcase>
+      <testcase purpose="check whether a service record is registered and onconnect is called" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful">
         <description>
           <pre_condition>tct-bt-helper MUST be launched on the remote device.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onconnect_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_exist" purpose="check if stopDiscovery method exists">
+      </testcase>
+      <testcase purpose="check if stopDiscovery method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_address_attribute" purpose="check if address attribute exists in device">
+      </testcase>
+      <testcase purpose="check if address attribute exists in device" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_address_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_address_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_exist" purpose="method of discoverDevices exists in bluetooth adapter.">
+      </testcase>
+      <testcase purpose="method of discoverDevices exists in bluetooth adapter." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_errorCallback" onload_delay="90" purpose="check if name attribute of adapter set">
+      </testcase>
+      <testcase purpose="check if name attribute of adapter set" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_errorCallback">
         <description>
+          <pre_condition>Please wait at least 5 second before run test</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_name_attribute" purpose="check name attribute in adapter">
+      </testcase>
+      <testcase purpose="check name attribute in adapter" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_name_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_name_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_exist" purpose="check if registerRFCOMMServiceByUUID method exists">
+      </testcase>
+      <testcase purpose="check if registerRFCOMMServiceByUUID method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_devicename_correct" purpose="check if device name is correct">
+      </testcase>
+      <testcase purpose="check if device name is correct" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_devicename_correct">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_devicename_correct.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfound_successful" purpose="check if onfound method of successful callback of discoverDevices method invoked">
+      </testcase>
+      <testcase purpose="check if onfound method of successful callback of discoverDevices method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfound_successful">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_successful.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_callback_error" onload_delay="90" purpose="check if error callback of setName method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of setName method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_callback_error">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_powered_attribute" purpose="check powered attribute in adapter">
+      </testcase>
+      <testcase purpose="check powered attribute in adapter" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_powered_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_onerror" onload_delay="90" purpose="check if error callback of getKnownDevices method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of getKnownDevices method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_callback_onerror" onload_delay="90" purpose="check if error callback of getDevice method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of getDevice method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_getDefaultAdapter_exist" purpose="check if getDefaultAdapter method exists">
+      </testcase>
+      <testcase purpose="check if getDefaultAdapter method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_getDefaultAdapter_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_deviceService_attribute" purpose="check attribute deviceService">
+      </testcase>
+      <testcase purpose="check attribute deviceService" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_deviceService_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceService_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_deviceMajor_attribute" purpose="check attribute deviceMajor">
+      </testcase>
+      <testcase purpose="check attribute deviceMajor" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_deviceMajor_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMajor_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_deviceMinor_attribute" purpose="check attribute deviceMinor">
+      </testcase>
+      <testcase purpose="check attribute deviceMinor" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_deviceMinor_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMinor_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManagerObject_bluetooth_attribute" purpose="check attribute bluetooth">
+      </testcase>
+      <testcase purpose="check attribute bluetooth" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManagerObject_bluetooth_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_bluetooth_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_readData" purpose="check if readData method correct, after sending nothing">
+      </testcase>
+      <testcase purpose="check if readData method correct, after sending nothing" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_readData">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_readData.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_uuid_attribute" onload_delay="90" purpose="check attribute uuid in BluetoothServiceHandler">
+      </testcase>
+      <testcase purpose="check attribute uuid in BluetoothServiceHandler" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_uuid_attribute">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_name_attribute" onload_delay="90" purpose="check attribute name in BluetoothServiceHandler">
+      </testcase>
+      <testcase purpose="check attribute name in BluetoothServiceHandler" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_name_attribute">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_isConnected_attribute" onload_delay="90" purpose="check attribute isConnected in BluetoothServiceHandler">
+      </testcase>
+      <testcase purpose="check attribute isConnected in BluetoothServiceHandler" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_isConnected_attribute">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_bondingDevice" purpose="check using createBonding method which is in BluetoothAdapter interface to bond device">
+      </testcase>
+      <testcase purpose="check using createBonding method which is in BluetoothAdapter interface to bond device" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_bondingDevice">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_bondingDevice.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothClass_hasService" purpose="Check with non-optional arguments hasService(valid_service) and  if the method does what it should.">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments hasService(valid_service) and  if the method does what it should." component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothClass_hasService">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_hasService.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice_connectToServiceByUUID" purpose="check using connectToServiceByUUID method which is in BluetoothDevice interface to open connection">
+      </testcase>
+      <testcase purpose="check using connectToServiceByUUID method which is in BluetoothDevice interface to open connection" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice_connectToServiceByUUID">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_unregisterServiceRecord" onload_delay="90" purpose="check using unregister method which is in BluetoothServiceHandler interface to unregister service record">
+      </testcase>
+      <testcase purpose="check using unregister method which is in BluetoothServiceHandler interface to unregister service record" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_unregisterServiceRecord">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_address_NotFound" onload_delay="90" purpose="check whether 'createBonding' method called with invalid arguments reports not found error">
+      </testcase>
+      <testcase purpose="check whether 'createBonding' method called with invalid arguments reports not found error" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_address_NotFound">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_address_NotFound.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch" purpose="check whether 'createBonding' method called with invalid arguments throws an exception (part 5)">
+      </testcase>
+      <testcase purpose="check whether 'createBonding' method called with invalid arguments throws an exception (part 5)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_with_error_null_and_success_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_address_NotFound" purpose="check whether 'destroyBonding' method called with invalid arguments reports not found error">
+      </testcase>
+      <testcase purpose="check whether 'destroyBonding' method called with invalid arguments reports not found error" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_address_NotFound">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_NotFound.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_invalid_callback_name" onload_delay="90" purpose="check whether 'discoverDevices' method called with invalid successCallback throws an exception">
+      </testcase>
+      <testcase purpose="check whether 'discoverDevices' method called with invalid successCallback throws an exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_invalid_callback_name">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_invalid_callback_name.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getDevice_address_NotFound" purpose="check whether 'getDevice' method called with invalid arguments reports not found error">
+      </testcase>
+      <testcase purpose="check whether 'getDevice' method called with invalid arguments reports not found error" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getDevice_address_NotFound">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_NotFound.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getKnownDevices_with_errorCallback" purpose="Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getKnownDevices_with_errorCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered" purpose="check whether 'setPowered' method properly sets powered parameter of BluetoothAdapter (part 2)">
+      </testcase>
+      <testcase purpose="check whether 'setPowered' method properly sets powered parameter of BluetoothAdapter (part 2)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_errorCallback" onload_delay="90" purpose="Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocketState_open_enum" purpose="check enum OPEN">
+      </testcase>
+      <testcase purpose="check enum OPEN" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocketState_open_enum">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketState_open_enum.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_AUDIO_VIDEO_const" purpose="check various identifiers of BluetoothClassDeviceMajor_AUDIO_VIDEO">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_AUDIO_VIDEO" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_AUDIO_VIDEO_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_AUDIO_VIDEO_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_COMPUTER_const" purpose="check various identifiers of BluetoothClassDeviceMajor_COMPUTER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_COMPUTER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_COMPUTER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_COMPUTER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_HEALTH_const" purpose="check various identifiers of BluetoothClassDeviceMajor_HEALTH">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_HEALTH" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_HEALTH_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_HEALTH_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_IMAGING_const" purpose="check various identifiers of BluetoothClassDeviceMajor_IMAGING">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_IMAGING" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_IMAGING_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_IMAGING_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_MISC_const" purpose="check various identifiers of BluetoothClassDeviceMajor_MISC">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_MISC" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_MISC_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_MISC_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_NETWORK_const" purpose="check various identifiers of BluetoothClassDeviceMajor_NETWORK">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_NETWORK" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_NETWORK_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_NETWORK_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_PERIPHERAL_const" purpose="check various identifiers of BluetoothClassDeviceMajor_PERIPHERAL">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_PERIPHERAL" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_PERIPHERAL_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PERIPHERAL_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_PHONE_const" purpose="check various identifiers of BluetoothClassDeviceMajor_PHONE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_PHONE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_PHONE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PHONE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_TOY_const" purpose="check various identifiers of BluetoothClassDeviceMajor_TOY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_TOY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_TOY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_TOY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_UNCATEGORIZED_const" purpose="check various identifiers of BluetoothClassDeviceMajor_UNCATEGORIZED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_UNCATEGORIZED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_UNCATEGORIZED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_UNCATEGORIZED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_WEARABLE_const" purpose="check various identifiers of BluetoothClassDeviceMajor_WEARABLE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMajor_WEARABLE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_WEARABLE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_WEARABLE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_CAMCORDER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_CAMCORDER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_CAMCORDER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_CAMCORDER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAMCORDER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_CAR_AUDIO_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_CAR_AUDIO">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_CAR_AUDIO" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_CAR_AUDIO_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAR_AUDIO_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_GAMING_TOY_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_GAMING_TOY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_GAMING_TOY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_GAMING_TOY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_GAMING_TOY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_HANDSFREE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HANDSFREE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HANDSFREE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_HANDSFREE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HANDSFREE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_HEADPHONES_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HEADPHONES">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HEADPHONES" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_HEADPHONES_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HEADPHONES_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_HIFI_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HIFI">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HIFI" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_HIFI_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HIFI_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_LOUDSPEAKER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_LOUDSPEAKER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_MICROPHONE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_MICROPHONE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_MICROPHONE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_MICROPHONE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MICROPHONE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_MONITOR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_MONITOR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_MONITOR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_MONITOR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MONITOR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_SETTOP_BOX_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_SETTOP_BOX">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_SETTOP_BOX" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_SETTOP_BOX_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_SETTOP_BOX_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_UNRECOGNIZED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_UNRECOGNIZED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_VCR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VCR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VCR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_VCR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VCR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CAMERA">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CAMERA" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const" purpose="check various identifiers of BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_DESKTOP">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_DESKTOP" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_LAPTOP">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_LAPTOP" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_SERVER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_SERVER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_SERVER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_SERVER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_SERVER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_WEARABLE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_WEARABLE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_THERMOMETER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_THERMOMETER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_UNDEFINED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_UNDEFINED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_CAMERA_const" purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_CAMERA">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_CAMERA" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_CAMERA_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_CAMERA_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_DISPLAY_const" purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_DISPLAY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_DISPLAY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_DISPLAY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_DISPLAY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_PRINTER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_PRINTER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_PRINTER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_PRINTER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_PRINTER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_SCANNER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_SCANNER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_SCANNER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_SCANNER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_SCANNER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const" purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_CELLULAR_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_CELLULAR">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_CELLULAR" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_CELLULAR_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CELLULAR_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_CORDLESS_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_CORDLESS">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_CORDLESS" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_CORDLESS_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CORDLESS_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_ISDN_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_ISDN">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_ISDN" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_ISDN_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_ISDN_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_SMARTPHONE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_SMARTPHONE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const" purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_CONTROLLER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_CONTROLLER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_CONTROLLER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_CONTROLLER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_CONTROLLER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_DOLL_const" purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_DOLL">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_DOLL" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_DOLL_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_DOLL_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_GAME_const" purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_GAME">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_GAME" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_GAME_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_GAME_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_ROBOT_const" purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_ROBOT">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_ROBOT" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_ROBOT_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_ROBOT_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_VEHICLE_const" purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_VEHICLE">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_VEHICLE" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_TOY_VEHICLE_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_VEHICLE_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_GLASSES_const" purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_GLASSES">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_GLASSES" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_GLASSES_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_GLASSES_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_HELMET_const" purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_HELMET">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_HELMET" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_HELMET_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_HELMET_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_JACKET_const" purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_JACKET">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_JACKET" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_JACKET_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_JACKET_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_PAGER_const" purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_PAGER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_PAGER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_PAGER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_PAGER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const" purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_AUDIO_const" purpose="check various identifiers of BluetoothClassDeviceService_AUDIO">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_AUDIO" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_AUDIO_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_AUDIO_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_CAPTURING_const" purpose="check various identifiers of BluetoothClassDeviceService_CAPTURING">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_CAPTURING" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_CAPTURING_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_CAPTURING_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_INFORMATION_const" purpose="check various identifiers of BluetoothClassDeviceService_INFORMATION">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_INFORMATION" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_INFORMATION_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_INFORMATION_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const" purpose="check various identifiers of BluetoothClassDeviceService_LIMITED_DISCOVERABILITY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_LIMITED_DISCOVERABILITY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_NETWORKING_const" purpose="check various identifiers of BluetoothClassDeviceService_NETWORKING">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_NETWORKING" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_NETWORKING_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_NETWORKING_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_OBJECT_TRANSFER_const" purpose="check various identifiers of BluetoothClassDeviceService_OBJECT_TRANSFER">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_OBJECT_TRANSFER" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_OBJECT_TRANSFER_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_OBJECT_TRANSFER_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_POSITIONING_const" purpose="check various identifiers of BluetoothClassDeviceService_POSITIONING">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_POSITIONING" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_POSITIONING_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_POSITIONING_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_RENDERING_const" purpose="check various identifiers of BluetoothClassDeviceService_RENDERING">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_RENDERING" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_RENDERING_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_RENDERING_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_TELEPHONY_const" purpose="check various identifiers of BluetoothClassDeviceService_TELEPHONY">
+      </testcase>
+      <testcase purpose="check various identifiers of BluetoothClassDeviceService_TELEPHONY" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_TELEPHONY_const">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_TELEPHONY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_extend" purpose="test whether the object can have new properties added for BluetoothClassDeviceMajor">
+      </testcase>
+      <testcase purpose="test whether the object can have new properties added for BluetoothClassDeviceMajor" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_extend" purpose="test whether the object BluetoothClassDeviceMinor can have new properties added">
+      </testcase>
+      <testcase purpose="test whether the object BluetoothClassDeviceMinor can have new properties added" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_extend" purpose="test whether the object can have new properties added for BluetoothClassDeviceService">
+      </testcase>
+      <testcase purpose="test whether the object can have new properties added for BluetoothClassDeviceService" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_extend" purpose="test whether the object can have new properties added for BluetoothAdapter">
+      </testcase>
+      <testcase purpose="test whether the object can have new properties added for BluetoothAdapter" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_notexist" purpose="check if is possible to call BluetoothAdapter in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothAdapter in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_notexist" purpose="check if is possible to call BluetoothClassDeviceMajor in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothClassDeviceMajor in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMajor_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_notexist" purpose="check if is possible to call BluetoothClassDeviceMinor in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothClassDeviceMinor in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceMinor_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_notexist" purpose="check if is possible to call BluetoothClassDeviceService with new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothClassDeviceService with new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClassDeviceService_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClass_notexist" purpose="check if is possible to call BluetoothClass in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothClass in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothClass_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceArraySuccessCallback_notexist" purpose="check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceArraySuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceSuccessCallback_notexist" purpose="check if is possible to call BluetoothDeviceSuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothDeviceSuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDevice_notexist" purpose="check if is possible to call BluetoothDevice in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothDevice in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDevice_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_notexist" purpose="check if is possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_extend" purpose="test whether the object can have new properties added for BluetoothManager">
+      </testcase>
+      <testcase purpose="test whether the object can have new properties added for BluetoothManager" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_in_tizen" purpose="check attribute bluetooth for readonly">
+      </testcase>
+      <testcase purpose="check attribute bluetooth for readonly" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_in_tizen">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_in_tizen.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_notexist" purpose="check if is possible to call BluetoothManager in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothManager in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_extend" onload_delay="90" purpose="test whether the object can have new properties added for BluetoothServiceHandler">
+      </testcase>
+      <testcase purpose="test whether the object can have new properties added for BluetoothServiceHandler" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_notexist" purpose="check if is possible to call BluetoothServiceHandler in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothServiceHandler in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceSuccessCallback_notexist" purpose="check if is possible to call BluetoothServiceSuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothServiceSuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothSocketSuccessCallback_notexist" purpose="check if is possible to call BluetoothSocketSuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothSocketSuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothSocketSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothSocket_notexist" purpose="check if is possible to call BluetoothSocket in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothSocket in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothSocket_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_exist" purpose="check if setVisible method exists">
+      </testcase>
+      <testcase purpose="check if setVisible method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_missarg" onload_delay="90" purpose="Check discoverDevices with missing non-optional argument.">
+      </testcase>
+      <testcase purpose="Check discoverDevices with missing non-optional argument." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_missarg" onload_delay="90" purpose="Check getKnownDevices with missing non-optional argument.">
+      </testcase>
+      <testcase purpose="Check getKnownDevices with missing non-optional argument." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_missarg" onload_delay="90" purpose="Check getDevice with missing non-optional argument.">
+      </testcase>
+      <testcase purpose="Check getDevice with missing non-optional argument." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_missarg" onload_delay="90" purpose="Check createBonding with missing non-optional argument.">
+      </testcase>
+      <testcase purpose="Check createBonding with missing non-optional argument." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg" onload_delay="90" purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument.">
+      </testcase>
+      <testcase purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_invalid_cb" onload_delay="90" purpose="Check argument setName successCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument setName successCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_invalid_cb" onload_delay="90" purpose="Check argument setName errorCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument setName errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument setName successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument setName successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument setName errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument setName errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument setPowered successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument setPowered successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_invalid_cb" onload_delay="90" purpose="check if successful callback of setPowered method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of setPowered method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument setPowered errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument setPowered errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb" onload_delay="90" purpose="check argument setPowered errorCallback validation.">
+      </testcase>
+      <testcase purpose="check argument setPowered errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument discoverDevices successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument discoverDevices successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb" onload_delay="90" purpose="Check discoverDevices argument successCallback validation - use simple function">
+      </testcase>
+      <testcase purpose="Check discoverDevices argument successCallback validation - use simple function" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument discoverDevices errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument discoverDevices errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb" onload_delay="90" purpose="Check argument discoverDevices errorCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument discoverDevices errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument stopDiscovery successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument stopDiscovery successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument stopDiscovery errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument stopDiscovery errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb" onload_delay="90" purpose="Check stopDiscovery argument successCallback validation - use {onsuccess: function(){}}">
+      </testcase>
+      <testcase purpose="Check stopDiscovery argument successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb" onload_delay="90" purpose="check stopDiscovery argument errorCallback validation">
+      </testcase>
+      <testcase purpose="check stopDiscovery argument errorCallback validation" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument getKnownDevices successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument getKnownDevices successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument getKnownDevices errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument getKnownDevices errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb" onload_delay="90" purpose="Check getKnownDevices argument successCallback validation - use {onsuccess: function(){}}">
+      </testcase>
+      <testcase purpose="Check getKnownDevices argument successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb" onload_delay="90" purpose="Check getKnownDevices argument errorCallback validation - use {onerror: function(){}} ">
+      </testcase>
+      <testcase purpose="Check getKnownDevices argument errorCallback validation - use {onerror: function(){}} " component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument getDevice successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument getDevice successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument getDevice errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument getDevice errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_invalid_cb" onload_delay="90" purpose="check if successful callback of getDevice method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of getDevice method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb" onload_delay="90" purpose="Check getDevice argument errorCallback validation - use {onerror: function(){}}">
+      </testcase>
+      <testcase purpose="Check getDevice argument errorCallback validation - use {onerror: function(){}}" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument createBonding successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument createBonding successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_invalid_cb" onload_delay="90" purpose="Check argument createBonding successCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument createBonding successCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument createBonding errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument createBonding errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb" onload_delay="90" purpose="Check argument createBonding errorCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument createBonding errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument registerRFCOMMServiceByUUID successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument registerRFCOMMServiceByUUID successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb" onload_delay="90" purpose="Check argument registerRFCOMMServiceByUUID successCallback validation - use {onsuccess: function(){}}">
+      </testcase>
+      <testcase purpose="Check argument registerRFCOMMServiceByUUID successCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument registerRFCOMMServiceByUUID errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument registerRFCOMMServiceByUUID errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb" onload_delay="90" purpose="Check argument registerRFCOMMServiceByUUID errorCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument registerRFCOMMServiceByUUID errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_successCallback_TypeMismatch" purpose="Check argument destroyBonding successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument destroyBonding successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_successCallback_TypeMismatch">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch" purpose="Check argument destroyBonding errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument destroyBonding errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_successCallback_invalid_cb" purpose="check if successful callback of destroyBonding method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of destroyBonding method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_successCallback_invalid_cb">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_errorCallback_invalid_cb" purpose="Check argument_destroyBonding errorCallback validation - use {onsuccess: function(){}}">
+      </testcase>
+      <testcase purpose="Check argument_destroyBonding errorCallback validation - use {onsuccess: function(){}}" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_errorCallback_invalid_cb">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument unregister successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument unregister successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument unregister errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument unregister errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb" onload_delay="90" purpose="check if successful callback of unregister method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of unregister method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb" onload_delay="90" purpose="check unregister argument errorCallback validation">
+      </testcase>
+      <testcase purpose="check unregister argument errorCallback validation" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceArraySuccessCallback_onsuccess" onload_delay="90" purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDeviceArraySuccessCallback_onsuccess">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceSuccessCallback_onsuccess" onload_delay="90" purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceSuccessCallback_onsuccess">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_onstarted" onload_delay="90" purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothDiscoverDevicesSuccessCallback_onstarted">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDiscoverDevicesSuccessCallback_ondevicefound" purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicefound arguments have proper type" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDiscoverDevicesSuccessCallback_ondevicefound">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicefound.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDiscoverDevicesSuccessCallback_onfinished" purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onfinished arguments have proper type" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDiscoverDevicesSuccessCallback_onfinished">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onfinished.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared" purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicedisappeared arguments have proper type">
+      </testcase>
+      <testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its ondevicedisappeared arguments have proper type" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_ondevicedisappeared.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_getDefaultAdapter_extra_argument" purpose="Check if method getDefaultAdapter of BluetoothManager accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method getDefaultAdapter of BluetoothManager accepts extra argument" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_getDefaultAdapter_extra_argument">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice_connectToServiceByUUID_with_errorCallback" purpose="Check connectToServiceByUUID with errorCallback">
+      </testcase>
+      <testcase purpose="Check connectToServiceByUUID with errorCallback" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice_connectToServiceByUUID_with_errorCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_connectToServiceByUUID_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_close" purpose="Proper close invocation without arguments - should work.">
+      </testcase>
+      <testcase purpose="Proper close invocation without arguments - should work." component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket_close">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_close.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName" onload_delay="90" purpose="Check with non-optional arguments setName(valid_name).">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments setName(valid_name)." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_successCallback" onload_delay="90" purpose="Check with optional arguments setName(valid_name,successCallback).">
+      </testcase>
+      <testcase purpose="Check with optional arguments setName(valid_name,successCallback)." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_successCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_successCallback" onload_delay="90" purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setPowered_with_successCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices" purpose="Check with non-optional arguments discoverDevices(valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_with_errorCallback" purpose="Check with non-optional arguments discoverDevices(valid_successCallback,errorCallback)">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments discoverDevices(valid_successCallback,errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_with_errorCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_getDefaultAdapter" purpose="Proper invocation without arguments BluetoothManager_getDefaultAdapter">
+      </testcase>
+      <testcase purpose="Proper invocation without arguments BluetoothManager_getDefaultAdapter" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManager_getDefaultAdapter">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_successCallback" onload_delay="90" purpose="Check with optional arguments stopDiscovery(valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments stopDiscovery(valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_with_successCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_stopDiscovery" purpose="Check with optional arguments stopDiscovery">
+      </testcase>
+      <testcase purpose="Check with optional arguments stopDiscovery" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_stopDiscovery">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getKnownDevices" purpose="Check with optional arguments getKnownDevices(valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments getKnownDevices(valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getKnownDevices">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getDevice" purpose="Check with non-optional arguments getDevice(valid_address, valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments getDevice(valid_address, valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getDevice">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding" purpose="Check with non-optional arguments createBonding(valid_address, valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments createBonding(valid_address, valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_with_errorCallback" purpose="Check with optional arguments destroyBonding(valid_address, valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments destroyBonding(valid_address, valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_with_errorCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_with_successCallback" purpose="Check with optional arguments destroyBonding(valid_address, valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments destroyBonding(valid_address, valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding_with_successCallback">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding" purpose="Check with optional arguments destroyBonding(valid_address)">
+      </testcase>
+      <testcase purpose="Check with optional arguments destroyBonding(valid_address)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_destroyBonding">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback" onload_delay="90" purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID" onload_delay="90" purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_successCallback" onload_delay="90" purpose="Check with optional arguments unregister(valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments unregister(valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister_with_successCallback">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister" onload_delay="90" purpose="Check with non-optional arguments unregister()">
+      </testcase>
+      <testcase purpose="Check with non-optional arguments unregister()" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothServiceHandler_unregister">
         <description>
+          <pre_condition>Tests should be run separately</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="Bluetooth_discoverDevices_successCallback_invalidcb" onload_delay="90" purpose="Check BluetoothDiscoverDevicesSuccessCallback callback with invalid callback">
+      </testcase>
+      <testcase purpose="Check BluetoothDiscoverDevicesSuccessCallback callback with invalid callback" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="Bluetooth_discoverDevices_successCallback_invalidcb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch" onload_delay="90" purpose="Check argument setVisible successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument setVisible successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_invalid_cb" onload_delay="90" purpose="check if successful callback of setVisible method invoked">
+      </testcase>
+      <testcase purpose="check if successful callback of setVisible method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch" onload_delay="90" purpose="Check argument setVisible errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check argument setVisible errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb" onload_delay="90" purpose="check if error callback of setVisible method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of setVisible method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_timeout" onload_delay="90" purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)">
+      </testcase>
+      <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback, valid_timeout)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_timeout">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_timeout.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_errorCallback" onload_delay="90" purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback, valid_errorCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_successCallback" onload_delay="90" purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback)">
+      </testcase>
+      <testcase purpose="Check with optional arguments setVisible(valid_mode, valid_successCallback)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_with_successCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible" onload_delay="90" purpose="Check with optional arguments setVisible(valid_mode)">
+      </testcase>
+      <testcase purpose="Check with optional arguments setVisible(valid_mode)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_notexist" purpose="check if is possible to call BluetoothAdapterChangeCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothAdapterChangeCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener" onload_delay="90" purpose="check with non-optional arguments setChangeListener(valid_listener)">
+      </testcase>
+      <testcase purpose="check with non-optional arguments setChangeListener(valid_listener)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_listener_TypeMismatch" purpose="check argument setChangeListener listener conversions exception">
+      </testcase>
+      <testcase purpose="check argument setChangeListener listener conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_listener_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_exist" purpose="check if setChangeListener method exists">
+      </testcase>
+      <testcase purpose="check if setChangeListener method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_listener_invalid_cb" purpose="check setChangeListener with invalid callback">
+      </testcase>
+      <testcase purpose="check setChangeListener with invalid callback" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_listener_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_missarg" purpose="check setChangeListener with missing non-optional argument">
+      </testcase>
+      <testcase purpose="check setChangeListener with missing non-optional argument" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setChangeListener_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onnamechanged" onload_delay="90" purpose="check onnamechanged listener is invoked after setName()">
+      </testcase>
+      <testcase purpose="check onnamechanged listener is invoked after setName()" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onnamechanged">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onstatechanged" onload_delay="90" purpose="check onstatechanged listener is invoked after setPowered()">
+      </testcase>
+      <testcase purpose="check onstatechanged listener is invoked after setPowered()" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onstatechanged">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onvisibilitychanged" onload_delay="90" purpose="check onvisibilitychanged listener is invoked after setVisible()">
+      </testcase>
+      <testcase purpose="check onvisibilitychanged listener is invoked after setVisible()" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapterChangeCallback_onvisibilitychanged">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener" onload_delay="90" purpose="check unsetChangeListener">
+      </testcase>
+      <testcase purpose="check unsetChangeListener" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener_exist" purpose="check if unsetChangeListener method exists">
+      </testcase>
+      <testcase purpose="check if unsetChangeListener method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener_extra_argument" purpose="check if method close of unsetChangeListener accepts extra argument">
+      </testcase>
+      <testcase purpose="check if method close of unsetChangeListener accepts extra argument" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_unsetChangeListener_extra_argument">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_notexist" purpose="check if is possible to call BluetoothHealthApplication in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothHealthApplication in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_extend" onload_delay="90" purpose="test whether the object BluetoothHealthApplication can have new properties added it">
+      </testcase>
+      <testcase purpose="test whether the object BluetoothHealthApplication can have new properties added it" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_dataType_attribute" onload_delay="90" purpose="test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly">
+      </testcase>
+      <testcase purpose="test whether the dataType unsigned short exist in BluetoothHealthApplication has default value and its readonly" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_dataType_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_dataType_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_name_attribute" onload_delay="90" purpose="test whether the name string exist in BluetoothHealthApplication has default value and its readonly">
+      </testcase>
+      <testcase purpose="test whether the name string exist in BluetoothHealthApplication has default value and its readonly" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_name_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_name_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_onconnect_attribute" onload_delay="90" purpose="test whether the onconnect in BluetoothHealthApplication has default value and it's writable">
+      </testcase>
+      <testcase purpose="test whether the onconnect in BluetoothHealthApplication has default value and it's writable" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_onconnect_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_onconnect_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getBluetoothProfileHandler" purpose="check with non-optional arguments getBluetoothProfileHandler(valid_profileType)">
+      </testcase>
+      <testcase purpose="check with non-optional arguments getBluetoothProfileHandler(valid_profileType)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getBluetoothProfileHandler">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getBluetoothProfileHandler_exist" purpose="check if getBluetoothProfileHandler method exists">
+      </testcase>
+      <testcase purpose="check if getBluetoothProfileHandler method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getBluetoothProfileHandler_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_extend" purpose="test whether the object BluetoothHealthProfileHandler can have new properties added it ">
+      </testcase>
+      <testcase purpose="test whether the object BluetoothHealthProfileHandler can have new properties added it " component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_notexist" purpose="check if is possible to call BluetoothHealthProfileHandler in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothHealthProfileHandler in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication" onload_delay="90" purpose="Check with non optional arguments registerSinkApplication">
+      </testcase>
+      <testcase purpose="Check with non optional arguments registerSinkApplication" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch" onload_delay="90" purpose="check argument registerSinkApplicatio errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="check argument registerSinkApplicatio errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb" onload_delay="90" purpose="Check argument registerSinkApplication errorCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument registerSinkApplication errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_exist" purpose="check if registerSinkApplication method exists">
+      </testcase>
+      <testcase purpose="check if registerSinkApplication method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_missarg" purpose="check registerSinkApplication with missing non-optional argument">
+      </testcase>
+      <testcase purpose="check registerSinkApplication with missing non-optional argument" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch" onload_delay="90" purpose="check argument registerSinkApplicatio successCallback conversions exception">
+      </testcase>
+      <testcase purpose="check argument registerSinkApplicatio successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb" onload_delay="90" purpose="Check argument registerSinkApplication successCallback validation.">
+      </testcase>
+      <testcase purpose="Check argument registerSinkApplication successCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback" onload_delay="90" purpose="check registerSinkApplication with valid optional arguments">
+      </testcase>
+      <testcase purpose="check registerSinkApplication with valid optional arguments" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister" onload_delay="90" purpose="check unregister with non optional arguments">
+      </testcase>
+      <testcase purpose="check unregister with non optional arguments" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_TypeMismatch" onload_delay="90" purpose="check argument unregister errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="check argument unregister errorCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_invalid_cb" onload_delay="90" purpose="check argument unregister errorCallback validation.">
+      </testcase>
+      <testcase purpose="check argument unregister errorCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_exist" onload_delay="90" purpose="check if unregister method exists in BluetoothHealthApplication">
+      </testcase>
+      <testcase purpose="check if unregister method exists in BluetoothHealthApplication" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_TypeMismatch" onload_delay="90" purpose="check argument unregister successCallback conversions exception">
+      </testcase>
+      <testcase purpose="check argument unregister successCallback conversions exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_invalid_cb" onload_delay="90" purpose="check argument unregister successCallback validation.">
+      </testcase>
+      <testcase purpose="check argument unregister successCallback validation." component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_errorCallback" onload_delay="90" purpose="Check unregister with successCallback and errorCallback">
+      </testcase>
+      <testcase purpose="Check unregister with successCallback and errorCallback" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_errorCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_successCallback" onload_delay="90" purpose="check unregister with successCallback">
+      </testcase>
+      <testcase purpose="check unregister with successCallback" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_with_successCallback">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthChannel_notexist" purpose="check if is possible to call BluetoothHealthChannel in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothHealthChannel in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthChannel_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannel_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_connectToSource_exist" purpose="check if connectToSource method exists">
+      </testcase>
+      <testcase purpose="check if connectToSource method exists" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_connectToSource_exist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_connectToSource_missarg" purpose="check connectToSource with missing non-optional argument">
+      </testcase>
+      <testcase purpose="check connectToSource with missing non-optional argument" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_connectToSource_missarg">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothProfileHandler_notexist" purpose="check if is possible to call BluetoothProfileHandler in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothProfileHandler in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothProfileHandler_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothProfileHandler_profileType_attribute" purpose="check if profileType attribute exists in BluetoothProfileHandler">
+      </testcase>
+      <testcase purpose="check if profileType attribute exists in BluetoothProfileHandler" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothProfileHandler_profileType_attribute">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothServiceHandler_onconnect_attribute" purpose="check whether a service record is registered in the device service record database properly (part 2)">
+      </testcase>
+      <testcase purpose="check whether a service record is registered in the device service record database properly (part 2)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothServiceHandler_onconnect_attribute">
         <description>
           <pre_condition>tct-bt-helper MUST be launched on the remote device.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_onconnect_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplicationSuccessCallback_onsuccess" onload_delay="90" purpose="Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments">
+      </testcase>
+      <testcase purpose="Check if BluetoothHealthApplicationSuccessCallback callback is called with propriety arguments" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplicationSuccessCallback_onsuccess">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_onsuccess.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplicationSuccessCallback_notexist" purpose="check if is possible to call BluetoothHealthApplicationSuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothHealthApplicationSuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplicationSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplicationSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthChannelChangeCallback_notexist" purpose="check if is possible to call BluetoothHealthChannelChangeCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothHealthChannelChangeCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthChannelChangeCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelChangeCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthChannelSuccessCallback_notexist" purpose="check if is possible to call BluetoothHealthChannelSuccessCallback in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothHealthChannelSuccessCallback in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthChannelSuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthChannelSuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManagerObject_notexist" purpose="check if is possible to call BluetoothManagerObject in new expresion">
+      </testcase>
+      <testcase purpose="check if is possible to call BluetoothManagerObject in new expresion" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothManagerObject_notexist">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothProfileHandler_extend" purpose="test whether the object can have new properties added for BluetoothProfileHandler">
+      </testcase>
+      <testcase purpose="test whether the object can have new properties added for BluetoothProfileHandler" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothProfileHandler_extend">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_onerror" onload_delay="90" purpose="check if error callback of discoverDevices method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of discoverDevices method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_discoverDevices_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_callback_onerror" onload_delay="90" purpose="check if error callback of BluetoothAdapter method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of BluetoothAdapter method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setVisible_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_callback_onerror" onload_delay="90" purpose="check if error callback of stopDiscovery method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of stopDiscovery method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_stopDiscovery_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_callback_onerror" onload_delay="90" purpose="check if error callback of unregister method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of unregister method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthApplication_unregister_callback_onerror">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthApplication_unregister_callback_onerror.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_callback_error" onload_delay="90" purpose="check if error callback of registerSinkApplication method invoked">
+      </testcase>
+      <testcase purpose="check if error callback of registerSinkApplication method invoked" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothHealthProfileHandler_registerSinkApplication_callback_error">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_callback_error.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_deviceaddress_correct" purpose="check if device address is correct">
+      </testcase>
+      <testcase purpose="check if device address is correct" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_createBonding_deviceaddress_correct">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_deviceaddress_correct.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_address_TypeMismatch" onload_delay="90" purpose="check whether bonding to remote devices is destroyed properly">
+      </testcase>
+      <testcase purpose="check whether bonding to remote devices is destroyed properly" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_address_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_address_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null" purpose="check whether 'destroyBonding' method called with invalid arguments throws an exception">
+      </testcase>
+      <testcase purpose="check whether 'destroyBonding' method called with invalid arguments throws an exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_TypeMismatch_and_error_null.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch" purpose="check whether 'destroyBonding' method called with invalid arguments throws an exception (part 2)">
+      </testcase>
+      <testcase purpose="check whether 'destroyBonding' method called with invalid arguments throws an exception (part 2)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_with_success_null_and_error_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfound_deviceaddress" purpose="check if device address is found">
+      </testcase>
+      <testcase purpose="check if device address is found" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfound_deviceaddress">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_deviceaddress.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfound_devicename" purpose="check if device name is found">
+      </testcase>
+      <testcase purpose="check if device name is found" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_discoverDevices_onfound_devicename">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_onfound_devicename.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_function_type_check" purpose="check if BluetoothAdapter exists and implements methods">
+      </testcase>
+      <testcase purpose="check if BluetoothAdapter exists and implements methods" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_function_type_check">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_function_type_check.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_address_TypeMismatch" onload_delay="90" purpose="check whether the BluetoothDevice object for a given device hardware address is provided properly">
+      </testcase>
+      <testcase purpose="check whether the BluetoothDevice object for a given device hardware address is provided properly" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_address_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_address_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null" purpose="check whether 'getDevice' method called with invalid arguments throws an exception">
+      </testcase>
+      <testcase purpose="check whether 'getDevice' method called with invalid arguments throws an exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_with_success_TypeMismatch_and_error_null.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getKnownDevices_check_types" purpose="check whether all known Bluetooth devices are listed properly (part 2)">
+      </testcase>
+      <testcase purpose="check whether all known Bluetooth devices are listed properly (part 2)" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothAdapter_getKnownDevices_check_types">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices.</pre_condition>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_check_types.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null" purpose="check whether 'getKnownDevices' method called with invalid arguments throws an exception">
+      </testcase>
+      <testcase purpose="check whether 'getKnownDevices' method called with invalid arguments throws an exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_success_TypeMismatch_error_null.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null" purpose="check whether 'registerRFCOMMServiceByUUID' method called with invalid arguments throws an exception">
+      </testcase>
+      <testcase purpose="check whether 'registerRFCOMMServiceByUUID' method called with invalid arguments throws an exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_success_TypeMismatch_and_error_null.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null" purpose="check whether 'setName' method called with invalid arguments throws an exception">
+      </testcase>
+      <testcase purpose="check whether 'setName' method called with invalid arguments throws an exception" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_TypeMismatch_and_error_null.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch" purpose="check whether 'setName' method called with invalid arguments throws an exception (part 2)">
+      </testcase>
+      <testcase purpose="check whether 'setName' method called with invalid arguments throws an exception (part 2)" component="TizenAPI/Communication/Bluetooth" execution_type="auto" id="BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_success_null_and_error_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothClass" purpose="check BluetoothClass attributes and functions">
+      </testcase>
+      <testcase purpose="check BluetoothClass attributes and functions" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothClass">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice" purpose="check BluetoothDevice attributes and functions">
+      </testcase>
+      <testcase purpose="check BluetoothDevice attributes and functions" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothDevice">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket" purpose="check BluetoothSocket attributes and functions">
+      </testcase>
+      <testcase purpose="check BluetoothSocket attributes and functions" component="TizenAPI/Communication/Bluetooth" execution_type="manual" id="BluetoothSocket">
         <description>
           <pre_condition>The bluetooth of the remote device MUST be turned on and discoverable from other devices. The remote device MUST register the service by pushing [Register service] button on tct-bt-helper.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket.html</test_script_entry>
         </description>
-        </testcase>
+      </testcase>
     </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>
old mode 100755 (executable)
new mode 100644 (file)
index 6cea197..32cb068
 <test_definition>
   <suite name="tct-websetting-tizen-tests" launcher="WRTLauncher">
     <set name="WebSetting">
-      <testcase purpose="Check if Websetting object notexist" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingObject_notexist">
+      <testcase purpose="Check if WebSetting object notexist" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingObject_notexist">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if Websetting object notexist</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSetting" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingObject" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="check if WebsettingManager exists in Tizen" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_in_tizen">
+      <testcase purpose="check if WebsettingManager exists in Tizen" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingManager_in_tizen">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WebsettingManager exists in Tizen</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>        
-         <testcase purpose="Check if WebsettingManager possible extend" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_extend">
+      </testcase>
+      <testcase purpose="Check if WebsettingManager possible extend" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingManager_extend">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WebsettingManager possible extend</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
       </testcase>
-         <testcase purpose="Check if WebSettingManager notexist" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_notexist">
+      <testcase purpose="Check if WebSettingManager notexist" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingManager_notexist">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WebSettingManager notexist</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
       </testcase>
-         <testcase purpose="Check if setUserAgentString is exist in WebSettingManager" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_exist">
+      <testcase purpose="Check if setUserAgentString is exist in WebSettingManager" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_exist">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setUserAgentString is exist in WebSettingManager</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
       </testcase>
-       <testcase purpose="Check if setAgentString method works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString">
+      <testcase purpose="Check if WebsettingManager setAgentString method works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>sample desc</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>         
+      </testcase>
       <testcase purpose="Check if setAgentString method with null arguments works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_nullableargs">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setAgentString method with null arguments works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>     
+      </testcase>
       <testcase purpose="Check if WebsettingManager setAgentString method with successCallback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_with_successCallback">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WebsettingManager setAgentString method with successCallback works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>        
-     <testcase purpose="Check if setUserAgentString throws exception when success callback is invalid" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_successCallback_invalid_cb">
+      </testcase>
+      <testcase purpose="Check if setUserAgentString throws exception when invalid success callback is given" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_successCallback_invalid_cb">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setUserAgentString throws exception when success callback is invalid</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
-      <testcase purpose="Check if setUserAgentString throws exception when success callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_successCallback_TypeMismatch">
+      </testcase>
+      <testcase purpose="Check if setUserAgentString throws exception when success callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_successCallback_TypeMismatch">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setUserAgentString throws exception when success callback is incorrect</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase> 
-      
-      <testcase purpose="Check if setUserAgentString throws exception when error callback is invalid" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_errorCallback_invalid_cb">
+      </testcase>
+      <testcase purpose="Check if setUserAgentString throws exception when invalid error callback is given" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_errorCallback_invalid_cb">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setUserAgentString throws exception when error callback is invalid</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>            
+      </testcase>
       <testcase purpose="Check if WebsettingManager setAgentString method with errorCallback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_with_errorCallback">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if WebsettingManager setAgentString method with errorCallback works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
-      <testcase purpose="Check if setUserAgentString throws exception when error callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_errorCallback_TypeMismatch">
+      </testcase>
+      <testcase purpose="Check if setUserAgentString throws exception when error callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_errorCallback_TypeMismatch">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setUserAgentString throws exception when error callback is incorrect</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
+      </testcase>
       <testcase purpose="Check if removeAllCookies is exist in WebSettingManager" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_exist">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies is exist in WebSettingManager</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
+      </testcase>
       <testcase purpose="Check if removeAllCookies method works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies method works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>         
-       <testcase purpose="Check if removeAllCookies method with null arguments works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_nullableargs">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies method with null arguments works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_nullableargs">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies method with null arguments works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
-      <testcase purpose="Check if removeAllCookies method with success callback works properly" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_with_successCallback">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies method with success callback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_with_successCallback">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies method with success callback works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>               
-      <testcase purpose="Check if removeAllCookies throws exception when success callback is invalid" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_successCallback_invalid_cb">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies throws exception when invalid success callback is given" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_successCallback_invalid_cb">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies throws exception when success callback is invalid</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
-      <testcase purpose="Check if removeAllCookies throws exception when success callback is incorrect" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_successCallback_TypeMismatch">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies throws exception when success callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_successCallback_TypeMismatch">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies throws exception when success callback is incorrect</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
-      <testcase purpose="Check if removeAllCookies method with error callback works properly" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_with_errorCallback">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies method with error callback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_with_errorCallback">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies method with error callback works properly</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>             
-      <testcase purpose="Check if removeAllCookies throws exception when error callback is invalid" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_errorCallback_invalid_cb">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies throws exception when invalid error callback is given" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_errorCallback_invalid_cb">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies throws exception when error callback is invalid</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>      
-      <testcase purpose="Check if removeAllCookies throws exception when error callback is incorrect" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_errorCallback_TypeMismatch">
+      </testcase>
+      <testcase purpose="Check if removeAllCookies throws exception when error callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_errorCallback_TypeMismatch">
         <description>
-          <pre_condition/>
-          <post_condition/>
-          <steps>
-            <step order="1">
-              <step_desc>Check if removeAllCookies throws exception when error callback is incorrect</step_desc>
-              <expected>true should be returned</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
           <spec>
-            <spec_assertion interface="WebSettingManager" specification="WebSettingManager" section="System" category="Tizen Device API Specifications"/>
+            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
             <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-                       <spec_statement>TBD</spec_statement>
+            <spec_statement>TBD</spec_statement>
           </spec>
         </specs>
-      </testcase>     
+      </testcase>
     </set>
   </suite>
 </test_definition>
index 122ccc1f04f8f8d1f3e4111d863f51b2ee78bdbc..76243d1e359abca7e675efdc1d641e82c62b7fda 100644 (file)
 <?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-websetting-tizen-tests">
+  <suite name="tct-websetting-tizen-tests" launcher="WRTLauncher">
     <set name="WebSetting">
-      <testcase purpose="Check if WebsettingManager possible extend" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingManager_extend">
+      <testcase purpose="Check if WebSetting object notexist" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingObject_notexist">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="check if WebsettingManager exists in Tizen" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingManager_in_tizen">
+      <testcase purpose="check if WebsettingManager exists in Tizen" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_in_tizen">
         <description>
           <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_in_tizen.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if WebSettingManager notexist" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingManager_notexist">
+      <testcase purpose="Check if WebsettingManager possible extend" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_extend">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_extend.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies method works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies">
+      <testcase purpose="Check if WebSettingManager notexist" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_notexist">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_notexist.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies throws exception when error callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_errorCallback_TypeMismatch">
+      <testcase purpose="Check if setUserAgentString is exist in WebSettingManager" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_exist">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies throws exception when error callback is invalid" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_errorCallback_invalid_cb">
+      <testcase purpose="Check if WebsettingManager setAgentString method works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies is exist in WebSettingManager" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_exist">
+      <testcase purpose="Check if setAgentString method with null arguments works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_nullableargs">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies method with null arguments works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_nullableargs">
+      <testcase purpose="Check if WebsettingManager setAgentString method with successCallback works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_with_successCallback">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies throws exception when success callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_successCallback_TypeMismatch">
+      <testcase purpose="Check if setUserAgentString throws exception when invalid success callback is given" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_successCallback_invalid_cb">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies throws exception when success callback is invalid" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_removeAllCookies_successCallback_invalid_cb">
+      <testcase purpose="Check if setUserAgentString throws exception when success callback is incorrect" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_successCallback_TypeMismatch">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies method with error callback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_with_errorCallback">
+      <testcase purpose="Check if setUserAgentString throws exception when invalid error callback is given" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_errorCallback_invalid_cb">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if removeAllCookies method with success callback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_removeAllCookies_with_successCallback">
+      <testcase purpose="Check if WebsettingManager setAgentString method with errorCallback works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_with_errorCallback">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="removeAllCookies" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if WebsettingManager setAgentString method works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString">
+      <testcase purpose="Check if setUserAgentString throws exception when error callback is incorrect" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_setUserAgentString_errorCallback_TypeMismatch">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if setUserAgentString throws exception when error callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_errorCallback_TypeMismatch">
+      <testcase purpose="Check if removeAllCookies is exist in WebSettingManager" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_exist">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_TypeMismatch.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_exist.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if setUserAgentString throws exception when error callback is invalid" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_errorCallback_invalid_cb">
+      <testcase purpose="Check if removeAllCookies method works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_errorCallback_invalid_cb.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if setUserAgentString is exist in WebSettingManager" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_exist">
+      <testcase purpose="Check if removeAllCookies method with null arguments works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_nullableargs">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_exist.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_nullableargs.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if setAgentString method with null arguments works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_nullableargs">
+      <testcase purpose="Check if removeAllCookies method with success callback works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_with_successCallback">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_nullableargs.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_successCallback.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if setUserAgentString throws exception when success callback is incorrect" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_successCallback_TypeMismatch">
+      <testcase purpose="Check if removeAllCookies throws exception when invalid success callback is given" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_successCallback_invalid_cb">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_TypeMismatch.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if setUserAgentString throws exception when success callback is invalid" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P2" id="WebSettingManager_setUserAgentString_successCallback_invalid_cb">
+      <testcase purpose="Check if removeAllCookies throws exception when success callback is incorrect" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_successCallback_TypeMismatch">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_successCallback_invalid_cb.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if WebsettingManager setAgentString method with errorCallback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_with_errorCallback">
+      <testcase purpose="Check if removeAllCookies method with error callback works properly" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_with_errorCallback">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_errorCallback.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_with_errorCallback.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if WebsettingManager setAgentString method with successCallback works properly" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P1" id="WebSettingManager_setUserAgentString_with_successCallback">
+      <testcase purpose="Check if removeAllCookies throws exception when invalid error callback is given" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_errorCallback_invalid_cb">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_setUserAgentString_with_successCallback.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingManager" element_type="method" element_name="setUserAgentString" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
-      <testcase purpose="Check if WebSetting object notexist" type="compliance" status="approved" component="TizenAPI/System/WebSetting" execution_type="auto" priority="P3" id="WebSettingObject_notexist">
+      <testcase purpose="Check if removeAllCookies throws exception when error callback is incorrect" component="TizenAPI/System/WebSetting" execution_type="auto" id="WebSettingManager_removeAllCookies_errorCallback_TypeMismatch">
         <description>
-          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingObject_notexist.html</test_script_entry>
+          <test_script_entry>/opt/tct-websetting-tizen-tests/websetting/WebSettingManager_removeAllCookies_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        <specs>
-          <spec>
-            <spec_assertion interface="WebSettingObject" usage="true" specification="WebSetting" section="System" category="Tizen Device API Specifications"/>
-            <spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html</spec_url>
-            <spec_statement>TBD</spec_statement>
-          </spec>
-        </specs>
       </testcase>
     </set>
   </suite>
index 4aeda70a9d43e98befe7c288a67f69ab21729ecc..83bcc677f68062a8c215b7f39fef31e5cd49f7cd 100755 (executable)
@@ -34,13 +34,14 @@ Authors:
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:removeAllCookies M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
 //==== PRIORITY P1
-//==== TEST_CRITERIA MAST MR MOA
+//==== TEST_CRITERIA MAST MOA MR
 
 var t = async_test("WebSettingManager_removdeAllCookies"),
-    successCallback, errorCallback, returnedValue;
+    successCallback, errorCallback, returnedValue = null;
 
 t.step(function () {
     successCallback = t.step_func(function () {
+        assert_equals(returnedValue, undefined, "Incorrect returned value.");
         assert_equals(document.cookie.length, 0, "Cookies are not removed");
         t.done();
     });
@@ -52,7 +53,6 @@ t.step(function () {
     document.cookie = "set cookie";
 
     returnedValue = tizen.websetting.removeAllCookies(successCallback, errorCallback);
-    assert_equals(returnedValue, undefined, "Incorrect returned value.");
 });
 </script>
 </body>
index 3ed31f4e7b3dec5ff754cb6002f09c532411857e..6ae19e518bafc3a0a42cd004b1db22b5ddfc84d9 100755 (executable)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: WebSettingManager_removeAllCookies_errorCallback_invalid_cb
-//==== LABEL Check if removeAllCookies throws exception when error callback is invalid
+//==== LABEL Check if removeAllCookies throws exception when invalid error callback is given
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:removeAllCookies M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
 //==== PRIORITY P2
index fa6ec07784211176152301f771fedb8cfda6b652..b87be86fba24090c4d2e9b484888d9d0f0d276cd 100755 (executable)
@@ -33,7 +33,6 @@ Authors:
 //==== LABEL Check if removeAllCookies is exist in WebSettingManager
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:removeAllCookies M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
-//==== PRIORITY P1
 //==== TEST_CRITERIA ME
 
 test(function () {
index f0a335af2abf03fcef6e6c05db03ebb0a2e52687..079801c431dc9abd6388e5a63d23ddc386580114 100755 (executable)
@@ -43,7 +43,7 @@ t.step(function () {
     conversionTable = getTypeConversionExceptions("functionObject", true);
 
     errorCallback = t.step_func(function (error) {
-        assert_unreached("error callback invoked.");
+        assert_unreached("error callback invoked, name: " + error.name + " with msg: " + error.msg);
     });
 
     for(i = 0; i < conversionTable.length; i++) {
index 0bf65a95dbceaac445237c85781e7a6fae6b86fe..cb72469c184ffb999edf8854cdf157e0b8ff8930 100755 (executable)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: WebSettingManager_removeAllCookies_successCallback_invalid_cb
-//==== LABEL Check if removeAllCookies throws exception when success callback is invalid
+//==== LABEL Check if removeAllCookies throws exception when invalid success callback is given
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:removeAllCookies M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
 //==== PRIORITY P2
index 5199470db2722b5f0adf986b93bcc9c4a1534248..7cc9538d873b5ed5f9d0834f1cafe626666e403e 100755 (executable)
@@ -37,10 +37,11 @@ Authors:
 //==== TEST_CRITERIA MOA MR MAST
 
 var t = async_test("WebSettingManager_removeAllCookies_with_successCallback"),
-    successCallback, returnedValue;
+    successCallback, returnedValue = null;
 
 t.step(function () {
     successCallback = t.step_func(function () {
+        assert_equals(returnedValue, undefined, "Incorrect returned value.");
         assert_equals(document.cookie.length, 0, "Cookies are not removed");
         t.done();
     });
@@ -48,7 +49,6 @@ t.step(function () {
     document.cookie = "set cookie";
 
     returnedValue = tizen.websetting.removeAllCookies(successCallback);
-    assert_equals(returnedValue, undefined, "Incorrect returned value.");
 });
 </script>
 </body>
index 5341856e27065911bdb6ed3b3ce4027dae719d55..f16e145296e39e79682b6fc068ce896d948a5f9b 100755 (executable)
@@ -37,10 +37,11 @@ Authors:
 //==== TEST_CRITERIA MMINA MAST MR
 
 var t = async_test("WebSettingManager_setUserAgentString"),
-    userAgent, successCallback, errorCallback, returnedValue;
+    userAgent, successCallback, errorCallback, returnedValue = null;
 
 t.step(function () {
     successCallback = t.step_func(function () {
+        assert_equals(returnedValue, undefined, "Incorrect returned value.");
         assert_equals(userAgent, navigator.userAgent, "User agent string has not been set");
         t.done();
     });
@@ -49,10 +50,10 @@ t.step(function () {
         assert_unreached("error callback invoked: name: " + error.name + ", msg: " + error.message);
     });
 
-    userAgent = "Mozilla/5.0 (Linux; Tizen 2.2; TCT2.2) AppleWebKit/537.3 (KHTML, like Gecko) WebAPITizenWebsettingTests/2.2 Safari/APPLE_WEBKIT_VER";
+    userAgent = "Mozilla/5.0 (Linux; Tizen 2.2; TCT2.2) AppleWebKit/537.3 " +
+        "(KHTML, like Gecko) WebAPITizenWebsettingTests/2.2 Safari/APPLE_WEBKIT_VER";
 
     returnedValue = tizen.websetting.setUserAgentString(userAgent, successCallback, errorCallback);
-    assert_equals(returnedValue, undefined, "Incorrect returned value.");
 });
 </script>
 </body>
index 0b3e0863748239a232a996670008e108b002ecfe..9ece19b1c235d781b544cfe4317f8635b59845e4 100755 (executable)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: WebSettingManager_setUserAgentString_errorCallback_invalid_cb
-//==== LABEL Check if setUserAgentString throws exception when error callback is invalid
+//==== LABEL Check if setUserAgentString throws exception when invalid error callback is given
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:setUserAgentString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
 //==== PRIORITY P2
index d88bd6f9e93cd3516677c3dd2cf09a4ac14499d2..3180f1233aa96b7d2a93c85b661cccceb34a0b8d 100755 (executable)
@@ -33,7 +33,6 @@ Authors:
 //==== LABEL Check if setUserAgentString is exist in WebSettingManager
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:setUserAgentString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
-//==== PRIORITY P1
 //==== TEST_CRITERIA ME
 
 test(function () {
index ab04039b6a3e6ea398fa72e186d6f550cf87ed87..711f380ea2f24b8c2d4ee6f3df406859257be96e 100755 (executable)
@@ -36,8 +36,10 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MMINA MR
 
-var userAgent = "Mozilla/5.0 (Linux; Tizen 2.2; TCT2.2) AppleWebKit/537.3 (KHTML, like Gecko) WebAPITizenWebsettingTests/2.2 Safari/APPLE_WEBKIT_VER",
-    returnedValue;
+var userAgent = "Mozilla/5.0 (Linux; Tizen 2.2; TCT2.2) AppleWebKit/537.3" +
+        "(KHTML, like Gecko) WebAPITizenWebsettingTests/2.2 Safari/APPLE_WEBKIT_VER",
+    returnedValue = null;
+
 test(function () {
     returnedValue = tizen.websetting.setUserAgentString(userAgent, null, null);
     assert_equals(returnedValue, undefined, "Incorrect returned value.");
index 128f955f974cab6f75b5748cd8814f5fd1cec4bb..c68115943387bc1de6e84026d8b3214c01637f26 100755 (executable)
@@ -30,7 +30,7 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 //==== TEST: WebSettingManager_setUserAgentString_successCallback_invalid_cb
-//==== LABEL Check if setUserAgentString throws exception when success callback is invalid
+//==== LABEL Check if setUserAgentString throws exception when invalid success callback is given
 //==== SPEC Tizen Web API:System:WebSetting:WebSettingManager:setUserAgentString M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/websetting.html
 //==== PRIORITY P2
index aa6e07cfbc0be4dc5648d2eeb11e88b3440e3788..f873765e1ea0f0b5aebb96432dc1e568fa44d39e 100755 (executable)
@@ -37,18 +37,18 @@ Authors:
 //==== TEST_CRITERIA MOA MR MAST
 
 var t = async_test("WebSettingManager_setUserAgentString_with_successCallback"),
-    userAgent, successCallback;
+    userAgent, successCallback, returnedValue = null;
 
 t.step(function () {
     successCallback = t.step_func(function () {
+        assert_equals(returnedValue, undefined, "Incorrect returned value.");
         assert_equals(userAgent, navigator.userAgent, "User agent string has not been set");
         t.done();
     });
 
-    userAgent = "Mozilla/5.0 (Linux; Tizen 2.2; TCT2.2) AppleWebKit/537.3 (KHTML, like Gecko) WebAPITizenWebsettingTests/2.2 Safari/APPLE_WEBKIT_VER";
-
-    var returnedValue = tizen.websetting.setUserAgentString(userAgent, successCallback);
-    assert_equals(returnedValue, undefined, "Incorrect returned value.");
+    userAgent = "Mozilla/5.0 (Linux; Tizen 2.2; TCT2.2) AppleWebKit/537.3 " +
+        "(KHTML, like Gecko) WebAPITizenWebsettingTests/2.2 Safari/APPLE_WEBKIT_VER";
+    returnedValue = tizen.websetting.setUserAgentString(userAgent, successCallback);
 });
 </script>
 </body>