[Non-ACR][Device.Manual][Modify TCT description] 21/184021/4
authorHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 13 Jul 2018 05:25:39 +0000 (14:25 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 13 Jul 2018 07:11:39 +0000 (07:11 +0000)
Change-Id: I8a4c7b15e41af42d47b9be1361dade7cfde55fb9
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplay.cs
tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs

index a4b154c..bc92fc2 100755 (executable)
@@ -54,11 +54,12 @@ namespace Tizen.System.Tests
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "EVL")]
         [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")]
-        [Precondition(1, "Device Display Should be On")]
+        [Precondition(1, "Device display must be on")]
+        [Precondition(2, "[Wearable Targets(TW1, TW2, Emulator)] Set the display timeout as 15 seconds. The menu is here at Settings > Display > Screen Timeout.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Turn Off the Display")]
-        [Step(3, "Turn On the Display")]
-        [Step(4, "If you don't get pass, It is fail.")]
+        [Step(2, "[Mobile Targets(TM1, TM2, Emulator)] Press the powerkey button to turn off the display")]
+        [Step(3, "[Wearable Targets(TW1, TW2, Emulator)] Wait until the display is turned off as much time as you set in the Precondition step")]
+        [Step(4, "If you do not get pass, it is failed.")]
         public static async Task StateChanged_EVENT_CHECK()
         {
             if (PassForNotSuppot() == 1) return;
index e45db7a..d49cd52 100755 (executable)
@@ -48,10 +48,12 @@ namespace Tizen.System.Tests
         [Property("SPEC_URL", "-")]
         [Property("CRITERIA", "PRE")]
         [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")]
-        [Precondition(1, "Device Display State should be On")]
+        [Precondition(1, "Device Display must be on")]
+       [Precondition(2, "[Wearable Targets(TW1, TW2, Emulator)] Set the display timeout as 15 seconds. The menu is here at Settings > Display > Screen Timeout.")]
         [Step(1, "Click Run TC")]
-        [Step(2, "Turn off the Display by pressing the power button once")]
-        [Step(3, "If you don't get pass, It is fail.")]
+       [Step(2, "[Mobile Targets(TM1, TM2, Emulator)] Press the powerkey button to turn off the display")]
+       [Step(3, "[Wearable Targets(TW1, TW2, Emulator)] Wait until the display is turned off as much time as you set in the Precondition step")]
+       [Step(4, "If you do not get pass, it is failed.")]
         public static async Task State_PROPERTY_READ_ONLY()
         {
             if (PassForNotSuppot() == 1) return;