<?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>
</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>
</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">
</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>
</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>
</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">
</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">
</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">
</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>