From a4e120cf42159b8384a481af07a1d3ed0357061d Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Mon, 29 Oct 2018 10:37:59 +0900 Subject: [PATCH] [NUI][Non-ACR] Add testing steps Change-Id: If4e0d2a9067bdf020a6143e17ccc38aaf30f5467 Signed-off-by: huiyu.eun --- .../testcase/TSWidgetView.cs | 45 +++++++++++++--------- 1 file changed, 27 insertions(+), 18 deletions(-) diff --git a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWidgetView.cs b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWidgetView.cs index ef02185..3a89136 100755 --- a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWidgetView.cs +++ b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWidgetView.cs @@ -102,8 +102,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Resume button and click.")] - [Step(3, "Check if log show \"[TestCase][ActivateFaultedWidget][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Resume button and click.")] + [Step(4, "Check if log show \"[TestCase][ActivateFaultedWidget][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task ActivateFaultedWidget_MANUAL_TEST() { @@ -121,8 +122,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Delete button and click.")] - [Step(3, "Check if log show \"[TestCase][CancelTouchEvent][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Delete button and click.")] + [Step(4, "Check if log show \"[TestCase][CancelTouchEvent][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task CancelTouchEvent_MANUAL_TEST() { @@ -140,8 +142,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Pause button and click.")] - [Step(3, "Check if log show \"[TestCase][PauseWidget][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Pause button and click.")] + [Step(4, "Check if log show \"[TestCase][PauseWidget][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task PauseWidget_MANUAL_TEST() { @@ -159,8 +162,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Resume button and click.")] - [Step(3, "Check if log show \"[TestCase][ResumeWidget][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Resume button and click.")] + [Step(4, "Check if log show \"[TestCase][ResumeWidget][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task ResumeWidget_MANUAL_TEST() { @@ -178,8 +182,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Delete button and click.")] - [Step(3, "Check if log show \"[TestCase][TerminateWidget][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Delete button and click.")] + [Step(4, "Check if log show \"[TestCase][TerminateWidget][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task TerminateWidget_MANUAL_TEST() { @@ -254,8 +259,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Delete button and click.")] - [Step(3, "Check if log show \"[TestCase][PermanentDelete][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Delete button and click.")] + [Step(4, "Check if log show \"[TestCase][PermanentDelete][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task PermanentDelete_MANUAL_TEST() { @@ -273,8 +279,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Resume button and click.")] - [Step(3, "Check if log show \"[TestCase][Preview][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Resume button and click.")] + [Step(4, "Check if log show \"[TestCase][Preview][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task Preview_MANUAL_TEST() { @@ -349,8 +356,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Resume button and click.")] - [Step(3, "Check if log show \"[TestCase][WidgetStateFaulted][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Resume button and click.")] + [Step(4, "Check if log show \"[TestCase][WidgetStateFaulted][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task WidgetStateFaulted_MANUAL_TEST() { @@ -387,8 +395,9 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC.")] - [Step(2, "Move Focus to Delete button and click.")] - [Step(3, "Check if log show \"[TestCase][WidgetDeleted][WidgetView] Pass\".")] + [Step(2, "Move Focus to Add button and click.")] + [Step(3, "Move Focus to Delete button and click.")] + [Step(4, "Check if log show \"[TestCase][WidgetDeleted][WidgetView] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task WidgetDeleted_MANUAL_TEST() { -- 2.7.4