[ElmSharp.Wearable][Non-ACR] Modify test descripion 44/179644/6
authorshyun.min <shyun.min@samsung.com>
Mon, 21 May 2018 01:29:49 +0000 (10:29 +0900)
committershyun.min <shyun.min@samsung.com>
Mon, 21 May 2018 03:40:36 +0000 (12:40 +0900)
Change-Id: I0b01e14aad6b55567186bc28517d952899d443a9

tct-suite-vs/Tizen.ElmSharpWearable.Manual.Tests/testcase/TSRotaryEventExtensions.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 5e3816a..df81bd1
@@ -210,7 +210,7 @@ namespace ElmSharp.Wearable.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Click run TC.")]
-        [Step(2, "Plz change time with wheel, and the time will not be changed successfully.")]
+        [Step(2, "Circle object to detect wheel rotation will be not shown, because it is deactivated.")]
         [Step(3, "If it is, click Pass, or Fail.")]
         [Postcondition(1, "NA")]
         public static async Task Deactivate_CHECK_IRotaryActionWidget()
@@ -256,7 +256,7 @@ namespace ElmSharp.Wearable.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Click run TC.")]
-        [Step(2, "Plz change tiem with wheel, and it will display result automatically.")]
+        [Step(2, "Plz change time with wheel, and it will display result automatically.")]
         [Postcondition(1, "NA")]
         public static async Task AddRotaryEventHandler_CHECK()
         {
@@ -280,8 +280,9 @@ namespace ElmSharp.Wearable.Tests
         [Property("AUTHOR", "Qian Sui, qian.sui@samsung.com")]
         [Precondition(1, "NA")]
         [Step(1, "Click run TC.")]
-        [Step(2, "Plz change tiem with wheel, and it will not display result automatically.")]
-        [Step(3, "If it is, click Pass, or Fail.")]
+        [Step(2, "Plz change time with wheel, and back to previous page")]
+        [Step(3, "Since callback was removed, it will not retrun test result automatically.")]
+        [Step(4, "If you can not see result PASS, click Pass.")]
         [Postcondition(1, "NA")]
         public static async Task RemoveRotaryEventHandler_CHECK()
         {
@@ -294,5 +295,4 @@ namespace ElmSharp.Wearable.Tests
             await ManualTest.WaitForConfirm();
         }
     }
-
 }