From 206e438dd69f042c62a9c9ad3b408c815b2bd356 Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Fri, 13 Jul 2018 14:25:39 +0900 Subject: [PATCH] [Non-ACR][Device.Manual][Modify TCT description] Change-Id: I8a4c7b15e41af42d47b9be1361dade7cfde55fb9 Signed-off-by: Hyotaek Shim --- tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplay.cs | 9 +++++---- .../testcase/TSDisplayStateChangedEventArgs.cs | 8 +++++--- 2 files changed, 10 insertions(+), 7 deletions(-) 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; -- 2.7.4