From d88717c6858024010320d412884963010e4341de Mon Sep 17 00:00:00 2001 From: Hyotaek Shim Date: Fri, 11 May 2018 22:24:24 +0900 Subject: [PATCH] [System][NON-ACR][Modify manual TC description for Tizen.Device.Battery] Change-Id: Ie7500f7a7a33330587356951fe220da85940d325 Signed-off-by: Hyotaek Shim --- .../Tizen.Device.Manual.Tests/testcase/TSBattery.cs | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 47321ef..034e967 100755 --- a/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs +++ b/tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs @@ -53,7 +53,7 @@ namespace Tizen.System.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")] - [Precondition(1, "Device Battery Should not be Full (100%).")] + [Precondition(1, "Device Battery must not be Full (100%).")] [Precondition(2, "Connect charging cable.")] [Step(1, "Click run TC")] [Step(2, "If you don't get pass, It is fail.")] @@ -112,7 +112,7 @@ namespace Tizen.System.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")] - [Precondition(1, "Device Battery Should not be Full (100%).")] + [Precondition(1, "Device Battery must not be Full (100%).")] [Precondition(2, "Connect charging cable.")] [Step(1, "Click run TC")] [Step(2, "Disconnect charging cable.")] @@ -141,8 +141,8 @@ namespace Tizen.System.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "EVL")] [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")] - [Precondition(1, "Device Battery Should not be Full (100%).")] - [Precondition(2, "Charging cable should not be connected.")] + [Precondition(1, "Device Battery must not be Full (100%).")] + [Precondition(2, "Charging cable must not be connected.")] [Step(1, "Click run TC")] [Step(2, "Connect charging cable.")] [Step(3, "If you don't get pass, It is fail.")] @@ -172,14 +172,16 @@ namespace Tizen.System.Tests [Precondition(1, "Please carefully check the following preconditions and instructions since there have been many false alarms in this test.")] [Precondition(2, "[Emulator] Device battery should be set as 50%. You can check the battery percentage in Control Panel > Battery > Level.")] [Precondition(3, "[Emulator] Charger should be ON .The menu is here in Control Panel > Battery > Charger")] - [Precondition(4, "[Target(TM1, TW2, etc)] Device battery should not be full (100%).")] + [Precondition(4, "[Target(TM1, TW2, etc)] Device battery must not be full (100%). Using 98% battery is recommended")] [Precondition(5, "[Target(TM1, TW2, etc)] Connect a charger cable.")] - [Precondition(6, "Bettary level info: 0% Empty / 1% 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 for a maximum of four hours.")] - [Step(5, "[Target(TM1, TW2, etc)] If you don't get pass after battery level is changed, it is fail.")] + [Step(5, "[Target(TM1, TW2, etc)] If you don't get pass even after the battery level is changed, it is fail.")] [Postcondition(1, "NA")] public static async Task LevelChanged_EVENT_CHECK() { @@ -206,7 +208,7 @@ namespace Tizen.System.Tests [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")] [Precondition(1, "[Emulator] Device battery should be set as 50%. You can check the battery percentage in Control Panel > Battery > Level.")] [Precondition(2, "[Emulator] Set Charger as ON. The menu is here in Control Panel > Battery > Charger")] - [Precondition(3, "[Target(TM1, TW2, etc)] Device battery should not be full (100%).")] + [Precondition(3, "[Target(TM1, TW2, etc)] Device battery must not be full (100%).")] [Precondition(4, "[Target(TM1, TW2, etc)] Connect a charger.")] [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'.")] @@ -240,7 +242,7 @@ namespace Tizen.System.Tests [Property("AUTHOR", "Gattu Praveen Kumar, gattu.p@samsung.com")] [Precondition(1, "[Emulator] Device battery should be set as 50%. You can check the battery percentage in Control Panel > Battery > Level.")] [Precondition(2, "[Emulator] Set Charger as OFF. The menu is here in Control Panel > Battery > Charger")] - [Precondition(3, "[Target(TM1, TW2, etc)] Device battery should not be full (100%).")] + [Precondition(3, "[Target(TM1, TW2, etc)] Device battery must not be full (100%).")] [Precondition(4, "[Target(TM1, TW2, etc)] Disconnect a charger.")] [Step(1, "Click run TC")] [Step(2, "[Emulator] Change the battery level as 13% in Control Panel > Battery > Level. You can manipulate the horizontal bar or type in '13'.")] -- 2.7.4