From: Hyotaek Shim Date: Fri, 13 Jul 2018 05:25:39 +0000 (+0900) Subject: [Non-ACR][Device.Manual][Modify TCT description] X-Git-Tag: tct5.0_m2~153^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=206e438dd69f042c62a9c9ad3b408c815b2bd356;p=test%2Ftct%2Fcsharp%2Fapi.git [Non-ACR][Device.Manual][Modify TCT description] Change-Id: I8a4c7b15e41af42d47b9be1361dade7cfde55fb9 Signed-off-by: Hyotaek Shim --- diff --git a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplay.cs b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplay.cs index a4b154c..bc92fc2 100755 --- a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplay.cs +++ b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplay.cs @@ -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; diff --git a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs index e45db7a..d49cd52 100755 --- a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs +++ b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs @@ -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;