[ElmSharp][Non-ACR] Updated TC description for more detail 13/204313/1
authorJeonghyun Yun <jh0506.yun@samsung.com>
Tue, 23 Apr 2019 05:00:05 +0000 (14:00 +0900)
committerJeonghyun Yun <jh0506.yun@samsung.com>
Tue, 23 Apr 2019 05:00:47 +0000 (14:00 +0900)
Change-Id: I81b67791d93eb480c97f4eb7697c9e1e585ae12b
Signed-off-by: Jeonghyun Yun <jh0506.yun@samsung.com>
tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSWidget.cs

index cc9a1a1..b521afc 100755 (executable)
@@ -164,8 +164,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "An Li, an87.li@samsung.com")]
         [Precondition(1, "Test this case on emulator.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Press DOWN key (keyboard) once")]
-        [Step(3, "Testcase result will show automatically")]
+        [Step(2, "Press Button 2")]
+        [Step(3, "Press UP key (keyboard) once")]
+        [Step(4, "Testcase result will show automatically")]
         [Postcondition(1, "NA")]
         public async Task Focused_EVENT()
         {
@@ -186,8 +187,10 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "An Li, an87.li@samsung.com")]
         [Precondition(1, "Test this case on emulator.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Press DOWN key (keyboard) twice")]
-        [Step(3, "Testcase result will show automatically")]
+        [Step(2, "Press Button 2")]
+        [Step(3, "Press UP key (keyboard) once")]
+        [Step(4, "Press DOWN key (keyboard) once")]
+        [Step(5, "Testcase result will show automatically")]
         [Postcondition(1, "NA")]
         public async Task Unfocused_EVENT()
         {
@@ -208,8 +211,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "An Li, an87.li@samsung.com")]
         [Precondition(1, "Test this case on emulator.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Press DOWN key (keyboard) one time")]
-        [Step(3, "Testcase result will show automatically")]
+        [Step(2, "Press Button 2")]
+        [Step(3, "Press UP key (keyboard) once")]
+        [Step(4, "Testcase result will show automatically")]
         [Postcondition(1, "NA")]
         public async Task SetFocus_Check()
         {
@@ -230,8 +234,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "An Li, an87.li@samsung.com")]
         [Precondition(1, "Test this case on emulator.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Press DOWN key (keyboard) one time")]
-        [Step(3, "Testcase result will show automatically")]
+        [Step(2, "Press Button 2")]
+        [Step(3, "Press UP key (keyboard) once")]
+        [Step(4, "Testcase result will show automatically")]
         [Postcondition(1, "NA")]
         public async Task SetNextFocusObject_CHECK()
         {
@@ -257,8 +262,9 @@ namespace ElmSharp.Tests
         [Property("AUTHOR", "An Li, an87.li@samsung.com")]
         [Precondition(1, "Test this case on emulator.")]
         [Step(1, "Click run TC")]
-        [Step(2, "Press DOWN key (keyboard) one time")]
-        [Step(3, "Testcase result will show automatically")]
+        [Step(2, "Press Button 2")]
+        [Step(3, "Press UP key (keyboard) once")]
+        [Step(4, "Testcase result will show automatically")]
         [Postcondition(1, "NA")]
         public async Task FocusNext_CHECK()
         {