From f204cc3329e5a714e7bc7a4bf75753847414566c Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Thu, 6 May 2021 10:24:17 +0900 Subject: [PATCH] [System.Usb][Non-ACR] Complement description for Tizen.Usb.Manual.Tests Change-Id: I29dea20d8f34b9c90d6e6b638f15debf5034da4c Signed-off-by: Hyotaek Shim --- .../testcase/TSHotPluggedEventArgs.cs | 16 +++++++++------- .../Tizen.Usb.Manual.Tests/testcase/TSUsbManager.cs | 12 +++++++----- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSHotPluggedEventArgs.cs b/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSHotPluggedEventArgs.cs index 322dd25..5539112 100755 --- a/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSHotPluggedEventArgs.cs +++ b/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSHotPluggedEventArgs.cs @@ -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() { diff --git a/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSUsbManager.cs b/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSUsbManager.cs index 72d89fd..602c6b9 100755 --- a/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSUsbManager.cs +++ b/tct-suite-vs/Tizen.Usb.Manual.Tests/testcase/TSUsbManager.cs @@ -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")] -- 2.7.4