[Applications.Manual][Non-ACR][Update descriptions] 22/177622/1
authorHwankyu Jhun <h.jhun@samsung.com>
Wed, 2 May 2018 02:40:07 +0000 (11:40 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Wed, 2 May 2018 07:45:48 +0000 (16:45 +0900)
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 <h.jhun@samsung.com>
tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs [changed mode: 0755->0644]
tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSLocaleChangedEventArgs.cs [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
index 20181fd..1feb6cf
@@ -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 */
old mode 100755 (executable)
new mode 100644 (file)
index 76ca89d..4173d84
@@ -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()
         {