[Storage][Non-ACR][Modify manual TC description] 66/183066/2
authorHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 2 Jul 2018 05:12:25 +0000 (14:12 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 2 Jul 2018 08:02:25 +0000 (17:02 +0900)
Change-Id: I1c37550c40632158013b17a19497ecabbb89fbeb
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.System.Manual.Tests/testcase/TSStorage.cs

index 96ef84b..475931d 100644 (file)
@@ -30,14 +30,16 @@ namespace Tizen.System.Tests
         [Test]
         [Category("P1")]
         [Description("Tests if we get callback for StorageStateChanged events")]
-        [Property("SPEC", "Tizen.System.Storage.StorageStateChanged A")]
+        [Property("SPEC", "Tizen.System.Storage.StorageStateChanged E")]
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "Dinesh Dwivedi, dinesh.d@samsung.com")]
-        [Precondition(1, "Insert SD Card or USB.")]
+        [Precondition(1, "[Emulator] Attach the SD card. The menu is here in Control Panel > SD Card > Click \"Attach\".")]
+        [Precondition(2, "[Target(TM1, Artik, etc.)] Insert an SD card or USB memory stick.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Remove SD card or USB")]
-        [Step(3, "If you don't get \"pass\", please press fail.")]
+        [Step(2, "[Emulator] Detach the SD card. The menu is here in Control Panel > SD Card > Click \"Detach\".")]
+        [Step(3, "[Target(TM1, Artik, etc.)] Remove the SD card or USB memory stick")]
+        [Step(4, "If you don't get \"pass\", please press fail.")]
         public static async Task StorageStateChanged_CHECK_SDCARD_EVENT()
         {
             string profile;
@@ -53,7 +55,7 @@ namespace Tizen.System.Tests
 
             if (is_mobile)
             {
-                Assert.IsNotEmpty(storages, "SD Card is not inserted");
+                Assert.IsNotEmpty(storages, "SD card is not inserted");
 
                 // TEST CODE
                 bool unmountableStateAchieved = false;