From 1b2835659542caa523e9a0fa9fec897f8fafd965 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Fri, 11 May 2018 13:06:38 +0900 Subject: [PATCH] [WatchApplication][manual][Non-ACR][Add description for pause TC] Change-Id: I51dbb90f083dd18457760ed6471310f1a0e260f9 Signed-off-by: SukHyung, Kang --- .../testcase/TSWatchApplication.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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() { -- 2.7.4