From 2c9bde3b8810b9e74e4be4fa2c5a4a2c80c631eb Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Wed, 2 May 2018 11:40:07 +0900 Subject: [PATCH] [Applications.Manual][Non-ACR][Update descriptions] If changing a language in a setting app is not supported, the tester cannot test the TCs about locale. Change-Id: I135e7770826a09cf1b20d15fa6108d62a9fb97a2 Signed-off-by: Hwankyu Jhun --- .../testcase/TSCoreApplication.cs | 10 ++++++---- .../testcase/TSLocaleChangedEventArgs.cs | 7 ++++--- 2 files changed, 10 insertions(+), 7 deletions(-) mode change 100755 => 100644 tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs mode change 100755 => 100644 tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSLocaleChangedEventArgs.cs diff --git a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs old mode 100755 new mode 100644 index 20181fd..1feb6cf --- a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs +++ b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs @@ -326,8 +326,9 @@ namespace Tizen.Applications.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, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] - [Step(3, "Check if log show \"[TestCase][OnLocaleChanged][Application] Pass\".")] + [Step(2, "[Common] 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][Application] Pass\".")] [Postcondition(1, "Close the terminal")] public static async Task OnLocaleChanged_MANUAL_TEST() { /* TEST CODE */ @@ -345,8 +346,9 @@ namespace Tizen.Applications.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, "Press Home hardkey -> Setting app -> change language -> return to app test -> wait in 20s")] - [Step(3, "Check if log show \"[TestCase][LocaleChanged_Event_Test][Application] Pass\".")] + [Step(2, "[Common] 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][LocaleChanged_Event_Test][Application] Pass\".")] [Postcondition(1, "Close the terminal")] public static async Task LocaleChanged_EVENT_TEST() { /* TEST CODE */ diff --git a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSLocaleChangedEventArgs.cs b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSLocaleChangedEventArgs.cs old mode 100755 new mode 100644 index 76ca89d..4173d84 --- a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSLocaleChangedEventArgs.cs +++ b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSLocaleChangedEventArgs.cs @@ -32,9 +32,10 @@ namespace Tizen.Applications.Tests [Precondition(2, "Enter command \"sdb dlog -c\" to clear log")] [Precondition(3, "Enter command \"sdb dlog | grep Test_Properties\" to terminal")] [Step(1, "Click run TC")] - [Step(2, "Press Home hardkey -> Setting app -> select language menu -> Choose other language -> return to app test")] - [Step(3, "Check if log show \"[Test_Properties] Locale properties is not null\".")] - [Step(4, "Check if log show \"[Test_Properties] Locale type: System.String\".")] + [Step(2, "[Common] 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 -> select language menu -> Choose other language -> return to app test")] + [Step(4, "Check if log show \"[Test_Properties] Locale properties is not null\".")] + [Step(5, "Check if log show \"[Test_Properties] Locale type: System.String\".")] [Postcondition(1, "Close the terminal")] public static async Task Locale_GET_TEST() { -- 2.7.4