From e1ffb8906cde102a316847e9a13a79e7f288db4d Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Tue, 16 Feb 2021 15:00:22 +0900 Subject: [PATCH] [NUI][Non-ACR] Add test step for Window focus test Add a step to test without remote controller. Change-Id: Ib2b5b98a238e8a81b3ba9539eeab3321e747cf2b Signed-off-by: huiyu.eun --- tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs index aa0fc9a..457e1e3 100755 --- a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs +++ b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSWindow.cs @@ -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(); -- 2.7.4