From: Jeonghyun Yun Date: Tue, 23 Apr 2019 05:00:05 +0000 (+0900) Subject: [ElmSharp][Non-ACR] Updated TC description for more detail X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F204313%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [ElmSharp][Non-ACR] Updated TC description for more detail Change-Id: I81b67791d93eb480c97f4eb7697c9e1e585ae12b Signed-off-by: Jeonghyun Yun --- diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSWidget.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSWidget.cs index cc9a1a1f8..b521afcf2 100755 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSWidget.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSWidget.cs @@ -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() {