From: Hyotaek Shim Date: Fri, 11 May 2018 05:06:29 +0000 (+0900) Subject: [System][NON-ACR][Add manual TC description for Tizen.Device.Battery] X-Git-Tag: public_m1_final~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=17d385696623aea8f3b8405324b6af4150773549;p=test%2Ftct%2Fcsharp%2Fapi.git [System][NON-ACR][Add manual TC description for Tizen.Device.Battery] Change-Id: I11eff72374c55b418495975f2b23a07634571974 Signed-off-by: Hyotaek Shim --- diff --git a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs index 8e97635..ef8361e 100755 --- a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs +++ b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs @@ -178,7 +178,7 @@ namespace Tizen.System.Tests [Step(1, "Click run TC")] [Step(2, "[Emulator] Change the battery level as 100% in Control Panel > Battery > Level. You can manipulate the horizontal bar or type in '100'.")] [Step(3, "[Emulator] If you don't get pass after changing the battery level, it is fail.")] - [Step(4, "[Target(TM1, TW2, etc)] Wait until the battery level is changed.")] + [Step(4, "[Target(TM1, TW2, etc)] Wait until the battery level is changed for a maximum of two hours.")] [Step(5, "[Target(TM1, TW2, etc)] If you don't get pass after battery level is changed, it is fail.")] [Postcondition(1, "NA")] public static async Task LevelChanged_EVENT_CHECK() @@ -211,7 +211,7 @@ namespace Tizen.System.Tests [Step(1, "Click run TC")] [Step(2, "[Emulator] Change the battery level as 100% in Control Panel > Battery > Level. You can manipulate the horizontal bar or type in '100'.")] [Step(3, "[Emulator] If you don't get pass after changing the battery percentage, it is fail.")] - [Step(4, "[Target(TM1, TW2, etc)] Wait until the battery percentage is increased.")] + [Step(4, "[Target(TM1, TW2, etc)] Wait until the battery percentage is increased for a maximum of half an hour.")] [Step(5, "[Target(TM1, TW2, etc)] If you don't get pass after the battery percentage is increased, it is fail.")] [Postcondition(1, "NA")] public static async Task PercentChanged_EVENT_CHECK_INCREASED() 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 e8019ed..e45db7a 100755 --- a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs +++ b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSDisplayStateChangedEventArgs.cs @@ -48,9 +48,9 @@ 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 State should be On")] [Step(1, "Click Run TC")] - [Step(2, "Turn Off the Display")] + [Step(2, "Turn off the Display by pressing the power button once")] [Step(3, "If you don't get pass, It is fail.")] public static async Task State_PROPERTY_READ_ONLY() {