From 25ad7c01608d0939bcf11724ba0e7e8de9a38a17 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Tue, 8 Mar 2022 18:10:07 +0900 Subject: [PATCH] [Tizen.System][Non-ACR] Complement description for Tizen.System.StorageManager Change-Id: Id81a67f136351c93f92f4490d7d12e5163844263 Signed-off-by: Hyotaek Shim --- .../testcase/TSStorage.cs | 11 ++++++----- .../testcase/TSStorageManager.cs | 22 ++++++++++++---------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs b/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs index e68e0ec..6e8dc33 100644 --- a/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs +++ b/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs @@ -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() { diff --git a/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorageManager.cs b/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorageManager.cs index 2dc4f41..c57b094 100644 --- a/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorageManager.cs +++ b/tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorageManager.cs @@ -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() { -- 2.7.4