[WidgetApplication][Non-ACR] Change test description for TV device. 13/290913/1
authorSukhyungKang <shine.kang@samsung.com>
Wed, 5 Apr 2023 04:08:49 +0000 (13:08 +0900)
committerSukhyungKang <shine.kang@samsung.com>
Wed, 5 Apr 2023 04:08:49 +0000 (13:08 +0900)
- test application should be paused, but it can not make pause
application to press home key in TV. so change the TCT process.

Change-Id: I70e546b31749e10db8c4bd85f3a499d5b6128e47
Signed-off-by: SukhyungKang <shine.kang@samsung.com>
tct-suite-vs/Tizen.WidgetApplication.Manual.Tests/testcase/TSWidgetBase.cs

index 2d068b8..99dc7f2 100755 (executable)
@@ -94,9 +94,8 @@ namespace Tizen.Applications.Tests
         [Precondition(4, "Enter command \"sdb dlog WidgetBaseApp\" to terminal")]
         [Step(1, "Click run TC")]
         [Step(2, "Launch WidgetViewerApp.Tizen(Enter command \"app_launcher -s org.tizen.example.WidgetViewerApp.Tizen\" to terminal) application")]
-        [Step(3, "Press home button")]
-        [Step(4, "Launch WidgetViewerApp.Tizen(org.tizen.example.WidgetViewerApp.Tizen)")]
-        [Step(5, "Check if log show \"WidgetBaseApp.Tizen.cs: OnResize\".")]
+        [Step(3, "Launch Manual Test Application(Enter command \"app_launcher -s Tizen.WidgetApplication.Manual.Tests\" to terminal)")]
+        [Step(4, "Check if log show \"WidgetBaseApp.Tizen.cs: OnResize\".")]
         [Postcondition(1, "Close the terminal")]
         public async Task OnResize_MANUAL_TEST()
         {