[System][NON-ACR][Modify manual TC description for Tizen.Device.Battery] 33/178733/3
authorHyotaek Shim <hyotaek.shim@samsung.com>
Fri, 11 May 2018 13:24:24 +0000 (22:24 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Mon, 14 May 2018 00:12:13 +0000 (09:12 +0900)
Change-Id: Ie7500f7a7a33330587356951fe220da85940d325
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
tct-suite-vs/Tizen.Device.Manual.Tests/testcase/TSBattery.cs

index 47321ef..034e967 100755 (executable)
@@ -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,CRITICAL / 5%<battery, LOW / 15%<battery<=100%, HIGH/ after 1hour 100% , FULL")]
+        [Precondition(6, "[Target(TM1, TW2, etc)] Bettary level info: 0% Empty / 1%~4% CRITICAL / 5%~14% LOW / 15%~99% HIGH/ 100% FULL")]
+       [Precondition(7, "[Target(TM1, TW2, etc)] To avoid huge waiting time, you can use a battery charged as much as just under 5%(LOW), 15%(HIGH), or 100%(FULL).")]
+       [Precondition(8, "[Target(TM1, TW2, etc)] For instance, with a 13% or 98% battery, you're going to get pass as soon as charging +2%.")]
         [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 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'.")]