From 106bd5580e1f12924b6a312e326b6947d6e5eb6a Mon Sep 17 00:00:00 2001 From: "sooyeon.kim" Date: Wed, 24 Apr 2019 11:10:25 +0900 Subject: [PATCH] [TTS/VoiceControl][Non-ACR] Fix Manual TC guide Change-Id: I9ee8b8f772d2cb0be96108f09357e75a7c757f98 Signed-off-by: sooyeon.kim --- .../Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs | 6 +++--- .../testcase/TSErrorOccuredEventArgs.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs b/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs index d80b6d4..56b15e2 100755 --- a/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs +++ b/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs @@ -36,7 +36,7 @@ namespace Tizen.Uix.Tts.Tests [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings.")] [Step(1, "Tap the Run button. If Tts feature is not supported, TC will automatically pass")] [Step(2, "Open a New Terminal with Root Mode")] - [Step(3, "Type the command \"killall org.tizen.tts-engine-default (in case of ONLY TV target, killall tts-engine-vd)\" but don't execute it")] + [Step(3, "Type the command \"pkill -f tts-engine-default (in case of ONLY TV target, pkill -f tts-engine-vd)\" but don't execute it")] [Step(4, "Click 'Start Text Play' Button")] [Step(5, "Enter the command as soon as you start to hear text'Hi how are you doing, I am fine today, how is the weather today' incompletely stopping in between")] [Step(6, "Click Pass if the Label Text becomes 'Error Received'")] @@ -69,7 +69,7 @@ namespace Tizen.Uix.Tts.Tests [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings.")] [Step(1, "Tap the Run button. If Tts feature is not supported, TC will automatically pass")] [Step(2, "Open a New Terminal with Root Mode")] - [Step(3, "Type the command \"killall org.tizen.tts-engine-default (in case of ONLY TV target, killall tts-engine-vd)\" but don't execute it")] + [Step(3, "Type the command \"pkill -f tts-engine-default (in case of ONLY TV target, pkill -f tts-engine-vd)\" but don't execute it")] [Step(4, "Click 'Start Text Play' Button")] [Step(5, "Enter the command as soon as you start to hear text 'Hi how are you doing, I am fine today, how is the weather today' incompletely stopping in between")] [Step(6, "Click Pass if the Label Text becomes 'Error Received'")] @@ -102,7 +102,7 @@ namespace Tizen.Uix.Tts.Tests [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings.")] [Step(1, "Tap the Run button. If Tts feature is not supported, TC will automatically pass")] [Step(2, "Open a New Terminal with Root Mode")] - [Step(3, "Type the command \"killall org.tizen.tts-engine-default (in case of ONLY TV target, killall tts-engine-vd)\" but don't execute it")] + [Step(3, "Type the command \"pkill -f tts-engine-default (in case of ONLY TV target, pkill -f tts-engine-vd)\" but don't execute it")] [Step(4, "Click 'Start Text Play' Button")] [Step(5, "Enter the command as soon as you start to hear text 'Hi how are you doing, I am fine today, how is the weather today' incompletely stopping in between")] [Step(6, "Click Pass if the Label Text becomes 'Error Received'")] diff --git a/tct-suite-vs/Tizen.VoiceControl.Manual.Tests/testcase/TSErrorOccuredEventArgs.cs b/tct-suite-vs/Tizen.VoiceControl.Manual.Tests/testcase/TSErrorOccuredEventArgs.cs index 9c4385c..f07dca5 100755 --- a/tct-suite-vs/Tizen.VoiceControl.Manual.Tests/testcase/TSErrorOccuredEventArgs.cs +++ b/tct-suite-vs/Tizen.VoiceControl.Manual.Tests/testcase/TSErrorOccuredEventArgs.cs @@ -43,7 +43,7 @@ namespace Tizen.Uix.VoiceControl.Tests [Precondition(1, "Can not test on TV emulator and Wearable. Please mark pass on TV emulator and Wearable. (Impossible to run voice control panel on TV emulator and Wearable)")] [Step(1, "Click run TC. If feature is not supported, TC will automatically pass.")] [Step(2, "Open a new terminal with root mode")] - [Step(3, "Type the command 'killall org.tizen.vc-engine-default' (In case of TV target , 'killall voice-client') but do not execute it")] + [Step(3, "Type the command 'pkill -f vc-engine-default' (In case of TV target , 'pkill -f voice-client') but do not execute it")] [Step(4, "Run voice panel from notifications (In case of TV target, remote control 'voice button' click)")] [Step(5, "Enter the command when the text of the panel become 'listening' (In case of TV target, when the UI is showing.)")] [Step(6, "Click 'Error Occured' button, the TC will pass based on whether the error event occured or not")] -- 2.7.4