From af6b80ca3fac211600edf0d1621cd3a1bd75a2e6 Mon Sep 17 00:00:00 2001 From: Changgyu Choi Date: Thu, 8 Apr 2021 09:47:00 +0900 Subject: [PATCH] [ComponentBased][Non-ACR][Updated ambiguous instructions] Change-Id: Ief5469afd63586f8c36904cf8a776d8d54c2582d Signed-off-by: Changgyu Choi --- .../testcase/TSWidgetComponent.cs | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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() -- 2.7.4