From d60b85374b0ef39e889a81b21136fed0954ddba7 Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Wed, 27 Nov 2019 13:06:35 +0900 Subject: [PATCH] [NUI][Non-ACR] Modify Test Step for Changing language Change-Id: Ic9b0de11d41c1dc7d38119ade210592f7e4f295b Signed-off-by: huiyu.eun --- .../testcase/TSNUIApplication.cs | 11 ++++++----- .../testcase/TSNUIWidgetApplication.cs | 22 ++++++++++++---------- 2 files changed, 18 insertions(+), 15 deletions(-) diff --git a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIApplication.cs b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIApplication.cs index b2a9f11..af7a65d 100755 --- a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIApplication.cs +++ b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIApplication.cs @@ -248,7 +248,7 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC")] - [Step(2, "[Common] if you cannot change a language in a setting app, this test can not be tested. Please click \"Pass\" button.")] + [Step(2, "if you cannot change a language in a setting app, this test can not be tested. Please click \"Pass\" button.")] [Step(3, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] [Step(4, "Check if log show \"[TestCase][OnLocaleChanged][NUIApplication] Pass\".")] [Postcondition(1, "Close the terminal")] @@ -269,10 +269,11 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC")] - [Step(2, "[mobile] Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] - [Step(3, "[TV profile] Press Home key -> Settings -> System -> Location -> change location -> return to app test -> wait in 20s")] - [Step(4, "[TV profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if \"Location\" menu doesn't exist.")] - [Step(5, "Check if log show \"[TestCase][OnRegionFormatChanged][NUIApplication] Pass\".")] + [Step(2, "if you cannot change a language in a setting app, this test can not be tested. Please click \"Pass\" button.")] + [Step(3, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] + [Step(4, "[TV profile] Press Home key -> Settings -> System -> Location -> change location -> return to app test -> wait in 20s")] + [Step(5, "[TV profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if \"Location\" menu doesn't exist.")] + [Step(6, "Check if log show \"[TestCase][OnRegionFormatChanged][NUIApplication] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task OnRegionFormatChanged_MANUAL_TEST() { diff --git a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIWidgetApplication.cs b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIWidgetApplication.cs index 22985f2..adf1ce4 100755 --- a/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIWidgetApplication.cs +++ b/tct-suite-vs/Tizen.NUI.Manual.Tests/testcase/TSNUIWidgetApplication.cs @@ -114,9 +114,10 @@ namespace Tizen.NUI.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC")] - [Step(2, "Move Focus to Add button and click.")] - [Step(3, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] - [Step(4, "Check if log show \"[TestCase][OnLocaleChanged][NUIWidgetApplication] Pass\".")] + [Step(2, "if you cannot change a language in a setting app, this test can not be tested. Please click \"Pass\" button.")] + [Step(3, "Move Focus to Add button and click.")] + [Step(4, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] + [Step(5, "Check if log show \"[TestCase][OnLocaleChanged][NUIWidgetApplication] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task OnLocaleChanged_MANUAL_TEST() { @@ -230,13 +231,14 @@ namespace Tizen.NUI.Tests [Precondition(1, "Open terminal to view logs.")] [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] - [Step(1, "Click run TC")] - [Step(2, "Move Focus to Add button and click.")] - [Step(3, "[mobile] Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] - [Step(4, "[TV profile] Press Home key -> Settings -> System -> Location -> change location -> return to app test -> wait in 20s")] - [Step(5, "[TV profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if \"Location\" menu doesn't exist.")] - [Step(6, "[TV profile] Please just make it pass")] - [Step(7, "Check if log show \"[TestCase][OnRegionFormatChanged][NUIWidgetApplication] Pass\".")] + [Step(1, "Click run TC")] + [Step(2, "if you cannot change a language in a setting app, this test can not be tested. Please click \"Pass\" button.")] + [Step(3, "Move Focus to Add button and click.")] + [Step(4, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] + [Step(5, "[TV profile] Press Home key -> Settings -> System -> Location -> change location -> return to app test -> wait in 20s")] + [Step(6, "[TV profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if \"Location\" menu doesn't exist.")] + [Step(7, "[TV profile] Please just make it pass")] + [Step(8, "Check if log show \"[TestCase][OnRegionFormatChanged][NUIWidgetApplication] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task OnRegionFormatChanged_MANUAL_TEST() { -- 2.7.4