From: Hwankyu Jhun Date: Fri, 23 Aug 2019 01:51:28 +0000 (+0900) Subject: [Applications.Manual][Non-ACR] Fix the descriptions X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F212553%2F1;p=test%2Ftct%2Fcsharp%2Fapi.git [Applications.Manual][Non-ACR] Fix the descriptions If there is not "Location" menu, the testcase cannot be tested properly. Change-Id: I16cb655d55480059714254d85c1c3c3f18cc6193 Signed-off-by: Hwankyu Jhun --- diff --git a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs index 33c0e533c..aff9057a4 100755 --- a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs +++ b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSCoreApplication.cs @@ -369,7 +369,8 @@ namespace Tizen.Applications.Tests [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][Application] Pass\".")] + [Step(5, "[Wearable profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if the \"Location\" menu doesn't exist.")] + [Step(6, "Check if log show \"[TestCase][OnRegionFormatChanged][Application] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task OnRegionFormatChanged_MANUAL_TEST() { @@ -391,7 +392,8 @@ namespace Tizen.Applications.Tests [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][RegionFormatChanged_Event_Test][Application] Pass\".")] + [Step(5, "[Wearable profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if the \"Location\" menu doesn't exist.")] + [Step(6, "Check if log show \"[TestCase][RegionFormatChanged_Event_Test][Application] Pass\".")] [Postcondition(1, "Close the terminal")] public async Task RegionFormatChanged_EVENT_TEST() { diff --git a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSRegionFormatChangedEventArgs.cs b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSRegionFormatChangedEventArgs.cs index ec3d145ff..98b582a52 100755 --- a/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSRegionFormatChangedEventArgs.cs +++ b/tct-suite-vs/Tizen.Applications.Manual.Tests/testcase/TSRegionFormatChangedEventArgs.cs @@ -62,8 +62,9 @@ namespace Tizen.Applications.Tests [Step(2, "[mobile] Press Home hardkey -> Setting app -> \"Language and input\" -> \"Display language\" ->Choose other language -> return to app test")] [Step(3, "[TV profile] Press Home key -> Settings -> System -> \"Location\" -> Choose other language -> Done -> return to app test")] [Step(4, "[TV profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if the \"Location\" menu doesn't exist.")] - [Step(5, "Check if log show \"[Test_Properties] Region properties is not null\".")] - [Step(6, "Check if log show \"[Test_Properties] Region type: System.String\".")] + [Step(5, "[Wearable profile] if there is no \"Location\" menu, this test can not be tested. Please click \"Pass\" button if the \"Location\" menu doesn't exist.")] + [Step(6, "Check if log show \"[Test_Properties] Region properties is not null\".")] + [Step(7, "Check if log show \"[Test_Properties] Region type: System.String\".")] public async Task Region_GET_TEST() { /* TEST CODE */