From 2d056ff6f56945c530aba06ffda5dd0854238b43 Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Thu, 4 Jul 2024 09:19:45 +0900 Subject: [PATCH] [ComponentBased.Manual][Non-ACR][Update descriptions] Currently, there is a problem about the widget component. Because, the ElmSharp was deprecated. To test OnPause TC, the tester should check whether the OnPause Widget log exists or not. Change-Id: If230fb12c3f1d096674195dab9534a97e785e5d8 Signed-off-by: Hwankyu Jhun --- .../testcase/TSWidgetComponent.cs | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 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 8ee3cba..f744ac9 100755 --- a/tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs +++ b/tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs @@ -93,7 +93,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: CreateWindowInfo success\" before \"ComponentBasedTest: OnCreate\".")] - [Step(4, "Press 'Exit' button")] + [Step(4, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task CreateWindowInfo_MANUAL_TEST() { @@ -118,7 +118,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: OnCreate\" after \"ComponentBasedTest: CreateWindowInfo success\".")] - [Step(4, "Press 'Exit' button")] + [Step(4, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task OnCreate_MANUAL_TEST() { @@ -144,6 +144,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Step(2, "Press 'Click me' button")] [Step(3, "Press 'Exit' button")] [Step(4, "Check if log show \"ComponentBasedTest: OnDestroy Widget\".")] + [Step(5, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task OnDestroy_MANUAL_TEST() { @@ -167,8 +168,9 @@ 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, "Press 'Exit' button")] - [Step(4, "Check if log show \"ComponentBasedTest: OnPause Widget\".")] + [Step(3, "Press 'Exit' button after \"ComponentBasedTest: OnResume Widget\".")] + [Step(4, "Check if \"ComponentBasedTest: OnPause Widget\" log exists.")] + [Step(5, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task OnPause_MANUAL_TEST() { @@ -193,7 +195,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: OnResume Widget\".")] - [Step(4, "Press 'Exit' button")] + [Step(4, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task OnResume_MANUAL_TEST() { @@ -218,7 +220,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: OnStart\".")] - [Step(4, "Press 'Exit' button")] + [Step(4, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task OnStart_MANUAL_TEST() { @@ -242,7 +244,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, "Press 'Exit' button")] + [Step(3, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") after \"ComponentBasedTest: OnResume Widget\".")] [Step(4, "Check if log show \"ComponentBasedTest: OnStop Widget\" after \"ComponentBasedTest: OnPause Widget\".")] [Postcondition(1, "Close the terminal")] public async Task OnStop_MANUAL_TEST() @@ -268,7 +270,7 @@ namespace Tizen.ComponentBasedApplication.Tests [Step(1, "Click run TC")] [Step(2, "Press 'Click me' button")] [Step(3, "Check if log show \"ComponentBasedTest: InitializeWindow\".")] - [Step(4, "Press 'Exit' button")] + [Step(4, "Terminate ComponentBasedTest(\"sdb shell app_launcher -t org.tizen.example.ComponentBasedTest\") if the app is running.")] [Postcondition(1, "Close the terminal")] public async Task InitializeWindow_MANUAL_TEST() { -- 2.7.4