[TTS/VoiceControl][Non-ACR] Fix Manual TC guide 30/204430/1
authorsooyeon.kim <sooyeon.kim@samsung.com>
Wed, 24 Apr 2019 02:10:25 +0000 (11:10 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Wed, 24 Apr 2019 02:10:46 +0000 (11:10 +0900)
Change-Id: I9ee8b8f772d2cb0be96108f09357e75a7c757f98
Signed-off-by: sooyeon.kim <sooyeon.kim@samsung.com>
tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs
tct-suite-vs/Tizen.VoiceControl.Manual.Tests/testcase/TSErrorOccuredEventArgs.cs

index d80b6d4..56b15e2 100755 (executable)
@@ -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'")]
index 9c4385c..f07dca5 100755 (executable)
@@ -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")]