//==== TEST: BluetoothAdapterChangeCallback_notexist
//==== LABEL check if is possible to call BluetoothAdapterChangeCallback in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion.
-//==== EXPECT it must not be possible to call BluetoothDeviceArraySuccessCallback in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:BluetoothAdapterChangeCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBNIO
//==== TEST: BluetoothAdapterChangeCallback_onnamechanged
//==== LABEL check onnamechanged listener is invoked after setName()
//==== PRIORITY P2
-//==== STEP check if setName() will invoke onnamechanged with appropriate argument value and type
-//==== EXPECT onnamechanged listener invoked with appropriate argument value and type
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:onnamechanged M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapterChangeCallback_onstatechanged
//==== LABEL check onstatechanged listener is invoked after setPowered()
//==== PRIORITY P2
-//==== STEP check if setPowered() will invoke onstatechanged with appropriate argument value and type
-//==== EXPECT onstatechanged listener invoked with appropriate argument value and type
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:onstatechanged M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapterChangeCallback_onvisibilitychanged
//==== LABEL check onvisibilitychanged listener is invoked after setVisible()
//==== PRIORITY P2
-//==== STEP check if setVisible() will invoke onvisibilitychanged with appropriate argument value and type
-//==== EXPECT onvisibilitychanged listener invoked with appropriate argument value and type
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapterChangeCallback:onvisibilitychanged M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
<script>
//==== TEST: BluetoothAdapter_address_attribute
//==== LABEL check if address attribute exists in device
-//==== STEP check if address attribute exists.
-//==== EXPECT address attribute exists.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:address A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
//==== TEST: BluetoothAdapter_createBonding_callback_onerror
//==== LABEL check if error callback of createBonding method invoked
//==== PRIORITY P2
-//==== STEP check if error callback of createBonding method invoked.
-//==== EXPECT error callback of createBonding method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_createBonding_errorCallback_TypeMismatch
//==== LABEL Check argument createBonding errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument createBonding errorCallback conversions exception.
-//==== EXPECT argument createBonding errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_createBonding_errorCallback_invalid_cb
//==== LABEL Check argument createBonding errorCallback validation.
//==== PRIORITY P2
-//==== STEP check argument createBonding errorCallback validation.
-//==== EXPECT argument createBonding errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_createBonding_exist
//==== LABEL method of createBonding exists in bluetooth adapter.
//==== PRIORITY P0
-//==== STEP Judges the method of createBonding existing or not in bluetooth adapter.
-//==== EXPECT The method of createBonding exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script>
//==== TEST: BluetoothAdapter_createBonding_missarg
//==== LABEL Check createBonding with missing non-optional argument.
-//==== STEP Check with missing non-optional argument.
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_createBonding_successCallback_TypeMismatch
//==== LABEL Check argument createBonding successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument createBonding successCallback conversions exception.
-//==== EXPECT argument createBonding successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_createBonding_successCallback_invalid_cb
//==== LABEL Check argument createBonding successCallback validation.
//==== PRIORITY P2
-//==== STEP check argument createBonding successCallback validation.
-//==== EXPECT argument createBonding successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:createBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_destroyBonding_callback_onerror
//==== LABEL check if error callback of destroyBonding method invoked
//==== PRIORITY P2
-//==== STEP check if error callback of destroyBonding method invoked.
-//==== EXPECT error callback of destroyBonding method invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:destroyBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_destroyBonding_exist
//==== LABEL method of destroyBonding exists in bluetooth adapter.
//==== PRIORITY P0
-//==== STEP Judges the method of destroyBonding existing or not in bluetooth adapter.
-//==== EXPECT The method of destroyBonding exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:destroyBonding M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script type="text/javascript">
//==== TEST: BluetoothAdapter_discoverDevices_callback_successful
//==== LABEL check if successful callback of discoverDevices method invoked
-//==== STEP check if successful callback of discoverDevices method invoked.
-//==== EXPECT successful callback of discoverDevices method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch
//==== LABEL Check argument discoverDevices errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument discoverDevices errorCallback conversions exception.
-//==== EXPECT argument discoverDevices errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_discoverDevices_errorCallback_invalid_cb
//==== LABEL Check argument discoverDevices errorCallback validation.
//==== PRIORITY P2
-//==== STEP check argument discoverDevices errorCallback validation.
-//==== EXPECT argument discoverDevices errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_discoverDevices_exist
//==== LABEL method of discoverDevices exists in bluetooth adapter.
//==== PRIORITY P0
-//==== STEP Judges the method of discoverDevices existing or not in bluetooth adapter.
-//==== EXPECT The method of discoverDevices exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script>
//==== TEST: BluetoothAdapter_discoverDevices_missarg
//==== LABEL Check discoverDevices with missing non-optional argument.
-//==== STEP Check with missing non-optional argument.
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_discoverDevices_successCallback_TypeMismatch
//==== LABEL Check argument discoverDevices successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument discoverDevices successCallback conversions exception.
-//==== EXPECT argument discoverDevices successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_discoverDevices_successCallback_invalid_cb
//==== LABEL Check discoverDevices argument successCallback validation - use simple function
//==== PRIORITY P2
-//==== STEP check argument discoverDevices successCallback validation.
-//==== EXPECT argument discoverDevices successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getBluetoothProfileHandler
//==== LABEL check with non-optional arguments getBluetoothProfileHandler(valid_profileType)
//==== PRIORITY P1
-//==== STEP check with non-optional arguments getBluetoothProfileHandler(valid_profileType) and its returned value
-//==== EXPECT getBluetoothProfileHandler should return BluetoothProfileHandler containing profileType
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getBluetoothProfileHandler M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMINA MR
//==== TEST: BluetoothAdapter_getBluetoothProfileHandler_exist
//==== LABEL check if getBluetoothProfileHandler method exists
//==== PRIORITY P2
-//==== STEP judges the method of getBluetoothProfileHandler existing or not in bluetooth adapter
-//==== EXPECT the method of getBluetoothProfileHandler exists in bluetooth adapter
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getBluetoothProfileHandler M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothAdapter_getDevice_callback_onerror
//==== LABEL check if error callback of getDevice method invoked
//==== PRIORITY P2
-//==== STEP check if error callback of getDevice method invoked.
-//==== EXPECT error callback of getDevice method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getDevice_errorCallback_TypeMismatch
//==== LABEL Check argument getDevice errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument getDevice errorCallback conversions exception.
-//==== EXPECT argument getDevice errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getDevice_errorCallback_invalid_cb
//==== LABEL Check getDevice argument errorCallback validation - use {onerror: function(){}}
//==== PRIORITY P2
-//==== STEP check argument getDevice errorCallback validation.
-//==== EXPECT argument getDevice errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getDevice_exist
//==== LABEL check if getDevice method exists
//==== PRIORITY P3
-//==== STEP Judges the method of getDevice existing or not in bluetooth adapter.
-//==== EXPECT The method of getDevice exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script>
//==== TEST: BluetoothAdapter_getDevice_missarg
//==== LABEL Check getDevice with missing non-optional argument.
-//==== STEP Check with missing non-optional argument.
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getDevice_successCallback_TypeMismatch
//==== LABEL Check argument getDevice successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument getDevice successCallback conversions exception.
-//==== EXPECT argument getDevice successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getDevice_successCallback_invalid_cb
//==== LABEL check if successful callback of getDevice method invoked
//==== PRIORITY P2
-//==== STEP check argument getDevice successCallback validation.
-//==== EXPECT argument getDevice successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getDevice M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getKnownDevices_callback_onerror
//==== LABEL check if error callback of getKnownDevices method invoked
//==== PRIORITY P2
-//==== STEP check if error callback of getKnownDevices method invoked.
-//==== EXPECT error callback of getKnownDevices method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
<script>
//==== TEST: BluetoothAdapter_getKnownDevices_callback_successful
//==== LABEL check if successful callback of getKnownDevices method invoked
-//==== STEP check if successful callback of getKnownDevices method invoked.
-//==== EXPECT successful callback of getKnownDevices method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch
//==== LABEL Check argument getKnownDevices errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument getKnownDevices errorCallback conversions exception.
-//==== EXPECT argument getKnownDevices errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb
//==== LABEL Check getKnownDevices argument errorCallback validation - use {onerror: function(){}}
//==== PRIORITY P2
-//==== STEP check argument getKnownDevices errorCallback validation.
-//==== EXPECT argument getKnownDevices errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getKnownDevices_exist
//==== LABEL check if getKnownDevices method exists
//==== PRIORITY P0
-//==== STEP Judges the method of getKnownDevices existing or not in bluetooth adapter.
-//==== EXPECT The method of getKnownDevices exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script>
//==== TEST: BluetoothAdapter_getKnownDevices_missarg
//==== LABEL Check getKnownDevices with missing non-optional argument.
-//==== STEP Check with missing non-optional argument.
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch
//==== LABEL Check argument getKnownDevices successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument getKnownDevices successCallback conversions exception.
-//==== EXPECT argument getKnownDevices successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_getKnownDevices_successCallback_invalid_cb
//==== LABEL Check getKnownDevices argument successCallback validation - use {onsuccess: function(){}}
//==== PRIORITY P2
-//==== STEP check argument getKnownDevices successCallback validation.
-//==== EXPECT argument getKnownDevices successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:getKnownDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
<script>
//==== TEST: BluetoothAdapter_name_attribute
//==== LABEL check name attribute in adapter
-//==== STEP check name attribute.
-//==== EXPECT name attribute.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:name A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
//==== TEST: BluetoothAdapter_notexist
//==== LABEL check if is possible to call BluetoothAdapter in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothAdapter in new expresion.
-//==== EXPECT it must not be possible to call BluetoothAdapter in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:BluetoothAdapter U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: BluetoothAdapter_powered_attribute
//==== LABEL check powered attribute in adapter
-//==== STEP check powered attribute.
-//==== EXPECT powered attribute.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:powered A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
<script>
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID
//==== LABEL Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)
-//==== STEP check argument registerRFCOMMServiceByUUID successCallback validation.
-//==== EXPECT argument registerRFCOMMServiceByUUID successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch
//==== LABEL Check argument registerRFCOMMServiceByUUID errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument registerRFCOMMServiceByUUID errorCallback conversions exception.
-//==== EXPECT argument registerRFCOMMServiceByUUID errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb
//==== LABEL Check argument registerRFCOMMServiceByUUID errorCallback validation.
//==== PRIORITY P2
-//==== STEP check argument registerRFCOMMServiceByUUID errorCallback validation.
-//==== EXPECT argument registerRFCOMMServiceByUUID errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_exist
//==== LABEL check if registerRFCOMMServiceByUUID method exists
//==== PRIORITY P0
-//==== STEP Judges the method of registerRFCOMMServiceByUUID existing or not in bluetooth adapter.
-//==== EXPECT The method of registerRFCOMMServiceByUUID exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script>
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_missarg
//==== LABEL Check registerRFCOMMServiceByUUID with missing non-optional argument.
-//==== STEP Check with missing non-optional argument.
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_onerror
//==== LABEL check if error callback of registerRFCOMMServiceByUUID method invoked
//==== PRIORITY P2
-//==== STEP check if error callback of registerRFCOMMServiceByUUID method invoked.
-//==== EXPECT error callback of registerRFCOMMServiceByUUID method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch
//==== LABEL Check argument registerRFCOMMServiceByUUID successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument registerRFCOMMServiceByUUID successCallback conversions exception.
-//==== EXPECT argument registerRFCOMMServiceByUUID successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb
//==== LABEL Check argument registerRFCOMMServiceByUUID successCallback validation - use {onsuccess: function(){}}
//==== PRIORITY P2
-//==== STEP check argument registerRFCOMMServiceByUUID successCallback validation.
-//==== EXPECT argument registerRFCOMMServiceByUUID successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
<script>
//==== TEST: BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback
//==== LABEL Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)
-//==== STEP check argument registerRFCOMMServiceByUUID successCallback validation.
-//==== EXPECT argument registerRFCOMMServiceByUUID successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:registerRFCOMMServiceByUUID M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setChangeListener
//==== LABEL check with non-optional arguments setChangeListener(valid_listener)
//==== PRIORITY P1
-//==== STEP check with non-optional arguments setChangeListener(valid listener), onstatechanged invoked from setPowered() and setChangeListener returned value
-//==== EXPECT onstatechanged listener invoked and setChangeListener should return undefined
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setChangeListener_exist
//==== LABEL check if setChangeListener method exists
//==== PRIORITY P2
-//==== STEP judges the method of setChangeListener existing or not in bluetooth adapter
-//==== EXPECT the method of setChangeListener exists in bluetooth adapter
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothAdapter_setChangeListener_listener_TypeMismatch
//==== LABEL check argument setChangeListener listener conversions exception
//==== PRIORITY P2
-//==== STEP check argument setChangeListener listener conversions exception
-//==== EXPECT argument setChangeListener conversions exception checked.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MC
//==== TEST: BluetoothAdapter_setChangeListener_listener_invalid_cb
//==== LABEL check setChangeListener with invalid callback
//==== PRIORITY P2
-//==== STEP check if setChangeListener method of BluetoothAdapter throws TypeMismatchError
-//==== EXPECT TypeMismatchError thrown by setChangeListener method of BluetoothAdapter
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MTL
//==== TEST: BluetoothAdapter_setChangeListener_missarg
//==== LABEL check setChangeListener with missing non-optional argument
//==== PRIORITY P2
-//==== STEP check with missing non-optional argument
-//==== EXPECT None
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA MMA
//==== TEST: BluetoothAdapter_setName
//==== LABEL Check with non-optional arguments setName(valid_name).
//==== PRIORITY P2
-//==== STEP Check with non-optional arguments setName(valid_name).
-//==== EXPECT Non-optional arguments setName(valid_name) checked
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_callback_error
//==== LABEL check if error callback of setName method invoked
//==== PRIORITY P2
-//==== STEP check if error callback of setName method invoked.
-//==== EXPECT error callback of setName method is invoked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_errorCallback_TypeMismatch
//==== LABEL Check argument setName errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument setName errorCallback conversions exception.
-//==== EXPECT argument setName errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_errorCallback_invalid_cb
//==== LABEL Check argument setName errorCallback validation.
//==== PRIORITY P2
-//==== STEP check argument setName errorCallback validation.
-//==== EXPECT argument setName errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_exist
//==== LABEL check if setName method exists
//==== PRIORITY P0
-//==== STEP Judges the method of setName existing or not in bluetooth adapter.
-//==== EXPECT The method of setName exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothAdapter_setName_longname
//==== LABEL check if long name is set
//==== PRIORITY P2
-//==== STEP check if long name is set .
-//==== EXPECT long name is set
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_successCallback_TypeMismatch
//==== LABEL Check argument setName successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument setName successCallback conversions exception.
-//==== EXPECT argument setName successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_successCallback_invalid_cb
//==== LABEL Check argument setName successCallback validation.
//==== PRIORITY P2
-//==== STEP check argument setName successCallback validation.
-//==== EXPECT argument setName successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_with_errorCallback
//==== LABEL check if name attribute of adapter set
//==== PRIORITY P2
-//==== STEP check if name attribute of adapter set .
-//==== EXPECT name attribute of adapter is set .
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setName_with_successCallback
//==== LABEL Check with optional arguments setName(valid_name,successCallback).
//==== PRIORITY P2
-//==== STEP Check with non-optional arguments setName(valid_name).
-//==== EXPECT Non-optional arguments setName(valid_name) checked
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setName M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPower_off
//==== LABEL check if powered attribute of adapter is false
//==== PRIORITY P2
-//==== STEP check if powered attribute of adapter is false.
-//==== EXPECT powered attribute of adapter is false.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPowered_errorCallback_TypeMismatch
//==== LABEL Check argument setPowered errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument setPowered errorCallback conversions exception.
-//==== EXPECT argument setPowered errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPowered_errorCallback_invalid_cb
//==== LABEL check argument setPowered errorCallback validation.
//==== PRIORITY P2
-//==== STEP check argument setPowered errorCallback validation.
-//==== EXPECT argument setPowered errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPowered_exist
//==== LABEL check if setPowered method exists
//==== PRIORITY P0
-//==== STEP Judges the method of setPowered existing or not in bluetooth adapter.
-//==== EXPECT The method of setPowered exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothAdapter_setPowered_successCallback_TypeMismatch
//==== LABEL Check argument setPowered successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument setPowered successCallback conversions exception.
-//==== EXPECT argument setPowered successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPowered_successCallback_invalid_cb
//==== LABEL check if successful callback of setPowered method invoked
//==== PRIORITY P2
-//==== STEP check argument setPowered successCallback validation.
-//==== EXPECT argument setPowered successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPowered_with_errorCallback
//==== LABEL Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)
//==== PRIORITY P2
-//==== STEP Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback).
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setPowered_with_successCallback
//==== LABEL Check with optional arguments setPowered(valid_state, valid_successCallback)
//==== PRIORITY P2
-//==== STEP Check with optional arguments setPowered(valid_state, valid_successCallback).
-//==== EXPECT None
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setPowered M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setVisible_errorCallback_TypeMismatch
//==== LABEL Check argument setVisible errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument setVisible errorCallback conversions exception.
-//==== EXPECT argument setVisible errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setVisible_errorCallback_invalid_cb
//==== LABEL check if error callback of setVisible method invoked
//==== PRIORITY P2
-//==== STEP check argument setVisible errorCallback validation.
-//==== EXPECT argument setVisible errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setVisible_exist
//==== LABEL check if setVisible method exists
//==== PRIORITY P0
-//==== STEP Judges the method of setVisible existing or not in bluetooth adapter.
-//==== EXPECT The method of setVisible exists in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothAdapter_setVisible_successCallback_TypeMismatch
//==== LABEL Check argument setVisible successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument setVisible successCallback conversions exception.
-//==== EXPECT argument setVisible successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_setVisible_successCallback_invalid_cb
//==== LABEL check if successful callback of setVisible method invoked
//==== PRIORITY P2
-//==== STEP check argument setVisible successCallback validation.
-//==== EXPECT argument setVisible successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:setVisible M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch
//==== LABEL Check argument stopDiscovery errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument stopDiscovery errorCallback conversions exception.
-//==== EXPECT argument stopDiscovery errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb
//==== LABEL check stopDiscovery argument errorCallback validation
//==== PRIORITY P2
-//==== STEP check argument stopDiscovery errorCallback validation.
-//==== EXPECT argument stopDiscovery errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_stopDiscovery_exist
//==== LABEL check if stopDiscovery method exists
//==== PRIORITY P0
-//==== STEP check if stopDiscovery method exists.
-//==== EXPECT stopDiscovery method exists.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch
//==== LABEL Check argument stopDiscovery successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument stopDiscovery successCallback conversions exception.
-//==== EXPECT argument stopDiscovery successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_stopDiscovery_successCallback_invalid_cb
//==== LABEL Check stopDiscovery argument successCallback validation - use {onsuccess: function(){}}
//==== PRIORITY P2
-//==== STEP check argument stopDiscovery successCallback validation.
-//==== EXPECT argument stopDiscovery successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:stopDiscovery M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_unsetChangeListener
//==== LABEL check unsetChangeListener
//==== PRIORITY P2
-//==== STEP check unsetChangeListener using setPowered
-//==== EXPECT onstatechanged listener should not be invoked after setPowered
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:unsetChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothAdapter_unsetChangeListener_exist
//==== LABEL check if unsetChangeListener method exists
//==== PRIORITY P2
-//==== STEP judges the method of unsetChangeListener existing or not in bluetooth adapter
-//==== EXPECT the method of unsetChangeListener exists in bluetooth adapter
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:unsetChangeListener M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
<script>
//==== TEST: BluetoothAdapter_visible_attribute
//==== LABEL check visible attribute
-//==== STEP Judges the property of visible in bluetooth adapter.
-//==== EXPECT The property of visible in bluetooth adapter.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:visible A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
<script>
//==== TEST: BluetoothClassDeviceMajor_AUDIO_VIDEO_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_AUDIO_VIDEO
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:AUDIO_VIDEO A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_COMPUTER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_COMPUTER
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:COMPUTER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_HEALTH_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_HEALTH
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:HEALTH A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_IMAGING_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_IMAGING
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:IMAGING A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_MISC_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_MISC
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:MISC A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_NETWORK_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_NETWORK
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:NETWORK A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_PERIPHERAL_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_PERIPHERAL
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:PERIPHERAL A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_PHONE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_PHONE
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:PHONE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_TOY_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_TOY
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:TOY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_UNCATEGORIZED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_UNCATEGORIZED
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:UNCATEGORIZED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMajor_WEARABLE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMajor_WEARABLE
-//==== STEP check if major attribute exists
-//==== EXPECT major attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:WEARABLE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
//==== TEST: BluetoothClassDeviceMajor_notexist
//==== LABEL check if is possible to call BluetoothClassDeviceMajor in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothClassDeviceMajor in new expresion.
-//==== EXPECT it must not be possible to call BluetoothClassDeviceMajor in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMajor:BluetoothClassDeviceMajor U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_CAMCORDER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_CAMCORDER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_CAMCORDER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_CAR_AUDIO_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_CAR_AUDIO
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_CAR_AUDIO A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_DISPLAY_AND_LOUDSPEAKER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_GAMING_TOY_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_GAMING_TOY
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_GAMING_TOY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_HANDSFREE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_HANDSFREE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_HANDSFREE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_HEADPHONES_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_HEADPHONES
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_HEADPHONES A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_HIFI_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_HIFI
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_HIFI A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_LOUDSPEAKER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_LOUDSPEAKER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_MICROPHONE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_MICROPHONE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_MICROPHONE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_MONITOR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_MONITOR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_MONITOR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_PORTABLE_AUDIO A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_SETTOP_BOX_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_SETTOP_BOX
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_SETTOP_BOX A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_UNRECOGNIZED
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_UNRECOGNIZED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_VCR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_VCR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_VCR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CAMERA
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_VIDEO_CAMERA A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_VIDEO_CONFERENCING A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:AV_WEARABLE_HEADSET A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_DESKTOP
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_DESKTOP A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_HANDHELD_PC_OR_PDA A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_LAPTOP
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_LAPTOP A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_PALM_PC_OR_PDA A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_SERVER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_SERVER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_SERVER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_UNCATEGORIZED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_COMPUTER_WEARABLE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:COMPUTER_WEARABLE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_ANKLE_PROSTHESIS A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_BLOOD_PRESSURE_MONITOR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_BODY_COMPOSITION_ANALYZER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_DATA_DISPLAY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_GLUCOSE_METER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_KNEE_PROSTHESIS A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_MEDICATION_MONITOR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_PEAK_FLOW_MONITOR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_PULSE_OXIMETER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_PULSE_RATE_MONITOR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_STEP_COUNTER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_THERMOMETER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_THERMOMETER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_UNDEFINED
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_UNDEFINED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:HEALTH_WEIGHING_SCALE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_IMAGING_CAMERA_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_IMAGING_CAMERA
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:IMAGING_CAMERA A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_IMAGING_DISPLAY_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_IMAGING_DISPLAY
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:IMAGING_DISPLAY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_IMAGING_PRINTER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_IMAGING_PRINTER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:IMAGING_PRINTER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_IMAGING_SCANNER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_IMAGING_SCANNER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:IMAGING_SCANNER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:IMAGING_UNCATEGORIZED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_CARD_READER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_DEGITIZER_TABLET A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_DIGITAL_PEN A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_GAMEPAD A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_HANDHELD_INPUT_DEVICE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_HANDHELD_SCANNER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_JOYSTICK A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_KEYBOARD A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_POINTING_DEVICE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_REMOTE_CONTROL A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_SENSING_DEVICE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PERIPHERAL_UNCATEGORIZED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PHONE_CELLULAR_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PHONE_CELLULAR
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PHONE_CELLULAR A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PHONE_CORDLESS_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PHONE_CORDLESS
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PHONE_CORDLESS A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PHONE_ISDN_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PHONE_ISDN
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PHONE_ISDN A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PHONE_MODEM_OR_GATEWAY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PHONE_SMARTPHONE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PHONE_SMARTPHONE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:PHONE_UNCATEGORIZED A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_TOY_CONTROLLER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_TOY_CONTROLLER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:TOY_CONTROLLER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_TOY_DOLL_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_TOY_DOLL
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:TOY_DOLL A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_TOY_GAME_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_TOY_GAME
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:TOY_GAME A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_TOY_ROBOT_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_TOY_ROBOT
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:TOY_ROBOT A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_TOY_VEHICLE_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_TOY_VEHICLE
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:TOY_VEHICLE A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_WEARABLE_GLASSES_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_WEARABLE_GLASSES
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:WEARABLE_GLASSES A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_WEARABLE_HELMET_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_WEARABLE_HELMET
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:WEARABLE_HELMET A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_WEARABLE_JACKET_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_WEARABLE_JACKET
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:WEARABLE_JACKET A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_WEARABLE_PAGER_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_WEARABLE_PAGER
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:WEARABLE_PAGER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const
//==== LABEL check various identifiers of BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH
-//==== STEP check if minor attribute exists
-//==== EXPECT minor attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:WEARABLE_WRITST_WATCH A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
//==== TEST: BluetoothClassDeviceMinor_notexist
//==== LABEL check if is possible to call BluetoothClassDeviceMinor in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothClassDeviceMinor in new expresion.
-//==== EXPECT it must not be possible to call BluetoothClassDeviceMinor in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceMinor:BluetoothClassDeviceMinor U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: BluetoothClassDeviceService_AUDIO_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_AUDIO
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:AUDIO A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_CAPTURING_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_CAPTURING
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:CAPTURING A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_INFORMATION_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_INFORMATION
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:INFORMATION A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_LIMITED_DISCOVERABILITY
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:LIMITED_DISCOVERABILITY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_NETWORKING_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_NETWORKING
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:NETWORKING A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_OBJECT_TRANSFER_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_OBJECT_TRANSFER
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:OBJECT_TRANSFER A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_POSITIONING_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_POSITIONING
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:POSITIONING A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_RENDERING_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_RENDERING
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:RENDERING A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
<script>
//==== TEST: BluetoothClassDeviceService_TELEPHONY_const
//==== LABEL check various identifiers of BluetoothClassDeviceService_TELEPHONY
-//==== STEP check if service attribute exists
-//==== EXPECT service attribute exists in bluetooth class
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:TELEPHONY A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CONSTE CONSTT CONSTV CONSTRO
//==== TEST: BluetoothClassDeviceService_notexist
//==== LABEL check if is possible to call BluetoothClassDeviceService with new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothClassDeviceService with new expresion.
-//==== EXPECT it must not be possible to call BluetoothClassDeviceService in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClassDeviceService:BluetoothClassDeviceService U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
//==== TEST: BluetoothClass_notexist
//==== LABEL check if is possible to call BluetoothClass in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothClass in new expresion.
-//==== EXPECT it must not be possible to call BluetoothClass in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothClass:BluetoothClass U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
//==== TEST: BluetoothDeviceArraySuccessCallback_notexist
//==== LABEL check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion.
-//==== EXPECT it must not be possible to call BluetoothDeviceArraySuccessCallback in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDeviceArraySuccessCallback:BluetoothDeviceArraySuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBNIO
<script>
//==== TEST: BluetoothDeviceArraySuccessCallback_onsuccess
//==== LABEL Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type
-//==== STEP Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type.
-//==== EXPECT BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper typ is checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDeviceArraySuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothDeviceSuccessCallback_notexist
//==== LABEL check if is possible to call BluetoothDeviceSuccessCallback in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothDeviceSuccessCallback in new expresion.
-//==== EXPECT it must not be possible to call BluetoothDeviceSuccessCallback in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDeviceSuccessCallback:BluetoothDeviceSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBNIO
//==== TEST: BluetoothDevice_notexist
//==== LABEL check if is possible to call BluetoothDevice in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothDevice in new expresion.
-//==== EXPECT it must not be possible to call BluetoothDevice in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDevice:BluetoothDevice U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
//==== TEST: BluetoothDiscoverDevicesSuccessCallback_notexist
//==== LABEL check if is possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion.
-//==== EXPECT it must not be possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDiscoverDevicesSuccessCallback:BluetoothDiscoverDevicesSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBNIO
<script>
//==== TEST: BluetoothDiscoverDevicesSuccessCallback_onstarted
//==== LABEL Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type
-//==== STEP Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type.
-//==== EXPECT BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper typ is checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothDiscoverDevicesSuccessCallback:onstarted M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothHealthProfileHandler_connectToSource_exist
//==== LABEL check if connectToSource method exists
//==== PRIORITY P2
-//==== STEP judges the method of connectToSource existing or not in BluetoothHealthProfileHandler
-//==== EXPECT the method of connectToSource exists in BluetoothHealthProfileHandler
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:connectToSource M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb
//==== LABEL Check argument registerSinkApplication errorCallback validation.
//==== PRIORITY P2
-//==== STEP check argument registerSinkApplication errorCallback validation.
-//==== EXPECT argument registerSinkApplication errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_exist
//==== LABEL check if registerSinkApplication method exists
//==== PRIORITY P2
-//==== STEP judges the method of registerSinkApplication existing or not in BluetoothHealthProfileHandler
-//==== EXPECT the method of registerSinkApplication exists in BluetoothHealthProfileHandler
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb
//==== LABEL Check argument registerSinkApplication successCallback validation.
//==== PRIORITY P2
-//==== STEP check argument registerSinkApplication successCallback validation.
-//==== EXPECT argument registerSinkApplication successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothHealthProfileHandler:registerSinkApplication M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothManagerObject_bluetooth_attribute
//==== LABEL check attribute bluetooth
//==== PRIORITY P3
-//==== STEP check attribute bluetooth.
-//==== EXPECT readonly attribute bluetooth is not modified.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:BluetoothManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA OBME
//==== TEST: BluetoothManager_deviceMajor_attribute
//==== LABEL check attribute deviceMajor
//==== PRIORITY P2
-//==== STEP check attribute deviceMajor.
-//==== EXPECT readonly attribute deviceMajor is not modified.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:deviceMajor A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
//==== TEST: BluetoothManager_deviceMinor_attribute
//==== LABEL check attribute deviceMinor
//==== PRIORITY P2
-//==== STEP check attribute deviceMinor.
-//==== EXPECT readonly attribute deviceMinor is not modified.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:deviceMinor A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
//==== TEST: BluetoothManager_deviceService_attribute
//==== LABEL check attribute deviceService
//==== PRIORITY P2
-//==== STEP check attribute deviceService.
-//==== EXPECT readonly attribute deviceService is not modified.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:deviceService A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
//==== TEST: BluetoothManager_getDefaultAdapter_exist
//==== LABEL check if getDefaultAdapter method exists
//==== PRIORITY P0
-//==== STEP check if getDefaultAdapter method exists.
-//==== EXPECT getDefaultAdapter method exists.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:getDefaultAdapter M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA ME
//==== TEST: BluetoothManager_in_tizen
//==== LABEL check attribute bluetooth for readonly
//==== PRIORITY P3
-//==== STEP check attribute bluetooth for readonly.
-//==== EXPECT readonly attribute bluetooth is not modified.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:BluetoothManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA OBME
//==== TEST: BluetoothManager_notexist
//==== LABEL check if is possible to call BluetoothManager in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothManager in new expresion.
-//==== EXPECT it must not be possible to call BluetoothManager in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothManager:BluetoothManager U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
//==== TEST: BluetoothProfileHandler_profileType_attribute
//==== LABEL check if profileType attribute exists in BluetoothProfileHandler
//==== PRIORITY P1
-//==== STEP judges the attribute profileType existing or not in BluetoothProfileHandler
-//==== EXPECT the attribute of profileType exists in BluetoothProfileHandler
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothProfileHandler:profileType A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA AE AT ARO
//==== TEST: BluetoothServiceHandler_isConnected_attribute
//==== LABEL check attribute isConnected in BluetoothServiceHandler
//==== PRIORITY P2
-//==== STEP check attribute isConnected in BluetoothServiceHandler.
-//==== EXPECT readonly attribute isConnected is not modified.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:isConnected A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_name_attribute
//==== LABEL check attribute name in BluetoothServiceHandler
//==== PRIORITY P2
-//==== STEP check attribute name in BluetoothServiceHandler.
-//==== EXPECT readonly attribute name is not modified.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:name A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_notexist
//==== LABEL check if is possible to call BluetoothServiceHandler in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothServiceHandler in new expresion.
-//==== EXPECT it must not be possible to call BluetoothServiceHandler in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:BluetoothServiceHandler U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
//==== TEST: BluetoothServiceHandler_unregister_errorCallback_TypeMismatch
//==== LABEL Check argument unregister errorCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument unregister errorCallback conversions exception.
-//==== EXPECT argument unregister errorCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_unregister_errorCallback_invalid_cb
//==== LABEL check unregister argument errorCallback validation
//==== PRIORITY P2
-//==== STEP check argument unregister errorCallback validation.
-//==== EXPECT argument unregister errorCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_unregister_exist
//==== LABEL check if unregister method exists
//==== PRIORITY P0
-//==== STEP check if unregister method exists
-//==== EXPECT unregister method exists in bluetooth service handler
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_unregister_successCallback_TypeMismatch
//==== LABEL Check argument unregister successCallback conversions exception
//==== PRIORITY P2
-//==== STEP Check argument unregister successCallback conversions exception.
-//==== EXPECT argument unregister successCallback conversions exception checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_unregister_successCallback_invalid_cb
//==== LABEL check if successful callback of unregister method invoked
//==== PRIORITY P2
-//==== STEP check argument unregister successCallback validation.
-//==== EXPECT argument unregister successCallback validation checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
<script>
//==== TEST: BluetoothServiceHandler_unregister_unregisterServiceRecord
//==== LABEL check using unregister method which is in BluetoothServiceHandler interface to unregister service record
-//==== STEP check using unregister method which is in BluetoothServiceHandler interface to unregister service record.
-//==== EXPECT unregister method unregister service record successfully.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:unregister M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceHandler_uuid_attribute
//==== LABEL check attribute uuid in BluetoothServiceHandler
//==== PRIORITY P2
-//==== STEP check attribute uuid in BluetoothServiceHandler.
-//==== EXPECT readonly attribute uuid is not modified.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceHandler:uuid A
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothServiceSuccessCallback_notexist
//==== LABEL check if is possible to call BluetoothServiceSuccessCallback in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothServiceSuccessCallback in new expresion.
-//==== EXPECT it must not be possible to call BluetoothServiceSuccessCallback in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceSuccessCallback:BluetoothServiceSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBNIO
<script>
//==== TEST: BluetoothServiceSuccessCallback_onsuccess
//==== LABEL Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type
-//==== STEP Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type.
-//==== EXPECT BluetoothServiceSuccessCallback callback is called and if its arguments have proper typ is checked.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothServiceSuccessCallback:onsuccess M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST: BluetoothSocketSuccessCallback_notexist
//==== LABEL check if is possible to call BluetoothSocketSuccessCallback in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothSocketSuccessCallback in new expresion.
-//==== EXPECT it must not be possible to call BluetoothSocketSuccessCallback in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothSocketSuccessCallback:BluetoothSocketSuccessCallback U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA CBNIO
//==== TEST: BluetoothSocket_notexist
//==== LABEL check if is possible to call BluetoothSocket in new expresion
//==== PRIORITY P3
-//==== STEP check if is possible to call BluetoothSocket in new expresion.
-//==== EXPECT it must not be possible to call BluetoothSocket in new expresion.
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothSocket:BluetoothSocket U
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
//==== TEST_CRITERIA NIO
<script>
//==== TEST: Bluetooth_discoverDevices_successCallback_invalidcb
//==== LABEL Check BluetoothDiscoverDevicesSuccessCallback callback with invalid callback
-//==== STEP check if ondevicefound method of BluetoothDiscoverDevicesSuccessCallback exists.
-//==== EXPECT ondevicefound method of BluetoothDiscoverDevicesSuccessCallback exists.
//==== ONLOAD_DELAY 90
//==== SPEC Tizen Web API:Communication:Bluetooth:BluetoothAdapter:discoverDevices M
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/bluetooth.html
</testcase>
<testcase purpose="check if error callback of destroyBonding method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_destroyBonding_callback_onerror">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback of destroyBonding method invoked.</step_desc>
- <expected>error callback of destroyBonding method invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_callback_onerror.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check visible attribute" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_visible_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the property of visible in bluetooth adapter.</step_desc>
- <expected>The property of visible in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_visible_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if getDevice method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothAdapter_getDevice_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of getDevice existing or not in bluetooth adapter.</step_desc>
- <expected>The method of getDevice exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if setName method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_setName_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of setName existing or not in bluetooth adapter.</step_desc>
- <expected>The method of setName exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if getKnownDevices method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_getKnownDevices_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of getKnownDevices existing or not in bluetooth adapter.</step_desc>
- <expected>The method of getKnownDevices exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_exist.html</test_script_entry>
</description>
<specs>
<testcase purpose="check if unregister method exists" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothServiceHandler_unregister_exist">
<description>
<pre_condition>Tests should be run separately</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check if unregister method exists</step_desc>
- <expected>unregister method exists in bluetooth service handler</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if setPowered method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_setPowered_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of setPowered existing or not in bluetooth adapter.</step_desc>
- <expected>The method of setPowered exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_with_errorCallback">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with optional arguments setPowered(valid_state, valid_successCallback, valid_errorCallback).</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_errorCallback.html</test_script_entry>
</description>
<specs>
<testcase purpose="check if error callback of registerRFCOMMServiceByUUID method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_onerror">
<description>
<pre_condition>Tests should be run separately</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check if error callback of registerRFCOMMServiceByUUID method invoked.</step_desc>
- <expected>error callback of registerRFCOMMServiceByUUID method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_onerror.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback of createBonding method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_callback_onerror">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback of createBonding method invoked.</step_desc>
- <expected>error callback of createBonding method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_callback_onerror.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if successful callback of discoverDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_discoverDevices_callback_successful">
<description>
- <steps>
- <step order="1">
- <step_desc>check if successful callback of discoverDevices method invoked.</step_desc>
- <expected>successful callback of discoverDevices method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_callback_successful.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="method of createBonding exists in bluetooth adapter." type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_createBonding_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of createBonding existing or not in bluetooth adapter.</step_desc>
- <expected>The method of createBonding exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if successful callback of getKnownDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getKnownDevices_callback_successful">
<description>
- <steps>
- <step order="1">
- <step_desc>check if successful callback of getKnownDevices method invoked.</step_desc>
- <expected>successful callback of getKnownDevices method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_successful.html</test_script_entry>
</description>
<specs>
<testcase purpose="check if long name is set" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_longname">
<description>
<pre_condition>Please wait at least 5 second before run test</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check if long name is set .</step_desc>
- <expected>long name is set</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_longname.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if powered attribute of adapter is false" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPower_off">
<description>
- <steps>
- <step order="1">
- <step_desc>check if powered attribute of adapter is false.</step_desc>
- <expected>powered attribute of adapter is false.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPower_off.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="method of destroyBonding exists in bluetooth adapter." type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_destroyBonding_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of destroyBonding existing or not in bluetooth adapter.</step_desc>
- <expected>The method of destroyBonding exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_destroyBonding_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if stopDiscovery method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_stopDiscovery_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if stopDiscovery method exists.</step_desc>
- <expected>stopDiscovery method exists.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if address attribute exists in device" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_address_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check if address attribute exists.</step_desc>
- <expected>address attribute exists.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_address_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="method of discoverDevices exists in bluetooth adapter." type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_discoverDevices_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of discoverDevices existing or not in bluetooth adapter.</step_desc>
- <expected>The method of discoverDevices exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_exist.html</test_script_entry>
</description>
<specs>
<testcase purpose="check if name attribute of adapter set" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_with_errorCallback">
<description>
<pre_condition>Please wait at least 5 second before run test</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check if name attribute of adapter set .</step_desc>
- <expected>name attribute of adapter is set .</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_errorCallback.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check name attribute in adapter" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_name_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check name attribute.</step_desc>
- <expected>name attribute.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_name_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if registerRFCOMMServiceByUUID method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_registerRFCOMMServiceByUUID_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of registerRFCOMMServiceByUUID existing or not in bluetooth adapter.</step_desc>
- <expected>The method of registerRFCOMMServiceByUUID exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback of setName method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_callback_error">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback of setName method invoked.</step_desc>
- <expected>error callback of setName method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_callback_error.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check powered attribute in adapter" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_powered_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check powered attribute.</step_desc>
- <expected>powered attribute.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_powered_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback of getKnownDevices method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_callback_onerror">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback of getKnownDevices method invoked.</step_desc>
- <expected>error callback of getKnownDevices method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_callback_onerror.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback of getDevice method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_callback_onerror">
<description>
- <steps>
- <step order="1">
- <step_desc>check if error callback of getDevice method invoked.</step_desc>
- <expected>error callback of getDevice method is invoked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_callback_onerror.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if getDefaultAdapter method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothManager_getDefaultAdapter_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if getDefaultAdapter method exists.</step_desc>
- <expected>getDefaultAdapter method exists.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_getDefaultAdapter_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute deviceService" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothManager_deviceService_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute deviceService.</step_desc>
- <expected>readonly attribute deviceService is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceService_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute deviceMajor" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothManager_deviceMajor_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute deviceMajor.</step_desc>
- <expected>readonly attribute deviceMajor is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMajor_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute deviceMinor" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothManager_deviceMinor_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute deviceMinor.</step_desc>
- <expected>readonly attribute deviceMinor is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_deviceMinor_attribute.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute bluetooth" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothManagerObject_bluetooth_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute bluetooth.</step_desc>
- <expected>readonly attribute bluetooth is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManagerObject_bluetooth_attribute.html</test_script_entry>
</description>
<specs>
<testcase purpose="check attribute uuid in BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_uuid_attribute">
<description>
<pre_condition>Tests should be run separately</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check attribute uuid in BluetoothServiceHandler.</step_desc>
- <expected>readonly attribute uuid is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_uuid_attribute.html</test_script_entry>
</description>
<specs>
<testcase purpose="check attribute name in BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_name_attribute">
<description>
<pre_condition>Tests should be run separately</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check attribute name in BluetoothServiceHandler.</step_desc>
- <expected>readonly attribute name is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_name_attribute.html</test_script_entry>
</description>
<specs>
<testcase purpose="check attribute isConnected in BluetoothServiceHandler" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_isConnected_attribute">
<description>
<pre_condition>Tests should be run separately</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check attribute isConnected in BluetoothServiceHandler.</step_desc>
- <expected>readonly attribute isConnected is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_isConnected_attribute.html</test_script_entry>
</description>
<specs>
<testcase purpose="check using unregister method which is in BluetoothServiceHandler interface to unregister service record" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceHandler_unregister_unregisterServiceRecord">
<description>
<pre_condition>Tests should be run separately</pre_condition>
- <steps>
- <step order="1">
- <step_desc>check using unregister method which is in BluetoothServiceHandler interface to unregister service record.</step_desc>
- <expected>unregister method unregister service record successfully.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_unregisterServiceRecord.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_AUDIO_VIDEO" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_AUDIO_VIDEO_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_AUDIO_VIDEO_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_COMPUTER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_COMPUTER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_COMPUTER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_HEALTH" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_HEALTH_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_HEALTH_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_IMAGING" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_IMAGING_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_IMAGING_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_MISC" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_MISC_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_MISC_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_NETWORK" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_NETWORK_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_NETWORK_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_PERIPHERAL" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_PERIPHERAL_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PERIPHERAL_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_PHONE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_PHONE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_PHONE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_TOY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_TOY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_TOY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_UNCATEGORIZED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_UNCATEGORIZED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_UNCATEGORIZED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMajor_WEARABLE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMajor_WEARABLE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if major attribute exists</step_desc>
- <expected>major attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_WEARABLE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_CAMCORDER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_CAMCORDER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAMCORDER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_CAR_AUDIO" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_CAR_AUDIO_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_CAR_AUDIO_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_DISPLAY_AND_LOUDSPEAKER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_GAMING_TOY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_GAMING_TOY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_GAMING_TOY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HANDSFREE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_HANDSFREE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HANDSFREE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HEADPHONES" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_HEADPHONES_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HEADPHONES_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_HIFI" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_HIFI_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_HIFI_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_LOUDSPEAKER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_LOUDSPEAKER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_MICROPHONE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_MICROPHONE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MICROPHONE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_MONITOR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_MONITOR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_MONITOR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_PORTABLE_AUDIO_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_SETTOP_BOX" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_SETTOP_BOX_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_SETTOP_BOX_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_UNRECOGNIZED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_UNRECOGNIZED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VCR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_VCR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VCR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CAMERA" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CAMERA_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_VIDEO_CONFERENCING_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_AV_WEARABLE_HEADSET_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_DESKTOP" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_DESKTOP_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_HANDHELD_PC_OR_PDA_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_LAPTOP" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_LAPTOP_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_PALM_PC_OR_PDA_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_SERVER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_SERVER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_SERVER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_UNCATEGORIZED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_COMPUTER_WEARABLE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_COMPUTER_WEARABLE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_ANKLE_PROSTHESIS_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BLOOD_PRESSURE_MONITOR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_BODY_COMPOSITION_ANALYZER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_DATA_DISPLAY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_GLUCOSE_METER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_KNEE_PROSTHESIS_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_MEDICATION_MONITOR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PEAK_FLOW_MONITOR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_OXIMETER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_PULSE_RATE_MONITOR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_STEP_COUNTER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_THERMOMETER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_THERMOMETER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_UNDEFINED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_UNDEFINED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_HEALTH_WEIGHING_SCALE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_CAMERA" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_IMAGING_CAMERA_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_CAMERA_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_DISPLAY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_IMAGING_DISPLAY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_DISPLAY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_PRINTER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_IMAGING_PRINTER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_PRINTER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_SCANNER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_IMAGING_SCANNER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_SCANNER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_IMAGING_UNCATEGORIZED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_CARD_READER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DEGITIZER_TABLET_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_DIGITAL_PEN_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_GAMEPAD_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_INPUT_DEVICE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_HANDHELD_SCANNER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_JOYSTICK_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_AND_POINTING_DEVICE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_KEYBOARD_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_POINTING_DEVICE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_REMOTE_CONTROL_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_SENSING_DEVICE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PERIPHERAL_UNCATEGORIZED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_CELLULAR" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PHONE_CELLULAR_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CELLULAR_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_CORDLESS" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PHONE_CORDLESS_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_CORDLESS_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_ISDN" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PHONE_ISDN_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_ISDN_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_MODEM_OR_GATEWAY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_SMARTPHONE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_SMARTPHONE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_PHONE_UNCATEGORIZED_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_CONTROLLER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_TOY_CONTROLLER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_CONTROLLER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_DOLL" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_TOY_DOLL_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_DOLL_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_GAME" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_TOY_GAME_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_GAME_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_ROBOT" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_TOY_ROBOT_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_ROBOT_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_TOY_VEHICLE" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_TOY_VEHICLE_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_TOY_VEHICLE_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_GLASSES" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_WEARABLE_GLASSES_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_GLASSES_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_HELMET" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_WEARABLE_HELMET_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_HELMET_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_JACKET" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_WEARABLE_JACKET_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_JACKET_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_PAGER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_WEARABLE_PAGER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_PAGER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if minor attribute exists</step_desc>
- <expected>minor attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_WEARABLE_WRITST_WATCH_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_AUDIO" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_AUDIO_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_AUDIO_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_CAPTURING" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_CAPTURING_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_CAPTURING_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_INFORMATION" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_INFORMATION_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_INFORMATION_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_LIMITED_DISCOVERABILITY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_LIMITED_DISCOVERABILITY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_NETWORKING" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_NETWORKING_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_NETWORKING_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_OBJECT_TRANSFER" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_OBJECT_TRANSFER_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_OBJECT_TRANSFER_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_POSITIONING" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_POSITIONING_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_POSITIONING_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_RENDERING" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_RENDERING_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_RENDERING_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check various identifiers of BluetoothClassDeviceService_TELEPHONY" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothClassDeviceService_TELEPHONY_const">
<description>
- <steps>
- <step order="1">
- <step_desc>check if service attribute exists</step_desc>
- <expected>service attribute exists in bluetooth class</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_TELEPHONY_const.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothAdapter in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothAdapter_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothAdapter in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothAdapter in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothClassDeviceMajor in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothClassDeviceMajor_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothClassDeviceMajor in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothClassDeviceMajor in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMajor_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothClassDeviceMinor in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothClassDeviceMinor_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothClassDeviceMinor in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothClassDeviceMinor in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceMinor_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothClassDeviceService with new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothClassDeviceService_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothClassDeviceService with new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothClassDeviceService in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClassDeviceService_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothClass in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothClass_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothClass in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothClass in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothClass_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothDeviceArraySuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothDeviceArraySuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothDeviceSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothDeviceSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothDeviceSuccessCallback in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothDeviceSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothDevice in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothDevice_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothDevice in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothDevice in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDevice_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothDiscoverDevicesSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothDiscoverDevicesSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check attribute bluetooth for readonly" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothManager_in_tizen">
<description>
- <steps>
- <step order="1">
- <step_desc>check attribute bluetooth for readonly.</step_desc>
- <expected>readonly attribute bluetooth is not modified.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_in_tizen.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothManager in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothManager_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothManager in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothManager in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothManager_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothServiceHandler in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothServiceHandler_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothServiceHandler in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothServiceHandler in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothServiceSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothServiceSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothServiceSuccessCallback in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothServiceSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothSocketSuccessCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothSocketSuccessCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothSocketSuccessCallback in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothSocketSuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocketSuccessCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothSocket in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothSocket_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothSocket in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothSocket in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothSocket_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if setVisible method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P0" id="BluetoothAdapter_setVisible_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>Judges the method of setVisible existing or not in bluetooth adapter.</step_desc>
- <expected>The method of setVisible exists in bluetooth adapter.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check discoverDevices with missing non-optional argument." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_discoverDevices_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with missing non-optional argument.</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check getKnownDevices with missing non-optional argument." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getKnownDevices_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with missing non-optional argument.</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check getDevice with missing non-optional argument." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getDevice_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with missing non-optional argument.</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check createBonding with missing non-optional argument." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_createBonding_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with missing non-optional argument.</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check registerRFCOMMServiceByUUID with missing non-optional argument." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with missing non-optional argument.</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setName successCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setName successCallback validation.</step_desc>
- <expected>argument setName successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setName errorCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setName errorCallback validation.</step_desc>
- <expected>argument setName errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setName successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument setName successCallback conversions exception.</step_desc>
- <expected>argument setName successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setName errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument setName errorCallback conversions exception.</step_desc>
- <expected>argument setName errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setPowered successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument setPowered successCallback conversions exception.</step_desc>
- <expected>argument setPowered successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if successful callback of setPowered method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setPowered successCallback validation.</step_desc>
- <expected>argument setPowered successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setPowered errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument setPowered errorCallback conversions exception.</step_desc>
- <expected>argument setPowered errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check argument setPowered errorCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setPowered errorCallback validation.</step_desc>
- <expected>argument setPowered errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument discoverDevices successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument discoverDevices successCallback conversions exception.</step_desc>
- <expected>argument discoverDevices successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check discoverDevices argument successCallback validation - use simple function" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument discoverDevices successCallback validation.</step_desc>
- <expected>argument discoverDevices successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument discoverDevices errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument discoverDevices errorCallback conversions exception.</step_desc>
- <expected>argument discoverDevices errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument discoverDevices errorCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_discoverDevices_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument discoverDevices errorCallback validation.</step_desc>
- <expected>argument discoverDevices errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_discoverDevices_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument stopDiscovery successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument stopDiscovery successCallback conversions exception.</step_desc>
- <expected>argument stopDiscovery successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument stopDiscovery errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument stopDiscovery errorCallback conversions exception.</step_desc>
- <expected>argument stopDiscovery errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check stopDiscovery argument successCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument stopDiscovery successCallback validation.</step_desc>
- <expected>argument stopDiscovery successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check stopDiscovery argument errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument stopDiscovery errorCallback validation.</step_desc>
- <expected>argument stopDiscovery errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_stopDiscovery_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument getKnownDevices successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument getKnownDevices successCallback conversions exception.</step_desc>
- <expected>argument getKnownDevices successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument getKnownDevices errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument getKnownDevices errorCallback conversions exception.</step_desc>
- <expected>argument getKnownDevices errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check getKnownDevices argument successCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument getKnownDevices successCallback validation.</step_desc>
- <expected>argument getKnownDevices successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check getKnownDevices argument errorCallback validation - use {onerror: function(){}} " type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument getKnownDevices errorCallback validation.</step_desc>
- <expected>argument getKnownDevices errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getKnownDevices_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument getDevice successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument getDevice successCallback conversions exception.</step_desc>
- <expected>argument getDevice successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument getDevice errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument getDevice errorCallback conversions exception.</step_desc>
- <expected>argument getDevice errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if successful callback of getDevice method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument getDevice successCallback validation.</step_desc>
- <expected>argument getDevice successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check getDevice argument errorCallback validation - use {onerror: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getDevice_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument getDevice errorCallback validation.</step_desc>
- <expected>argument getDevice errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getDevice_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument createBonding successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument createBonding successCallback conversions exception.</step_desc>
- <expected>argument createBonding successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument createBonding successCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument createBonding successCallback validation.</step_desc>
- <expected>argument createBonding successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument createBonding errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument createBonding errorCallback conversions exception.</step_desc>
- <expected>argument createBonding errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument createBonding errorCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_createBonding_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument createBonding errorCallback validation.</step_desc>
- <expected>argument createBonding errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_createBonding_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument registerRFCOMMServiceByUUID successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument registerRFCOMMServiceByUUID successCallback conversions exception.</step_desc>
- <expected>argument registerRFCOMMServiceByUUID successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument registerRFCOMMServiceByUUID successCallback validation - use {onsuccess: function(){}}" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument registerRFCOMMServiceByUUID successCallback validation.</step_desc>
- <expected>argument registerRFCOMMServiceByUUID successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument registerRFCOMMServiceByUUID errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument registerRFCOMMServiceByUUID errorCallback conversions exception.</step_desc>
- <expected>argument registerRFCOMMServiceByUUID errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument registerRFCOMMServiceByUUID errorCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument registerRFCOMMServiceByUUID errorCallback validation.</step_desc>
- <expected>argument registerRFCOMMServiceByUUID errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument unregister successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument unregister successCallback conversions exception.</step_desc>
- <expected>argument unregister successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument unregister errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument unregister errorCallback conversions exception.</step_desc>
- <expected>argument unregister errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if successful callback of unregister method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument unregister successCallback validation.</step_desc>
- <expected>argument unregister successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check unregister argument errorCallback validation" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothServiceHandler_unregister_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument unregister errorCallback validation.</step_desc>
- <expected>argument unregister errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceHandler_unregister_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothDeviceArraySuccessCallback_onsuccess">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper type.</step_desc>
- <expected>BluetoothDeviceArraySuccessCallback callback is called and if its arguments have proper typ is checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDeviceArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothServiceSuccessCallback_onsuccess">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if BluetoothServiceSuccessCallback callback is called and if its arguments have proper type.</step_desc>
- <expected>BluetoothServiceSuccessCallback callback is called and if its arguments have proper typ is checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothServiceSuccessCallback_onsuccess.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothDiscoverDevicesSuccessCallback_onstarted">
<description>
- <steps>
- <step order="1">
- <step_desc>Check if BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper type.</step_desc>
- <expected>BluetoothDiscoverDevicesSuccessCallback callback is called and if its onstarted arguments have proper typ is checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothDiscoverDevicesSuccessCallback_onstarted.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check with non-optional arguments setName(valid_name)." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with non-optional arguments setName(valid_name).</step_desc>
- <expected>Non-optional arguments setName(valid_name) checked</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check with optional arguments setName(valid_name,successCallback)." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setName_with_successCallback">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with non-optional arguments setName(valid_name).</step_desc>
- <expected>Non-optional arguments setName(valid_name) checked</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setName_with_successCallback.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check with optional arguments setPowered(valid_state, valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setPowered_with_successCallback">
<description>
- <steps>
- <step order="1">
- <step_desc>Check with optional arguments setPowered(valid_state, valid_successCallback).</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setPowered_with_successCallback.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback, valid_errorCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument registerRFCOMMServiceByUUID successCallback validation.</step_desc>
- <expected>argument registerRFCOMMServiceByUUID successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID_with_errorCallback.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check with optional arguments registerRFCOMMServiceByUUID(valid_uuid, valid_name, valid_successCallback)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_registerRFCOMMServiceByUUID">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument registerRFCOMMServiceByUUID successCallback validation.</step_desc>
- <expected>argument registerRFCOMMServiceByUUID successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_registerRFCOMMServiceByUUID.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check BluetoothDiscoverDevicesSuccessCallback callback with invalid callback" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="Bluetooth_discoverDevices_successCallback_invalidcb">
<description>
- <steps>
- <step order="1">
- <step_desc>check if ondevicefound method of BluetoothDiscoverDevicesSuccessCallback exists.</step_desc>
- <expected>ondevicefound method of BluetoothDiscoverDevicesSuccessCallback exists.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/Bluetooth_discoverDevices_successCallback_invalidcb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setVisible successCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_successCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument setVisible successCallback conversions exception.</step_desc>
- <expected>argument setVisible successCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if successful callback of setVisible method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setVisible successCallback validation.</step_desc>
- <expected>argument setVisible successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument setVisible errorCallback conversions exception" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_errorCallback_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>Check argument setVisible errorCallback conversions exception.</step_desc>
- <expected>argument setVisible errorCallback conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if error callback of setVisible method invoked" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setVisible_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setVisible errorCallback validation.</step_desc>
- <expected>argument setVisible errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setVisible_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if is possible to call BluetoothAdapterChangeCallback in new expresion" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P3" id="BluetoothAdapterChangeCallback_notexist">
<description>
- <steps>
- <step order="1">
- <step_desc>check if is possible to call BluetoothDeviceArraySuccessCallback in new expresion.</step_desc>
- <expected>it must not be possible to call BluetoothDeviceArraySuccessCallback in new expresion.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_notexist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check with non-optional arguments setChangeListener(valid_listener)" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_setChangeListener">
<description>
- <steps>
- <step order="1">
- <step_desc>check with non-optional arguments setChangeListener(valid listener), onstatechanged invoked from setPowered() and setChangeListener returned value</step_desc>
- <expected>onstatechanged listener invoked and setChangeListener should return undefined</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check argument setChangeListener listener conversions exception" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setChangeListener_listener_TypeMismatch">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument setChangeListener listener conversions exception</step_desc>
- <expected>argument setChangeListener conversions exception checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_TypeMismatch.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if setChangeListener method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setChangeListener_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>judges the method of setChangeListener existing or not in bluetooth adapter</step_desc>
- <expected>the method of setChangeListener exists in bluetooth adapter</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check setChangeListener with invalid callback" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setChangeListener_listener_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check if setChangeListener method of BluetoothAdapter throws TypeMismatchError</step_desc>
- <expected>TypeMismatchError thrown by setChangeListener method of BluetoothAdapter</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_listener_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check setChangeListener with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_setChangeListener_missarg">
<description>
- <steps>
- <step order="1">
- <step_desc>check with missing non-optional argument</step_desc>
- <expected>None</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_setChangeListener_missarg.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check onnamechanged listener is invoked after setName()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onnamechanged">
<description>
- <steps>
- <step order="1">
- <step_desc>check if setName() will invoke onnamechanged with appropriate argument value and type</step_desc>
- <expected>onnamechanged listener invoked with appropriate argument value and type</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onnamechanged.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check onstatechanged listener is invoked after setPowered()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onstatechanged">
<description>
- <steps>
- <step order="1">
- <step_desc>check if setPowered() will invoke onstatechanged with appropriate argument value and type</step_desc>
- <expected>onstatechanged listener invoked with appropriate argument value and type</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onstatechanged.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check onvisibilitychanged listener is invoked after setVisible()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapterChangeCallback_onvisibilitychanged">
<description>
- <steps>
- <step order="1">
- <step_desc>check if setVisible() will invoke onvisibilitychanged with appropriate argument value and type</step_desc>
- <expected>onvisibilitychanged listener invoked with appropriate argument value and type</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapterChangeCallback_onvisibilitychanged.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check unsetChangeListener" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_unsetChangeListener">
<description>
- <steps>
- <step order="1">
- <step_desc>check unsetChangeListener using setPowered</step_desc>
- <expected>onstatechanged listener should not be invoked after setPowered</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if unsetChangeListener method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_unsetChangeListener_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>judges the method of unsetChangeListener existing or not in bluetooth adapter</step_desc>
- <expected>the method of unsetChangeListener exists in bluetooth adapter</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_unsetChangeListener_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check with non-optional arguments getBluetoothProfileHandler(valid_profileType)" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothAdapter_getBluetoothProfileHandler">
<description>
- <steps>
- <step order="1">
- <step_desc>check with non-optional arguments getBluetoothProfileHandler(valid_profileType) and its returned value</step_desc>
- <expected>getBluetoothProfileHandler should return BluetoothProfileHandler containing profileType</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if getBluetoothProfileHandler method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothAdapter_getBluetoothProfileHandler_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>judges the method of getBluetoothProfileHandler existing or not in bluetooth adapter</step_desc>
- <expected>the method of getBluetoothProfileHandler exists in bluetooth adapter</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothAdapter_getBluetoothProfileHandler_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument registerSinkApplication errorCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument registerSinkApplication errorCallback validation.</step_desc>
- <expected>argument registerSinkApplication errorCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_errorCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if registerSinkApplication method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>judges the method of registerSinkApplication existing or not in BluetoothHealthProfileHandler</step_desc>
- <expected>the method of registerSinkApplication exists in BluetoothHealthProfileHandler</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="Check argument registerSinkApplication successCallback validation." type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb">
<description>
- <steps>
- <step order="1">
- <step_desc>check argument registerSinkApplication successCallback validation.</step_desc>
- <expected>argument registerSinkApplication successCallback validation checked.</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_registerSinkApplication_successCallback_invalid_cb.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if connectToSource method exists" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P2" id="BluetoothHealthProfileHandler_connectToSource_exist">
<description>
- <steps>
- <step order="1">
- <step_desc>judges the method of connectToSource existing or not in BluetoothHealthProfileHandler</step_desc>
- <expected>the method of connectToSource exists in BluetoothHealthProfileHandler</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothHealthProfileHandler_connectToSource_exist.html</test_script_entry>
</description>
<specs>
</testcase>
<testcase purpose="check if profileType attribute exists in BluetoothProfileHandler" type="compliance" status="approved" component="TizenAPI/Communication/Bluetooth" execution_type="auto" priority="P1" id="BluetoothProfileHandler_profileType_attribute">
<description>
- <steps>
- <step order="1">
- <step_desc>judges the attribute profileType existing or not in BluetoothProfileHandler</step_desc>
- <expected>the attribute of profileType exists in BluetoothProfileHandler</expected>
- </step>
- </steps>
<test_script_entry>/opt/tct-bluetooth-tizen-tests/bluetooth/BluetoothProfileHandler_profileType_attribute.html</test_script_entry>
</description>
<specs>