[NFC] update description
authorTomasz Paciorek <t.paciorek@samsung.com>
Wed, 4 Sep 2013 09:26:27 +0000 (11:26 +0200)
committerTomasz Paciorek <t.paciorek@samsung.com>
Wed, 4 Sep 2013 09:26:27 +0000 (11:26 +0200)
Change-Id: Ibd0c57a82859282d20b9c3619daf36a5022fcb55

22 files changed:
tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html
tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html
tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html
tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html
tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html
tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html
tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html
tct-nfc-tizen-tests/tests.full.xml
tct-nfc-tizen-tests/tests.xml

index 605679d7863aea58aa5121a632a97201d551ca24..68984088bff9b9a6a9d160f05fccb6cf3352b124 100644 (file)
@@ -40,8 +40,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NDEFMessage_constructor_records
 //==== LABEL check NDEFMessage constructor with records array
-//==== STEP check NDEFMessage constructor with records array
-//==== EXPECT NDEFMessage construct successfully
 //==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index af04df560c901798a16f8eb6044e0bd8066956a3..0c97c93557032760b4a91735193197478c634e62 100644 (file)
@@ -41,8 +41,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NDEFMessage_recordCount_attribute
 //==== LABEL Check if attribute recordCount of NDEFMessage exists, has type Number and is readonly
-//==== STEP check if readonly attribute recordCount in NDEFMessage is correct
-//==== EXPECT attribute should be readonly
 //==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:recordCount A
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA AE AT ARO
index 81b71002dc158216b5a780ac5f8500034082a910..ef7780adb5ea0bdb353d8b68dc65e9fda74fbf43 100644 (file)
@@ -41,8 +41,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NDEFMessage_toByte_exists
 //==== LABEL Test method NDEFMessage.toByte exists
-//==== STEP Test method NDEFMessage.toByte exists
-//==== EXPECT toByte method should exist
 //==== SPEC Tizen Web API:Communication:NFC:NDEFMessage:toByte M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index 41763a7710cd94dbc635d49060d0f42dd35f1271..82a5478d68d81b2025db3144b5a261fc77d5e5f7 100644 (file)
@@ -43,8 +43,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCAdapter_getCachedMessage_exist
 //==== LABEL check if NFCAdapter method getCachedMessage exists
-//==== STEP check if NFCAdapter method getCachedMessage exists
-//==== EXPECT getCachedMessage method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:getCachedMessage M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index 905bd010e7cc2a4ad4d6fc2add67cd7f06759ddd..7ed8c712bbe6b751a878529bb073f75cb115f296 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setPeerListener_detectCallback_TypeMismatch
 //==== LABEL Check if NFCAdapter::setPeerListener throws exception when given wrong detectCallback
 //==== PRIORITY P2
-//==== STEP Check argument detectCallback conversions exception [METH8]
-//==== EXPECT TypeMismatchError
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPeerListener M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA MC
index 8d8a30633a912ae717d8d52efe069ad8a050948d..241188bf52c32ed38d0624c59345617a4e7a62b9 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setPeerListener_detectCallback_invalid_cb
 //==== LABEL Check verification of detectCallback by NFCAdapter::setPeerListener()
 //==== PRIORITY P2
-//==== STEP Call NFCAdapter::setPeerListener() with non-callable function in detectCallback
-//==== EXPECT TypeMismatchError exception
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPeerListener M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
index fd5ee0b71a003a43124b764941ba9af40eaf2b26..9c1b2136a01f69e49d45c5c0a00a6a50bdfe1419 100644 (file)
@@ -43,8 +43,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCAdapter_setPeerListener_exist
 //==== LABEL check if NFCAdapter method setPeerListener exists
-//==== STEP check if NFCAdapter method setPeerListener exists
-//==== EXPECT setPeerListener method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPeerListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index b5a18dd8b123f0582d09e7e0ab5a5503f34f223a..c2204ef604fe491541e85ebee64132693fd3adbc 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setPowered_errorCallback_TypeMismatch
 //==== LABEL Check NFCAdapter.setPowered() argument errorCallback conversions exception
 //==== PRIORITY P2
-//==== STEP Check argument errorCallback conversions exception [METH8]
-//==== EXPECT TypeMismatchError exception
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA MC
index aea114599365842b3a82a7990dc488a806c84b4a..2066e8fd7ffa8ee85ce61bf9c22b934968626996 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setPowered_errorCallback_invalid_cb
 //==== LABEL Check NFCAdapter::setPowered() argument errorCallback validation - object with onerror property
 //==== PRIORITY P2
-//==== STEP Check argument errorCallback validation - use {onerror: function(){}} [METH13]
-//==== EXPECT TypeMismatchError exception
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
index d88cf47f91f7205424e4e6b4483b31af77719b88..8c5b2ffe700bd9df783b77b1b989011ce85a2993 100644 (file)
@@ -43,8 +43,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCAdapter_setPowered_exist
 //==== LABEL check if NFCAdapter method setPowered exists
-//==== STEP check if NFCAdapter method setPowered exists
-//==== EXPECT setPowered method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index a1c2615ee30a2262dcfd6e302e1aa84ceb0bfcb7..987d5a746459d345f7f4861a3fbfca96739916d7 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setPowered_successCallback_TypeMismatch
 //==== LABEL Check NFCAdapter.setPowered() argument successCallback conversions exception
 //==== PRIORITY P2
-//==== STEP Check argument successCallback conversions exception [METH8]
-//==== EXPECT TypeMismatchError exception
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA MC
index 193d3c4b27e9c79f91b069776f212e85c4b43662..7634b838b09dcb044fb53826be99147845e88f40 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setPowered_successCallback_invalid_cb
 //==== LABEL Check NFCAdapter::setPowered() argument successCallback validation - object with onerror property
 //==== PRIORITY P2
-//==== STEP Check argument successCallback validation - use {onsuccess: function(){}} [METH13]
-//==== EXPECT TypeMismatchError exception
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setPowered M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
index ca76df7f22d4026c763e3c45da9db2dae5e32a91..903713331f481e293f4bec22024739141b488c83 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setTagListener_detectCallback_TypeMismatch
 //==== LABEL Check if NFCAdapter::setTagListener throws exception when given wrong detectCallback
 //==== PRIORITY P2
-//==== STEP Check argument detectCallback conversions exception [METH8]
-//==== EXPECT TypeMismatchError
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA MC
index 92945bb30ebd0c511bac2cd82f3a59c344f24d51..d8e405510c62ac5facde7e089af0071ab28e92cc 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setTagListener_detectCallback_invalid_cb
 //==== LABEL Check verification of detectCallback by NFCAdapter::setTagListener()
 //==== PRIORITY P2
-//==== STEP Call NFCAdapter::setTagListener() with non-callable function in detectCallback
-//==== EXPECT TypeMismatchError exception
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
index ccf37502ed955bb4bc98bd49672d1d4dfaae1757..0e012c6ad09908a58e98e2ea83cf296596923595 100644 (file)
@@ -43,8 +43,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCAdapter_setTagListener_exist
 //==== LABEL Check if setTagListener method exists
-//==== STEP Check if setTagListener method exists
-//==== EXPECT setTagListener method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index 2c09998e2c129b10a6fce0fd020006d364de8f16..1cbb1e8acfda1eb6f5dc037ff20ba03b16dee089 100644 (file)
@@ -32,8 +32,6 @@ Authors:
 //==== TEST: NFCAdapter_setTagListener_tagFilter_TypeMismatch
 //==== LABEL Check if TypeMismatchError is thrown when NFCAdapter::setTagListener() is given wrong tagFilter
 //==== PRIORITY P2
-//==== STEP Check argument tagFilter conversions exception [METH8]
-//==== EXPECT TypeMismatchError
 //==== ONLOAD_DELAY 90
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:setTagListener M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
index 7976e723fb78a7e41ad1a5e7626da49288fe61e3..cd747a90dc8955303767f4e0c32976c2e1bfe6b8 100644 (file)
@@ -43,8 +43,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCAdapter_unsetPeerListener_exist
 //==== LABEL Check if unsetPeerListener method exists
-//==== STEP Check if unsetPeerListener method exists
-//==== EXPECT unsetPeerListener method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:unsetPeerListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index 264923b396e0ae6e31f93dcfca9bc69e8893ef4a..c3202c86c4cdf6e7c8fec5764482824cc10a0b1b 100644 (file)
@@ -43,8 +43,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCAdapter_unsetTagListener_exist
 //==== LABEL Check if unsetTagListener method exists
-//==== STEP Check if unsetTagListener method exists
-//==== EXPECT unsetTagListener method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCAdapter:unsetTagListener M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/nfc.html
 //==== TEST_CRITERIA ME
index b000e6fad97560db9e362770894e43e98a848cda..ba7aaab8e58829776eb46b81fbe3d5d13e3b49b3 100644 (file)
@@ -42,8 +42,6 @@ Authors:
 <script type="text/javascript">
 //==== TEST: NFCManager_getDefaultAdapter_exists
 //==== LABEL Check if getDefaultAdapter method exists
-//==== STEP Check if getDefaultAdapter method exists
-//==== EXPECT getDefaultAdapter method exists
 //==== SPEC Tizen Web API:Communication:NFC:NFCManager:getDefaultAdapter M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.help.web.api.device/tizen/nfc.html
 //==== TEST_CRITERIA ME
index 958333b59dc9f107bcbc7a7b06ab16deaeac79b7..a89121e0d5e6028c8c2ea8d07a812f8d81c4ac7d 100644 (file)
@@ -31,7 +31,6 @@ Authors:
 <script>
 //==== TEST: NFCManager_setExclusiveMode
 //==== PRIORITY P1
-//==== EXECUTION_TYPE auto
 //==== LABEL Check if NFCManager::setExclusiveMode() method can be executed
 //==== SPEC Tizen Web API:Communication:NFC:NFCManager:setExclusiveMode M
 //==== SPEC_URL https://developer.tizen.org/help/index.jsp?topic=/org.tizen.web.device.apireference/tizen/nfc.html
index 4b48abf6ee15e820697829c92de88e1ddab11528..b8294277717cd838c830d2361c25a75bbb0eb330 100644 (file)
       </testcase>
       <testcase purpose="Test method NDEFMessage.toByte exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NDEFMessage_toByte_exists">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Test method NDEFMessage.toByte exists</step_desc>
-              <expected>toByte method should exist</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if getDefaultAdapter method exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCManager_getDefaultAdapter_exists">
         <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-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check NDEFMessage constructor with records array" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NDEFMessage_constructor_records">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check NDEFMessage constructor with records array</step_desc>
-              <expected>NDEFMessage construct successfully</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if attribute recordCount of NDEFMessage exists, has type Number and is readonly" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NDEFMessage_recordCount_attribute">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check if readonly attribute recordCount in NDEFMessage is correct</step_desc>
-              <expected>attribute should be readonly</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if NFCAdapter::setPeerListener throws exception when given wrong detectCallback" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setPeerListener_detectCallback_TypeMismatch">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument detectCallback conversions exception [METH8]</step_desc>
-              <expected>TypeMismatchError</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check verification of detectCallback by NFCAdapter::setPeerListener()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setPeerListener_detectCallback_invalid_cb">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Call NFCAdapter::setPeerListener() with non-callable function in detectCallback</step_desc>
-              <expected>TypeMismatchError exception</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check NFCAdapter.setPowered() argument errorCallback conversions exception" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setPowered_errorCallback_TypeMismatch">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument errorCallback conversions exception [METH8]</step_desc>
-              <expected>TypeMismatchError exception</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check NFCAdapter::setPowered() argument errorCallback validation - object with onerror property" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setPowered_errorCallback_invalid_cb">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument errorCallback validation - use {onerror: function(){}} [METH13]</step_desc>
-              <expected>TypeMismatchError exception</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check NFCAdapter.setPowered() argument successCallback conversions exception" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setPowered_successCallback_TypeMismatch">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument successCallback conversions exception [METH8]</step_desc>
-              <expected>TypeMismatchError exception</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check NFCAdapter::setPowered() argument successCallback validation - object with onerror property" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setPowered_successCallback_invalid_cb">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument successCallback validation - use {onsuccess: function(){}} [METH13]</step_desc>
-              <expected>TypeMismatchError exception</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if NFCAdapter::setTagListener throws exception when given wrong detectCallback" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setTagListener_detectCallback_TypeMismatch">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument detectCallback conversions exception [METH8]</step_desc>
-              <expected>TypeMismatchError</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check verification of detectCallback by NFCAdapter::setTagListener()" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setTagListener_detectCallback_invalid_cb">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Call NFCAdapter::setTagListener() with non-callable function in detectCallback</step_desc>
-              <expected>TypeMismatchError exception</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if TypeMismatchError is thrown when NFCAdapter::setTagListener() is given wrong tagFilter" type="compliance" onload_delay="90" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P2" id="NFCAdapter_setTagListener_tagFilter_TypeMismatch">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check argument tagFilter conversions exception [METH8]</step_desc>
-              <expected>TypeMismatchError</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check if NFCAdapter method getCachedMessage exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCAdapter_getCachedMessage_exist">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check if NFCAdapter method getCachedMessage exists</step_desc>
-              <expected>getCachedMessage method exists</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check if NFCAdapter method setPeerListener exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCAdapter_setPeerListener_exist">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check if NFCAdapter method setPeerListener exists</step_desc>
-              <expected>setPeerListener method exists</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="check if NFCAdapter method setPowered exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCAdapter_setPowered_exist">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>check if NFCAdapter method setPowered exists</step_desc>
-              <expected>setPowered method exists</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if setTagListener method exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCAdapter_setTagListener_exist">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check if setTagListener method exists</step_desc>
-              <expected>setTagListener method exists</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if unsetPeerListener method exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCAdapter_unsetPeerListener_exist">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check if unsetPeerListener method exists</step_desc>
-              <expected>unsetPeerListener method exists</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html</test_script_entry>
         </description>
         <specs>
       </testcase>
       <testcase purpose="Check if unsetTagListener method exists" type="compliance" status="approved" component="TizenAPI/Communication/NFC" execution_type="auto" priority="P1" id="NFCAdapter_unsetTagListener_exist">
         <description>
-          <steps>
-            <step order="1">
-              <step_desc>Check if unsetTagListener method exists</step_desc>
-              <expected>unsetTagListener method exists</expected>
-            </step>
-          </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html</test_script_entry>
         </description>
         <specs>
index 70911d1545138a35665b45035c3ca209b4c20291..62a38b8bee62ec41426e5f90e69858a24709832e 100644 (file)
@@ -1,12 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-    <?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
+<?xml-stylesheet type="text/xsl"  href="./testcase.xsl"?>
 <test_definition>
-  <suite launcher="WRTLauncher" name="tct-nfc-tizen-tests" category="Tizen Web Device APIs">
+  <suite name="tct-nfc-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
     <set name="NFC">
       <capabilities>
-        <capability name="nfc" />
+        <capability name="nfc"/>
       </capabilities>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setPowered_on" purpose="check if NFCAdapter attribute powered can be got successfully when it is set to true">
+      <testcase purpose="check if NFCAdapter attribute powered can be got successfully when it is set to true" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setPowered_on">
         <description>
           <pre_condition>Turn OFF NFC adapter.</pre_condition>
           <steps>
@@ -17,8 +17,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_on.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_readNDEF_errorCallback" purpose="check if errorCallback of readNDEF can be called successfully when error occurs">
+      </testcase>
+      <testcase purpose="check if errorCallback of readNDEF can be called successfully when error occurs" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_readNDEF_errorCallback">
         <description>
           <pre_condition>Turn on NFCAdapter,Accesses to the NFC tag.Reads NDEF data from the NFC tag.</pre_condition>
           <steps>
@@ -29,8 +29,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTagDetectCallback_ondetach" purpose="Test NFCAdapter.setTagListener for check NFCTagDetectCallback.ondetach">
+      </testcase>
+      <testcase purpose="Test NFCAdapter.setTagListener for check NFCTagDetectCallback.ondetach" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTagDetectCallback_ondetach">
         <description>
           <steps>
             <step order="1">
@@ -40,8 +40,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_ondetach.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_transceive_with_errorCallback" purpose="check if errorCallback of transceive can be called successfully when error occurs">
+      </testcase>
+      <testcase purpose="check if errorCallback of transceive can be called successfully when error occurs" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_transceive_with_errorCallback">
         <description>
           <pre_condition>Turn on NFCAdapter.</pre_condition>
           <steps>
@@ -52,8 +52,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_transceive_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_writeNDEF_with_errorCallback" purpose="check if errorCallback of writeNDEF can be called successfully when error occurs">
+      </testcase>
+      <testcase purpose="check if errorCallback of writeNDEF can be called successfully when error occurs" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_writeNDEF_with_errorCallback">
         <description>
           <pre_condition>Turn on NFCAdapter,Accesses to the NFC tag.Writes NDEF data to the NFC tag.</pre_condition>
           <steps>
@@ -64,8 +64,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_unsetTagListener" purpose="Check if successfully unset listener for detecting an NFC tag">
+      </testcase>
+      <testcase purpose="Check if successfully unset listener for detecting an NFC tag" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_unsetTagListener">
         <description>
           <steps>
             <step order="1">
@@ -75,8 +75,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_unsetPeerListener" purpose="Check if successfully unset listener for detecting an NFC peer-to-peer target">
+      </testcase>
+      <testcase purpose="Check if successfully unset listener for detecting an NFC peer-to-peer target" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_unsetPeerListener">
         <description>
           <steps>
             <step order="1">
@@ -86,8 +86,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_with_errorCallback" purpose="Check if method NFCPeer::sendNDEF(ndefMessage, onSuccess, onError) can be called successfully">
+      </testcase>
+      <testcase purpose="Check if method NFCPeer::sendNDEF(ndefMessage, onSuccess, onError) can be called successfully" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_with_errorCallback">
         <description>
           <steps>
             <step order="1">
@@ -97,8 +97,8 @@
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_with_successCallback" purpose="Check if NFCPeer::sendNDEF(ndefMessage, onSuccess) can be called successfully">
+      </testcase>
+      <testcase purpose="Check if NFCPeer::sendNDEF(ndefMessage, onSuccess) can be called successfully" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_with_successCallback">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_errorCallback" purpose="check if errorCallback of sendNDEF can be called successfully when error occurs">
+      </testcase>
+      <testcase purpose="check if errorCallback of sendNDEF can be called successfully when error occurs" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_errorCallback">
         <description>
           <pre_condition>Turn on NFC adapter.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeerDetectCallback_ondetach" purpose="check if SuccessCallback of sendNDEF can be called successfully when sends data to peer target">
+      </testcase>
+      <testcase purpose="check if SuccessCallback of sendNDEF can be called successfully when sends data to peer target" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeerDetectCallback_ondetach">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_ondetach.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_exists" purpose="Test method NDEFMessage.toByte exists">
+      </testcase>
+      <testcase purpose="Test method NDEFMessage.toByte exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_exists">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_exists.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_getDefaultAdapter_exists" purpose="Check if getDefaultAdapter method exists">
+      </testcase>
+      <testcase purpose="Check if getDefaultAdapter method exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_getDefaultAdapter_exists">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_exists.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_sendData" purpose="Check using sendNDEF method which is in NFCPeer interface to send data">
+      </testcase>
+      <testcase purpose="Check using sendNDEF method which is in NFCPeer interface to send data" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_sendNDEF_sendData">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_sendNDEF_sendData.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="ByteArraySuccessCallback_notexist" purpose="Check if interface ByteArraySuccessCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface ByteArraySuccessCallback exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="ByteArraySuccessCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/ByteArraySuccessCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessageReadCallback_notexist" purpose="Check if interface NDEFMessageReadCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NDEFMessageReadCallback exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessageReadCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessageReadCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_constructor" purpose="check if NDEFMessage constructor works without arguments">
+      </testcase>
+      <testcase purpose="check if NDEFMessage constructor works without arguments" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_constructor">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_constructor_rawData" purpose="check if NDEFMessage constructor works with rawData">
+      </testcase>
+      <testcase purpose="check if NDEFMessage constructor works with rawData" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_constructor_rawData">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_rawData.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_constructor_records" purpose="check NDEFMessage constructor with records array">
+      </testcase>
+      <testcase purpose="check NDEFMessage constructor with records array" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_constructor_records">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_constructor_records.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_exist" purpose="Check if NDEFMessage exists">
+      </testcase>
+      <testcase purpose="Check if NDEFMessage exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_extend" purpose="Check if instance of interface NDEFMessage can be extended with new property">
+      </testcase>
+      <testcase purpose="Check if instance of interface NDEFMessage can be extended with new property" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_recordCount_attribute" purpose="Check if attribute recordCount of NDEFMessage exists, has type Number and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute recordCount of NDEFMessage exists, has type Number and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_recordCount_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_recordCount_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_records_attribute" purpose="Check if attribute records of NDEFMessage exists, has type Array, can be overwritten">
+      </testcase>
+      <testcase purpose="Check if attribute records of NDEFMessage exists, has type Array, can be overwritten" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_records_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_records_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte" purpose="check whether NDEFMessage:toByte() returns correct byte array of the NDEF message">
+      </testcase>
+      <testcase purpose="check whether NDEFMessage:toByte() returns correct byte array of the NDEF message" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_empty" purpose="check whether NDEFMessage::toByte() returns empty array for empty NDEF message">
+      </testcase>
+      <testcase purpose="check whether NDEFMessage::toByte() returns empty array for empty NDEF message" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_empty">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_empty.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_extra_argument" purpose="Check if method toByte of NDEFMessage accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method toByte of NDEFMessage accepts extra argument" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_extra_argument">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_constructor" purpose="Check if NDEFRecordMedia constructor works">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordMedia constructor works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_constructor">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_constructor.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_exist" purpose="Check if NDEFRecordMedia exists">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordMedia exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_extend" purpose="Check if instance of interface NDEFRecordMedia can be extended with new property">
+      </testcase>
+      <testcase purpose="Check if instance of interface NDEFRecordMedia can be extended with new property" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_id_attribute" purpose="Check if attribute id of NDEFRecordMedia exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute id of NDEFRecordMedia exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_id_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_id_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_mimeType_attribute" purpose="Check if attribute mimeType of NDEFRecordMedia exists, has type DOMString and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute mimeType of NDEFRecordMedia exists, has type DOMString and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_mimeType_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_mimeType_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_payload_attribute" purpose="Check if attribute payload of NDEFRecordMedia exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute payload of NDEFRecordMedia exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_payload_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_payload_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_tnf_attribute" purpose="Check if attribute tnf of NDEFRecordMedia exists, has type short and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute tnf of NDEFRecordMedia exists, has type short and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_tnf_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_tnf_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_type_attribute" purpose="Check if attribute type of NDEFRecordMedia exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute type of NDEFRecordMedia exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordMedia_type_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordMedia_type_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_constructor" purpose="Check if NDEFRecordText constructor works">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordText constructor works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_constructor">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_constructor_encoding_UTF16" purpose="Check if NDEFRecordText constructor called with UTF16 encoding works">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordText constructor called with UTF16 encoding works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_constructor_encoding_UTF16">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF16.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_constructor_encoding_UTF8" purpose="Check if NDEFRecordText constructor called with UTF8 encoding works">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordText constructor called with UTF8 encoding works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_constructor_encoding_UTF8">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_constructor_encoding_UTF8.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_encoding_attribute" purpose="Check if attribute encoding of NDEFRecordText exists, has type NDEFRecordTextEncoding and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute encoding of NDEFRecordText exists, has type NDEFRecordTextEncoding and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_encoding_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_encoding_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_exist" purpose="Check if NDEFRecordText exists">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordText exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_extend" purpose="Check if instance of interface NDEFRecordText can be extended with new property">
+      </testcase>
+      <testcase purpose="Check if instance of interface NDEFRecordText can be extended with new property" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_id_attribute" purpose="Check if attribute id of NDEFRecordText exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute id of NDEFRecordText exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_id_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_id_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_languageCode_attribute" purpose="Check if attribute languageCode of NDEFRecordText exists, has type DOMString and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute languageCode of NDEFRecordText exists, has type DOMString and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_languageCode_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_languageCode_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_payload_attribute" purpose="Check if attribute payload of NDEFRecordText exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute payload of NDEFRecordText exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_payload_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_payload_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_text_attribute" purpose="Check if attribute text of NDEFRecordText exists, has type DOMString and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute text of NDEFRecordText exists, has type DOMString and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_text_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_text_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_tnf_attribute" purpose="Check if attribute tnf of NDEFRecordText exists, has type short and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute tnf of NDEFRecordText exists, has type short and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_tnf_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_tnf_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_type_attribute" purpose="Check if attribute type of NDEFRecordText exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute type of NDEFRecordText exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordText_type_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordText_type_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_constructor" purpose="Check if NDEFRecordURI constructor works">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordURI constructor works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_constructor">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_constructor.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_exist" purpose="Check if NDEFRecordURI exists">
+      </testcase>
+      <testcase purpose="Check if NDEFRecordURI exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_extend" purpose="Check if instance of interface NDEFRecordURI can be extended with new property">
+      </testcase>
+      <testcase purpose="Check if instance of interface NDEFRecordURI can be extended with new property" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_id_attribute" purpose="Check if attribute id of NDEFRecordURI exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute id of NDEFRecordURI exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_id_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_id_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_payload_attribute" purpose="Check if attribute payload of NDEFRecordURI exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute payload of NDEFRecordURI exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_payload_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_payload_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_tnf_attribute" purpose="Check if attribute tnf of NDEFRecordURI exists, has type short and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute tnf of NDEFRecordURI exists, has type short and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_tnf_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_tnf_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_type_attribute" purpose="Check if attribute type of NDEFRecordURI exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute type of NDEFRecordURI exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_type_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_type_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_uri_attribute" purpose="Check if attribute uri of NDEFRecordURI exists, has type DOMString and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute uri of NDEFRecordURI exists, has type DOMString and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecordURI_uri_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecordURI_uri_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor" purpose="Check if NDEFRecord constructor works">
+      </testcase>
+      <testcase purpose="Check if NDEFRecord constructor works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor_raw_data" purpose="Check if new tizen.NDEFRecord(raw_data) works">
+      </testcase>
+      <testcase purpose="Check if new tizen.NDEFRecord(raw_data) works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor_raw_data">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_raw_data.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor_tnf" purpose="check NDEFRecord.Constructor with all parameters">
+      </testcase>
+      <testcase purpose="check NDEFRecord.Constructor with all parameters" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor_tnf">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor_tnf_with_id" purpose="check NDEFRecord.Constructor with only mandatory parameters">
+      </testcase>
+      <testcase purpose="check NDEFRecord.Constructor with only mandatory parameters" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_constructor_tnf_with_id">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_constructor_tnf_with_id.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_exist" purpose="Check if NDEFRecord exists">
+      </testcase>
+      <testcase purpose="Check if NDEFRecord exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_extend" purpose="Check if instance of interface NDEFRecord can be extended with new property">
+      </testcase>
+      <testcase purpose="Check if instance of interface NDEFRecord can be extended with new property" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_id_attribute" purpose="Check if attribute id of NDEFRecord exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute id of NDEFRecord exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_id_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_id_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_payload_attribute" purpose="Check if attribute payload of NDEFRecord exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute payload of NDEFRecord exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_payload_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_payload_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_tnf_attribute" purpose="Check if attribute tnf of NDEFRecord exists, has type short and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute tnf of NDEFRecord exists, has type short and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_tnf_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_tnf_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_type_attribute" purpose="Check if attribute type of NDEFRecord exists, has type Array and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute type of NDEFRecord exists, has type Array and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFRecord_type_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFRecord_type_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_extend" purpose="Check if instance of interface NFCAdapter can be extended with new property">
+      </testcase>
+      <testcase purpose="Check if instance of interface NFCAdapter can be extended with new property" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_getCachedMessage" purpose="Check if method getCachedMessage of NFCAdapter works">
+      </testcase>
+      <testcase purpose="Check if method getCachedMessage of NFCAdapter works" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_getCachedMessage">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_getCachedMessage_extra_argument" purpose="Check if method getCachedMessage of NFCAdapter accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method getCachedMessage of NFCAdapter accepts extra argument" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_getCachedMessage_extra_argument">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_notexist" purpose="Check if interface NFCAdapter exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCAdapter exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_powered_attribute" purpose="Check if attribute powered of NFCAdapter exists, has type Boolean and is readonly">
+      </testcase>
+      <testcase purpose="Check if attribute powered of NFCAdapter exists, has type Boolean and is readonly" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_powered_attribute">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_powered_attribute.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_detectCallback_TypeMismatch" purpose="Check if NFCAdapter::setPeerListener throws exception when given wrong detectCallback">
+      </testcase>
+      <testcase purpose="Check if NFCAdapter::setPeerListener throws exception when given wrong detectCallback" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_detectCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_detectCallback_invalid_cb" onload_delay="90" purpose="Check verification of detectCallback by NFCAdapter::setPeerListener()">
+      </testcase>
+      <testcase purpose="Check verification of detectCallback by NFCAdapter::setPeerListener()" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_detectCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_detectCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_missarg" purpose="check if adapter.setPeerListener() throws an exception when called without argument">
+      </testcase>
+      <testcase purpose="check if adapter.setPeerListener() throws an exception when called without argument" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_missarg">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_errorCallback_TypeMismatch" purpose="Check NFCAdapter.setPowered() argument errorCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check NFCAdapter.setPowered() argument errorCallback conversions exception" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_errorCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_errorCallback_invalid_cb" onload_delay="90" purpose="Check NFCAdapter::setPowered() argument errorCallback validation - object with onerror property">
+      </testcase>
+      <testcase purpose="Check NFCAdapter::setPowered() argument errorCallback validation - object with onerror property" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_errorCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_errorCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_successCallback_TypeMismatch" purpose="Check NFCAdapter.setPowered() argument successCallback conversions exception">
+      </testcase>
+      <testcase purpose="Check NFCAdapter.setPowered() argument successCallback conversions exception" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_successCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_successCallback_invalid_cb" onload_delay="90" purpose="Check NFCAdapter::setPowered() argument successCallback validation - object with onerror property">
+      </testcase>
+      <testcase purpose="Check NFCAdapter::setPowered() argument successCallback validation - object with onerror property" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_successCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_successCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_without_errorCallback" onload_delay="90" purpose="Check NFCAdapter::setPowered() optional argument errorCallback - call without it">
+      </testcase>
+      <testcase purpose="Check NFCAdapter::setPowered() optional argument errorCallback - call without it" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_without_errorCallback">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_without_successCallback" onload_delay="90" purpose="Check NFCAdapter::setPowered() optional argument without successCallback - call without it">
+      </testcase>
+      <testcase purpose="Check NFCAdapter::setPowered() optional argument without successCallback - call without it" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_without_successCallback">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_without_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_detectCallback_TypeMismatch" purpose="Check if NFCAdapter::setTagListener throws exception when given wrong detectCallback">
+      </testcase>
+      <testcase purpose="Check if NFCAdapter::setTagListener throws exception when given wrong detectCallback" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_detectCallback_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_detectCallback_invalid_cb" onload_delay="90" purpose="Check verification of detectCallback by NFCAdapter::setTagListener()">
+      </testcase>
+      <testcase purpose="Check verification of detectCallback by NFCAdapter::setTagListener()" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_detectCallback_invalid_cb">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_detectCallback_invalid_cb.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_missarg" purpose="check if adapter.setTagListener() throws an exception">
+      </testcase>
+      <testcase purpose="check if adapter.setTagListener() throws an exception" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_missarg">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_missarg.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_tagFilter_TypeMismatch" onload_delay="90" purpose="Check if TypeMismatchError is thrown when NFCAdapter::setTagListener() is given wrong tagFilter">
+      </testcase>
+      <testcase purpose="Check if TypeMismatchError is thrown when NFCAdapter::setTagListener() is given wrong tagFilter" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_tagFilter_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetPeerListener_extra_argument" purpose="Check if method unsetPeerListener of NFCAdapter accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method unsetPeerListener of NFCAdapter accepts extra argument" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetPeerListener_extra_argument">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetTagListener_extra_argument" purpose="Check if method unsetTagListener of NFCAdapter accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method unsetTagListener of NFCAdapter accepts extra argument" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetTagListener_extra_argument">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManagerObject_notexist" purpose="Check if interface NFCManagerObject exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCManagerObject exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManagerObject_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManagerObject_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_EMPTY_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_EMPTY and its value is 0">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_EMPTY and its value is 0" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_EMPTY_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EMPTY_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_EXTERNAL_RTD and its value is 4">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_EXTERNAL_RTD and its value is 4" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_EXTERNAL_RTD_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_MIME_MEDIA and its value is 2">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_MIME_MEDIA and its value is 2" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_MIME_MEDIA_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_UNCHANGED_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_UNCHANGED and its value is 6">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_UNCHANGED and its value is 6" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_UNCHANGED_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNCHANGED_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_UNKNOWN_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_UNKNOWN and its value is 5">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_UNKNOWN and its value is 5" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_UNKNOWN_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_UNKNOWN_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_URI_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_URI and its value is 3">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_URI and its value is 3" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_URI_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_URI_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const" purpose="Check if NFCManager has constant NFC_RECORD_TNF_WELL_KNOWN and its value is 1">
+      </testcase>
+      <testcase purpose="Check if NFCManager has constant NFC_RECORD_TNF_WELL_KNOWN and its value is 1" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_NFC_RECORD_TNF_WELL_KNOWN_const.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_extend" purpose="Test whether the NFCManager object can have new properties added">
+      </testcase>
+      <testcase purpose="Test whether the NFCManager object can have new properties added" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_extend">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_extend.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_getDefaultAdapter" purpose="check if NFCManager::getDefaultAdapter() method returns object">
+      </testcase>
+      <testcase purpose="check if NFCManager::getDefaultAdapter() method returns object" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_getDefaultAdapter">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_getDefaultAdapter_extra_argument" purpose="Check if method getDefaultAdapter of NFCManager accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method getDefaultAdapter of NFCManager accepts extra argument" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_getDefaultAdapter_extra_argument">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_getDefaultAdapter_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_notexist" purpose="Check if interface NFCManager exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCManager exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCPeerDetectCallback_notexist" purpose="Check if interface NFCPeerDetectCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCPeerDetectCallback exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCPeerDetectCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCPeer_notexist" purpose="Check if interface NFCPeer exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCPeer exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCPeer_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_unsetReceiveNDEFListener" purpose="Check if NFCPeer::unsetReceiveNDEFListener() method works properly">
+      </testcase>
+      <testcase purpose="Check if NFCPeer::unsetReceiveNDEFListener() method works properly" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_unsetReceiveNDEFListener">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_unsetReceiveNDEFListener_extra_argument" purpose="Check if method unsetReceiveNDEFListener of NFCPeer accepts extra argument">
+      </testcase>
+      <testcase purpose="Check if method unsetReceiveNDEFListener of NFCPeer accepts extra argument" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer_unsetReceiveNDEFListener_extra_argument">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer_unsetReceiveNDEFListener_extra_argument.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCTagDetectCallback_notexist" purpose="Check if interface NFCTagDetectCallback exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCTagDetectCallback exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCTagDetectCallback_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCTag_notexist" purpose="Check if interface NFCTag exists, it should not.">
+      </testcase>
+      <testcase purpose="Check if interface NFCTag exists, it should not." component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCTag_notexist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_notexist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="Tizen_nfc_exist" purpose="Check if Tizen implements interface NFCManagerObject and has attribute nfc">
+      </testcase>
+      <testcase purpose="Check if Tizen implements interface NFCManagerObject and has attribute nfc" component="TizenAPI/Communication/NFC" execution_type="auto" id="Tizen_nfc_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/Tizen_nfc_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_setExclusiveMode" purpose="Check if NFCManager::setExclusiveMode() method can be executed">
+      </testcase>
+      <testcase purpose="Check if NFCManager::setExclusiveMode() method can be executed" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_setExclusiveMode">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_setExclusiveMode_exist" purpose="Check if NFCManager object has method setExclusiveMode()">
+      </testcase>
+      <testcase purpose="Check if NFCManager object has method setExclusiveMode()" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCManager_setExclusiveMode_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCManager_setExclusiveMode_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_getCachedMessage_exist" purpose="check if NFCAdapter method getCachedMessage exists">
+      </testcase>
+      <testcase purpose="check if NFCAdapter method getCachedMessage exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_getCachedMessage_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_getCachedMessage_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setPeerListener" purpose="check if detectCallback of setPeerListener can be called successfully when NFC peer-to-peer target is detected">
+      </testcase>
+      <testcase purpose="check if detectCallback of setPeerListener can be called successfully when NFC peer-to-peer target is detected" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setPeerListener">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_exist" purpose="check if NFCAdapter method setPeerListener exists">
+      </testcase>
+      <testcase purpose="check if NFCAdapter method setPeerListener exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPeerListener_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPeerListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_exist" purpose="check if NFCAdapter method setPowered exists">
+      </testcase>
+      <testcase purpose="check if NFCAdapter method setPowered exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setPowered_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_exist" purpose="Check if setTagListener method exists">
+      </testcase>
+      <testcase purpose="Check if setTagListener method exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_setTagListener_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetPeerListener_exist" purpose="Check if unsetPeerListener method exists">
+      </testcase>
+      <testcase purpose="Check if unsetPeerListener method exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetPeerListener_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetPeerListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetTagListener_exist" purpose="Check if unsetTagListener method exists">
+      </testcase>
+      <testcase purpose="Check if unsetTagListener method exists" component="TizenAPI/Communication/NFC" execution_type="auto" id="NFCAdapter_unsetTagListener_exist">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_unsetTagListener_exist.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeerDetectCallback_onattach" purpose="Test setPeerListener for check NFCPeerDetectCallback onattach method">
+      </testcase>
+      <testcase purpose="Test setPeerListener for check NFCPeerDetectCallback onattach method" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeerDetectCallback_onattach">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeerDetectCallback_onattach.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer" purpose="Check NFCPeer attributes, method existence and TypeMismatchError throwing">
+      </testcase>
+      <testcase purpose="Check NFCPeer attributes, method existence and TypeMismatchError throwing" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCPeer">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCPeer.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setTagListener_tagFilter_is_null" purpose="check if successful callback of setTagListener method is invoked when tagFilter is set to null">
+      </testcase>
+      <testcase purpose="check if successful callback of setTagListener method is invoked when tagFilter is set to null" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setTagListener_tagFilter_is_null">
         <description>
           <pre_condition>Turn on NFC adapter.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_tagFilter_is_null.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setTagListener_with_tagFilter" purpose="check if successful callback of setTagListener method is invoked with tagFilter parameters">
+      </testcase>
+      <testcase purpose="check if successful callback of setTagListener method is invoked with tagFilter parameters" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setTagListener_with_tagFilter">
         <description>
           <pre_condition>Turn on NFC adapter.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener_with_tagFilter.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_readNDEF_without_errorCallback" onload_delay="90" purpose="Check reading NDEF data can be read successfully read from NFCTag">
+      </testcase>
+      <testcase purpose="Check reading NDEF data can be read successfully read from NFCTag" onload_delay="90" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_readNDEF_without_errorCallback">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_readNDEF_without_errorCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setTagListener" purpose="Check if invoked in case of successful detection of the NFC tag">
+      </testcase>
+      <testcase purpose="Check if invoked in case of successful detection of the NFC tag" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setTagListener">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setTagListener.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTagDetectCallback_onattach" purpose="Test unsetTagListener for check NFCTagDetectCallback onattach method">
+      </testcase>
+      <testcase purpose="Test unsetTagListener for check NFCTagDetectCallback onattach method" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTagDetectCallback_onattach">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTagDetectCallback_onattach.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_writeNDEF" purpose="check if successful callback of writeNDEF method is invoked whithout successcallback and errorcallback parameters">
+      </testcase>
+      <testcase purpose="check if successful callback of writeNDEF method is invoked whithout successcallback and errorcallback parameters" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_writeNDEF">
         <description>
           <pre_condition>Turn on NFCAdapter,Accesses to the NFC tag.Writes NDEF data to the NFC tag.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_writeNDEF_with_successCallback" purpose="Check if successfully writing the NDEF Data">
+      </testcase>
+      <testcase purpose="Check if successfully writing the NDEF Data" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag_writeNDEF_with_successCallback">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag_writeNDEF_with_successCallback.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag" purpose="Check NFCTag attributes, method existence and TypeMismatchError throwing">
+      </testcase>
+      <testcase purpose="Check NFCTag attributes, method existence and TypeMismatchError throwing" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCTag">
         <description>
           <steps>
             <step order="1">
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCTag.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setPowered_off" purpose="check if NFCAdapter attribute powered can be got successfully when it is set to false">
+      </testcase>
+      <testcase purpose="check if NFCAdapter attribute powered can be got successfully when it is set to false" component="TizenAPI/Communication/NFC" execution_type="manual" id="NFCAdapter_setPowered_off">
         <description>
           <pre_condition>Turn ON NFC adapter.</pre_condition>
           <steps>
           </steps>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NFCAdapter_setPowered_off.html</test_script_entry>
         </description>
-        </testcase>
-      <testcase component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_TypeMismatch" purpose="check whether NDEFMessage:toByte() throws exception when NDEFMessage.records contains invalid object">
+      </testcase>
+      <testcase purpose="check whether NDEFMessage:toByte() throws exception when NDEFMessage.records contains invalid object" component="TizenAPI/Communication/NFC" execution_type="auto" id="NDEFMessage_toByte_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-nfc-tizen-tests/nfc/NDEFMessage_toByte_TypeMismatch.html</test_script_entry>
         </description>
-        </testcase>
+      </testcase>
     </set>
   </suite>
-</test_definition>
\ No newline at end of file
+</test_definition>