From: SukHyung, Kang Date: Fri, 11 May 2018 04:06:38 +0000 (+0900) Subject: [WatchApplication][manual][Non-ACR][Add description for pause TC] X-Git-Tag: public_m1_final~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1b2835659542caa523e9a0fa9fec897f8fafd965;p=test%2Ftct%2Fcsharp%2Fapi.git [WatchApplication][manual][Non-ACR][Add description for pause TC] Change-Id: I51dbb90f083dd18457760ed6471310f1a0e260f9 Signed-off-by: SukHyung, Kang --- diff --git a/tct-suite-vs/Tizen.WatchApplication.Manual.Tests/testcase/TSWatchApplication.cs b/tct-suite-vs/Tizen.WatchApplication.Manual.Tests/testcase/TSWatchApplication.cs index 6871ca5..9431c79 100755 --- a/tct-suite-vs/Tizen.WatchApplication.Manual.Tests/testcase/TSWatchApplication.cs +++ b/tct-suite-vs/Tizen.WatchApplication.Manual.Tests/testcase/TSWatchApplication.cs @@ -100,7 +100,8 @@ namespace Tizen.WatchApplication.Manual.Tests [Precondition(4, "Enter command \"sdb dlog WATCH\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Settings > Watch faces and style > Watch faces > select \"watch\" watchface > back to watchface")] - [Step(3, "Check if log show \"[TestCase][TCT] PausedEvent\".")] + [Step(3, "run TC app (return to the TC app")] + [Step(4, "Check if log show \"[TestCase][TCT] PausedEvent\".")] [Postcondition(1, "Close the terminal")] public static async Task Paused_EVENT_TEST() { @@ -286,7 +287,8 @@ namespace Tizen.WatchApplication.Manual.Tests [Precondition(4, "Enter command \"sdb dlog WATCH\" to terminal")] [Step(1, "Click run TC")] [Step(2, "Settings > Watch faces and style > Watch faces > select \"watch\" watchface > back to watchface")] - [Step(3, "Check if log show \"[TestCase][TCT] OnPause\".")] + [Step(3, "run TC app (return to the TC app")] + [Step(4, "Check if log show \"[TestCase][TCT] OnPause\".")] [Postcondition(1, "Close the terminal")] public static async Task OnPause_Manual_Test() {