From: Changgyu Choi Date: Thu, 8 Apr 2021 00:47:00 +0000 (+0900) Subject: [ComponentBased][Non-ACR][Updated ambiguous instructions] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F95%2F256595%2F4;p=test%2Ftct%2Fcsharp%2Fapi.git [ComponentBased][Non-ACR][Updated ambiguous instructions] Change-Id: Ief5469afd63586f8c36904cf8a776d8d54c2582d Signed-off-by: Changgyu Choi --- diff --git a/tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs b/tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs index 42538d5..98d04d3 100755 --- a/tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs +++ b/tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs @@ -87,8 +87,9 @@ namespace Tizen.ComponentBasedApplication.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "ChangGyu Choi, changyu.choi@samsung.com")] - [Precondition(1, "Enter command \"sdb dlog -c\" to clear log")] - [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] + [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")] + [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] + [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: CreateWindowInfo success\" before \"ComponentBasedTest: OnCreate\".")] @@ -110,8 +111,9 @@ namespace Tizen.ComponentBasedApplication.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "ChangGyu Choi, changyu.choi@samsung.com")] - [Precondition(1, "Enter command \"sdb dlog -c\" to clear log")] - [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] + [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")] + [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] + [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: OnCreate\" after \"ComponentBasedTest: CreateWindowInfo success\".")] @@ -133,11 +135,12 @@ namespace Tizen.ComponentBasedApplication.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "ChangGyu Choi, changyu.choi@samsung.com")] - [Precondition(1, "Enter command \"sdb dlog -c\" to clear log")] - [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] + [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")] + [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] + [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] - [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using task-mgr")] + [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using a command \"app_launcher -t org.tizen.example.WidgetViewerApp.Tizen\"")] [Step(4, "Check if log show \"ComponentBasedTest: OnDestroy\".")] [Postcondition(1, "Close the terminal")] public async Task OnDestroy_MANUAL_TEST() @@ -185,7 +188,6 @@ namespace Tizen.ComponentBasedApplication.Tests [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")] [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] - [Precondition(4, "The device LCD should be on")] [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: OnResume\".")] @@ -236,7 +238,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] - [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using task-mgr")] + [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using a command \"app_launcher -t org.tizen.example.WidgetViewerApp.Tizen\"")] [Step(4, "Check if log show \"ComponentBasedTest: OnStop\" after \"ComponentBasedTest: OnPause\".")] [Postcondition(1, "Close the terminal")] public async Task OnStop_MANUAL_TEST()