[ComponentBased][Non-ACR][Updated ambiguous instructions] 95/256595/4
authorChanggyu Choi <changyu.choi@samsung.com>
Thu, 8 Apr 2021 00:47:00 +0000 (09:47 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Thu, 8 Apr 2021 03:53:23 +0000 (12:53 +0900)
Change-Id: Ief5469afd63586f8c36904cf8a776d8d54c2582d
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
tct-suite-vs/Tizen.ComponentBased.Manual.Tests/testcase/TSWidgetComponent.cs

index 42538d5..98d04d3 100755 (executable)
@@ -87,8 +87,9 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Property("SPEC_URL", "-")]\r
         [Property("CRITERIA", "MR")]\r
         [Property("AUTHOR", "ChangGyu Choi, changyu.choi@samsung.com")]\r
-        [Precondition(1, "Enter command \"sdb dlog -c\" to clear log")]\r
-        [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
+        [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")]\r
+        [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")]\r
+        [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
         [Step(1, "Click run TC")]\r
         [Step(2, "Press 'Click me' button")]\r
         [Step(3, "Check if log show \"ComponentBasedTest: CreateWindowInfo success\" before \"ComponentBasedTest: OnCreate\".")]\r
@@ -110,8 +111,9 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Property("SPEC_URL", "-")]\r
         [Property("CRITERIA", "MR")]\r
         [Property("AUTHOR", "ChangGyu Choi, changyu.choi@samsung.com")]\r
-        [Precondition(1, "Enter command \"sdb dlog -c\" to clear log")]\r
-        [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
+        [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")]\r
+        [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")]\r
+        [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
         [Step(1, "Click run TC")]\r
         [Step(2, "Press 'Click me' button")]\r
         [Step(3, "Check if log show \"ComponentBasedTest: OnCreate\" after \"ComponentBasedTest: CreateWindowInfo success\".")]\r
@@ -133,11 +135,12 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Property("SPEC_URL", "-")]\r
         [Property("CRITERIA", "MR")]\r
         [Property("AUTHOR", "ChangGyu Choi, changyu.choi@samsung.com")]\r
-        [Precondition(1, "Enter command \"sdb dlog -c\" to clear log")]\r
-        [Precondition(2, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
+        [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")]\r
+        [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")]\r
+        [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
         [Step(1, "Click run TC")]\r
         [Step(2, "Press 'Click me' button")]\r
-        [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using task-mgr")]\r
+        [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using a command \"app_launcher -t org.tizen.example.WidgetViewerApp.Tizen\"")]\r
         [Step(4, "Check if log show \"ComponentBasedTest: OnDestroy\".")]\r
         [Postcondition(1, "Close the terminal")]\r
         public async Task OnDestroy_MANUAL_TEST()\r
@@ -185,7 +188,6 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Precondition(1, "Kill WidgetViewerApp.Tizen(AppID: org.tizen.example.WidgetViewerApp.Tizen) if app is alive.")]\r
         [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")]\r
         [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
-        [Precondition(4, "The device LCD should be on")]\r
         [Step(1, "Click run TC")]\r
         [Step(2, "Press 'Click me' button")]\r
         [Step(3, "Check if log show \"ComponentBasedTest: OnResume\".")]\r
@@ -236,7 +238,7 @@ namespace Tizen.ComponentBasedApplication.Tests
         [Precondition(3, "Enter command \"sdb dlog ComponentBasedTest\" to terminal")]\r
         [Step(1, "Click run TC")]\r
         [Step(2, "Press 'Click me' button")]\r
-        [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using task-mgr")]\r
+        [Step(3, "Terminate \"WidgetViewerApp.Tizen\" using a command \"app_launcher -t org.tizen.example.WidgetViewerApp.Tizen\"")]\r
         [Step(4, "Check if log show \"ComponentBasedTest: OnStop\" after \"ComponentBasedTest: OnPause\".")]\r
         [Postcondition(1, "Close the terminal")]\r
         public async Task OnStop_MANUAL_TEST()\r