[NUI][Non-ACR] Add test step for Window focus test 45/253645/3
authorhuiyu.eun <huiyu.eun@samsung.com>
Tue, 16 Feb 2021 06:00:22 +0000 (15:00 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Tue, 16 Feb 2021 06:06:30 +0000 (15:06 +0900)
Add a step to test without remote controller.

Change-Id: Ib2b5b98a238e8a81b3ba9539eeab3321e747cf2b
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs

index aa0fc9a..457e1e3 100755 (executable)
@@ -121,7 +121,8 @@ namespace Tizen.NUI.Tests
         [Step(5, "In case of Wearable, Press the home button, Run the Tizen.NUI.Manual.Tests again.")]
         [Step(6, "In case of XU3, Prepare keyboard and connect to XU3. Press the Home button to hide the current window. Press return button return to TCT page")]
         [Step(7, "In case of TV, Press smarthub button in remote controller. Press return button return to TCT page")]
-        [Step(8, "The TC will pass.")]
+        [Step(8, "If there is no remote controller, you should launch other application such as menu, apps using command 'launch_app [app_package_name]'")]
+        [Step(9, "The TC will pass.")]
         [Postcondition(1, "NA")]
         public async Task FocusChanged_CB()
         {
@@ -133,7 +134,7 @@ namespace Tizen.NUI.Tests
             }
             else
             {
-                CreateView("Press Key-Down");
+                CreateView("Launch other application");
                 _window.FocusChanged += OnWindowEvent;
                 // Waits for user confirmation.
                 await ManualTest.WaitForConfirm();