From cf38b074341849f3f4eef48419db4d38eeba99b8 Mon Sep 17 00:00:00 2001 From: "huiyu.eun" Date: Thu, 26 Sep 2019 16:25:53 +0900 Subject: [PATCH] [NUI][Non-ACR] Add test step for wearable Change-Id: I8f895cc081e4843065cf174feb6874c89e57b0e8 Signed-off-by: huiyu.eun --- .../testcase/TSNUIWatchApplication.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tct-suite-vs/Tizen.NUI.Wearable.Manual.Tests/testcase/TSNUIWatchApplication.cs b/tct-suite-vs/Tizen.NUI.Wearable.Manual.Tests/testcase/TSNUIWatchApplication.cs index 6378293..db7f9a8 100755 --- a/tct-suite-vs/Tizen.NUI.Wearable.Manual.Tests/testcase/TSNUIWatchApplication.cs +++ b/tct-suite-vs/Tizen.NUI.Wearable.Manual.Tests/testcase/TSNUIWatchApplication.cs @@ -228,10 +228,11 @@ namespace Tizen.NUI.Wearable.Tests [Precondition(3, "Enter command \"sdb dlog | grep TestCase\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Settings > Watch faces and style > Watch faces > select \"watch\" watchface > back to watchface")] - [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, "Check if log show \"[TestCase][OnRegionFormatChanged][NUIWatchApplication] Pass\".")] + [Step(3, "[wearable] Setting app -> Device -> Language -> change language -> return to app test -> wait in 20s")] + [Step(4, "[mobile] 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, "Check if log show \"[TestCase][OnRegionFormatChanged][NUIWatchApplication] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task OnRegionFormatChanged_MANUAL_TEST() { -- 2.7.4