[Tizen.System][Non-ACR] Complement description for Tizen.System.StorageManager 86/272086/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 8 Mar 2022 09:10:07 +0000 (18:10 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Tue, 8 Mar 2022 09:12:07 +0000 (18:12 +0900)
Change-Id: Id81a67f136351c93f92f4490d7d12e5163844263
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs
tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorageManager.cs

index e68e0ec..6e8dc33 100644 (file)
@@ -42,12 +42,13 @@ namespace Tizen.System.Tests
         [Property("SPEC", "Tizen.System.Storage.StorageStateChanged E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
-        [Property("AUTHOR", "Dinesh Dwivedi, dinesh.d@samsung.com")]
-        [Precondition(1, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
-        [Precondition(2, "[Target] Insert an SD card or USB memory stick.")]
+        [Property("AUTHOR", "Hyotaek Shim, hyotaek.shim@samsung.com")]
+        [Precondition(1, "[Target] Insert a USB memory stick, or insert an SD card into the built-in SD card slot.")]
+        [Precondition(2, "[Target] (Caution) Do not use any auxiliary USB adapters including USB hubs or SD card readers.")]
+        [Precondition(3, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
         [Step(1, "Click run TC")]
-        [Step(2, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
-        [Step(3, "[Target] Remove the SD card or USB memory stick")]
+        [Step(2, "[Target] Remove the inserted USB memory stick or SD card.")]
+        [Step(3, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
         [Step(4, "If you do not get \"pass\", please press fail.")]
         public async Task StorageStateChanged_CHECK_SDCARD_EVENT()
         {
index 2dc4f41..c57b094 100644 (file)
@@ -36,12 +36,13 @@ namespace Tizen.System.Manual.Tests.testcase
         [Property("SPEC", "Tizen.System.StorageManager.SetChangedEvent A")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
-        [Property("AUTHOR", "Pureum Jung, pr.jung@samsung.com")]
-        [Precondition(1, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
-        [Precondition(2, "[Target] Remove all of the SD card and USB memory stick.")]
+        [Property("AUTHOR", "Hyotaek Shim, hyotaek.shim@samsung.com")]
+        [Precondition(1, "[Target] Remove all types of the external storage drives such as USB memory sticks and SD cards.")]
+        [Precondition(2, "[Target] (Caution) Do not use any auxiliary USB adapters including USB hubs or SD card readers.")]
+        [Precondition(3, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
         [Step(1, "Click run TC")]
-        [Step(2, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
-        [Step(3, "[Target] Insert an SD card or USB memory stick.")]
+        [Step(2, "[Target] Insert a USB memory stick, or insert an SD card into the built-in SD card slot.")]
+        [Step(3, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
         [Step(4, "If you don't get \"pass\", please press fail.")]
         public async Task SetChangedEvent_CHECK_SDCARD_EVENT()
         {
@@ -86,12 +87,13 @@ namespace Tizen.System.Manual.Tests.testcase
         [Property("SPEC", "Tizen.System.StorageManager.UnsetChangedEvent A")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
-        [Property("AUTHOR", "Pureum Jung, pr.jung@samsung.com")]
-        [Precondition(1, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
-        [Precondition(2, "[Target] Remove all of the SD card and USB memory stick.")]
+        [Property("AUTHOR", "Hyotaek Shim, hyotaek.shim@samsung.com")]
+        [Precondition(1, "[Target] Remove all types of the external storage drives such as USB memory sticks and SD cards.")]
+        [Precondition(2, "[Target] (Caution) Do not use any auxiliary USB adapters including USB hubs or SD card readers.")]
+        [Precondition(3, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
         [Step(1, "Click run TC")]
-        [Step(2, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
-        [Step(3, "[Target] Insert an SD card or USB memory stick.")]
+        [Step(2, "[Target] Insert a USB memory stick, or insert an SD card into the built-in SD card slot.")]
+        [Step(3, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
         [Step(4, "If you don't get \"pass\", please press fail.")]
         public async Task UnsetChangedEvent_CHECK_SDCARD_EVENT()
         {