[NFC][Non-ACR] Add not supported related guide in each TC guide 59/274859/2
authorJihoon Jung <jh8801.jung@samsung.com>
Wed, 11 May 2022 05:02:44 +0000 (14:02 +0900)
committerJihoon Jung <jh8801.jung@samsung.com>
Wed, 11 May 2022 05:04:48 +0000 (14:04 +0900)
Change-Id: Ibd3559c4cccab62aee1941ab965ca637d19b10a7
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
14 files changed:
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSHostCardEmulationEventArgs.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNdefMessageDiscoveredEventArgs.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcCardEmulationAdapter.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcManager.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcP2p.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcP2pAdapter.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcSecureElement.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcTag.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcTagAdapter.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSNfcTagInformation.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSP2pDataReceivedEventArgs.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSP2pTargetDiscoveredEventArgs.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSSecureElementEventArgs.cs
tct-suite-vs/Tizen.Nfc.Manual.Tests/testcase/TSTagDiscoveredEventArgs.cs

index acf492c..3c7a45b 100755 (executable)
@@ -84,6 +84,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader within 8 seconds after pressing the Run button")]
         [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed.")]
         public async Task Apdu_READ_ONLY()
         {
             try
@@ -132,6 +133,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader within 8 seconds after pressing the Run button.")]
         [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed.")]
         public async Task HceEvent_READ_ONLY()
         {
             try
@@ -180,6 +182,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader within 8 seconds after pressing the Run button.")]
         [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed.")]
         public async Task SecureElement_READ_ONLY()
         {
             try
index 7b446dc..c2e2f4b 100755 (executable)
@@ -81,6 +81,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach tag device")]
         [Step(3, "If after attach device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task NdefMessage_READ_ONLY()
         {
             try
index 0b0c31d..165a82b 100755 (executable)
@@ -180,6 +180,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader within 8 seconds after pressing the Run button")]
         [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task HostCardEmulationEvent_HOST_CARD_EMULATION_EVENT_LISTEN_TYPE_ACTIVATED()
         {
             try
@@ -230,7 +231,8 @@ namespace Tizen.Network.Nfc.Tests
         [Precondition(3, "Prepare to send Apdu via NFC reader (NFC Reader is a PC-linked contactless smart card reader/writer developed based on 13.56 MHz Contactless (RFID) Technology)")]
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader, and detach the NFC reader within 8 seconds after pressing the Run button")]
-        [Step(4, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task HostCardEmulationEvent_HOST_CARD_EMULATION_EVENT_LISTEN_TYPE_DEACTIVATED()
         {
             try
@@ -282,6 +284,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader within 8 seconds after pressing the Run button")]
         [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task HostCardEmulationEvent_HOST_CARD_EMULATION_EVENT_LISTEN_TYPE_APDU_RECEIVED()
         {
             try
@@ -332,6 +335,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Contact to nfc reader closely")]
         [Step(3, "If after contact to nfc reader, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task SecureElementEvent_EVENT_LISTEN()
         {
             try
@@ -380,6 +384,7 @@ namespace Tizen.Network.Nfc.Tests
         [Precondition(2, "Make this TC application ready for HCE through NFC setting")]
         [Step(1, "Tap the Run button")]
         [Step(2, "If after tap the Run button, error is None, test case will pass automatically else it will fail")]
+        [Step(3, "If the device does not support the feature, this TC is automatically passed")]
         public void IsActivatedHandlerForAid_METHOD_RETURN()
         {
             try
@@ -437,6 +442,7 @@ namespace Tizen.Network.Nfc.Tests
         [Precondition(2, "Make this TC application ready for HCE through NFC setting")]
         [Step(1, "Tap the Run button")]
         [Step(2, "If after tap the Run button, error is None, test case will pass automatically else it will fail")]
+        [Step(3, "If the device does not support the feature, this TC is automatically passed")]
         public void IsActivatedHandlerForCategory_METHOD_RETURN()
         {
             try
@@ -485,6 +491,7 @@ namespace Tizen.Network.Nfc.Tests
         [Precondition(2, "Make this TC application ready for HCE through NFC setting")]
         [Step(1, "Tap the Run button")]
         [Step(2, "If after tap the Run button, error is None, test case will pass automatically else it will fail")]
+        [Step(3, "If the device does not support the feature, this TC is automatically passed")]
         public void EnableTransactionForegroundDispatch_METHOD_RETURN()
         {
             try
index 3fefe7d..edee9eb 100755 (executable)
@@ -99,6 +99,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach tag device")]
         [Step(3, "If after attach device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task NdefMessageDiscovered_EVENT_LISTEN()
         {
             try
index dfffa25..a060339 100755 (executable)
@@ -104,6 +104,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "If after attach p2p device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task SendNdefMessageAsync_METHOD_RETURN()
         {
             try
@@ -161,6 +162,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "If after attach p2p device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task P2pDataReceived_EVENT_LISTEN()
         {
             try
index 725591c..c1f7c21 100755 (executable)
@@ -80,6 +80,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "If after attach p2p device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task GetConnectedTarget_METHOD_RETURN()
         {
             try
@@ -129,6 +130,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "If after attach p2p device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task P2pTargetDiscovered_EVENT_LISTEN()
         {
             try
index c4cb871..5d63413 100755 (executable)
@@ -83,6 +83,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Send the Apdu using the NFC reader within 8 seconds after pressing the Run button")]
         [Step(3, "If after send the Apdu, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task HceSendApduResponse_METHOD_RETURN()
         {
             try
index e54a7ca..b792cf3 100755 (executable)
@@ -82,6 +82,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task IsSupportNdef_READ_ONLY()
         {
             try
@@ -130,6 +131,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task MaximumNdefSize_READ_ONLY()
         {
             try
@@ -178,6 +180,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task NdefSize_READ_ONLY()
         {
             try
@@ -226,6 +229,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task Type_READ_ONLY()
         {
             try
@@ -275,6 +279,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task ForeachInformation_METHOD_RETURN()
         {
             try
@@ -330,6 +335,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task ReadNdefMessageAsync_METHOD_RETURN()
         {
             try
@@ -380,6 +386,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task WriteNdefMessageAsync_METHOD_RETURN()
         {
             try
index 13581b9..044a7e7 100755 (executable)
@@ -81,6 +81,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task GetConnectedTag_METHOD_RETURN()
         {
             try
@@ -132,6 +133,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task TagDiscovered_EVENT_LISTEN()
         {
             try
index e551a5a..a8a35c3 100755 (executable)
@@ -82,6 +82,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task InformationValue_READ_ONLY()
         {
             try
@@ -142,6 +143,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task Key_READ_ONLY()
         {
             try
index 3e28996..00dbe7b 100755 (executable)
@@ -104,6 +104,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "Send the NdefMessage via device.")]
         [Step(4, "If after p2p device send the Ndef Message, error is None, test case will pass automatically else it will fail")]
+        [Step(5, "If the device does not support the feature, this TC is automatically passed")]
         public async Task NdefMessage_READ_ONLY()
         {
             try
@@ -162,6 +163,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "Send the NdefMessage via device.")]
         [Step(4, "If after p2p device send the Ndef Message, error is None, test case will pass automatically else it will fail")]
+        [Step(5, "If the device does not support the feature, this TC is automatically passed")]
         public async Task P2pTarget_READ_ONLY()
         {
             try
index 48544bc..6246e2c 100755 (executable)
@@ -80,6 +80,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "If after attach p2p device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task P2pTarget_READ_ONLY()
         {
             try
@@ -127,6 +128,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the Nfc p2p device to the device.")]
         [Step(3, "If after attach p2p device, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task Type_READ_ONLY()
         {
             try
index 1069933..267e06d 100755 (executable)
@@ -81,6 +81,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Contact to nfc reader closely")]
         [Step(3, "If after contact to nfc reader, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task EventType_READ_ONLY()
         {
             try
index 31e8649..7da76cd 100755 (executable)
@@ -81,6 +81,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task Tag_READ_ONLY()
         {
             try
@@ -128,6 +129,7 @@ namespace Tizen.Network.Nfc.Tests
         [Step(1, "Tap the Run button")]
         [Step(2, "Attach the tag to the device.")]
         [Step(3, "If after attach tag, error is None, test case will pass automatically else it will fail")]
+        [Step(4, "If the device does not support the feature, this TC is automatically passed")]
         public async Task Type_READ_ONLY()
         {
             try