[System.Usb][Non-ACR] Complement description for Tizen.Usb.Manual.Tests 81/257881/6
authorHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 6 May 2021 01:24:17 +0000 (10:24 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Thu, 6 May 2021 04:00:58 +0000 (04:00 +0000)
Change-Id: I29dea20d8f34b9c90d6e6b638f15debf5034da4c
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSHotPluggedEventArgs.cs
tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSUsbManager.cs

index 322dd25..5539112 100755 (executable)
@@ -113,10 +113,11 @@ namespace Tizen.System.Usb.Tests
         [Property("AUTHOR", "Pawel Szewczyk, p.szewczyk@samsung.com")]
         [Precondition(1, "USB device is not connected")]
         [Step(1, "Click run TC")]
-        [Step(2, "Connect a USB device")]
-        [Step(3, "Check if displayed device Vendor Id / Product Id matches the device you connected")]
-        [Step(4, "Click PASS if device matches, FAIL if it's wrong")]
-        [Step(5, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
+        [Step(2, "Connect a USB device (e.g., USB mouse or keyboard")]
+        [Step(3, "Use an OTG cable for micro USB port")]
+        [Step(4, "Check if displayed device Vendor Id / Product Id matches the device you connected")]
+        [Step(5, "Click PASS if device matches, FAIL if it's wrong")]
+        [Step(6, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
         [Postcondition(1, "NA")]
         public async Task Device_CB()
         {
@@ -149,9 +150,10 @@ namespace Tizen.System.Usb.Tests
         [Property("AUTHOR", "Pawel Szewczyk, p.szewczyk@samsung.com")]
         [Precondition(1, "USB device is not connected")]
         [Step(1, "Click run TC")]
-        [Step(2, "Connect a USB device")]
-        [Step(3, "Test will pass automatically if event type is correct")]
-        [Step(4, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
+        [Step(2, "Connect a USB device (e.g., USB mouse or keyboard")]
+        [Step(3, "Use an OTG cable for micro USB port")]
+        [Step(4, "Test will pass automatically if event type is correct")]
+        [Step(5, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
         [Postcondition(1, "NA")]
         public async Task EventType_CB()
         {
index 72d89fd..602c6b9 100755 (executable)
@@ -113,9 +113,10 @@ namespace Tizen.System.Usb.Tests
         [Property("AUTHOR", "Pawel Szewczyk, p.szewczyk@samsung.com")]
         [Precondition(1, "USB device is not connected")]
         [Step(1, "Click run TC")]
-        [Step(2, "Connect a USB device")]
-        [Step(3, "Testcase will pass automatically if device connection is recognized.")]
-        [Step(4, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
+        [Step(2, "Connect a USB device (e.g., USB mouse or keyboard")]
+        [Step(3, "Use an OTG cable for micro USB port")]
+        [Step(4, "Testcase will pass automatically if device connection is recognized.")]
+        [Step(5, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
         [Postcondition(1, "NA")]
         public async Task DeviceHotPlugged_Attach()
         {
@@ -147,9 +148,10 @@ namespace Tizen.System.Usb.Tests
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "Pawel Szewczyk, p.szewczyk@samsung.com")]
-        [Precondition(1, "Connect a USB device")]
+        [Precondition(1, "Connect a USB device (e.g., USB mouse or keyboard")]
+        [Precondition(2, "Use an OTG cable for micro USB port")]
         [Step(1, "Click run TC")]
-        [Step(2, "Disconnect the USB device")]
+        [Step(2, "Disconnect the USB device or the OTG cable for micro USB port")]
         [Step(3, "Testcase will pass automatically if device disconnection is recognized.")]
         [Step(4, "If device USB Host feature is not supported, press PASS after 'not supported' message is shown")]
         [Postcondition(1, "NA")]