From 4d955a91e692e77da0cb5dea646780f6d25d9cf3 Mon Sep 17 00:00:00 2001 From: Suyeon Hwang Date: Wed, 2 Mar 2022 16:42:47 +0900 Subject: [PATCH] [Tts/Stt][Non-ACR][Fix precondition for case of TV testing] Change-Id: I697f26558ec59ea774f1ba0f49f74bdab0eccb68 Signed-off-by: Suyeon Hwang --- .../testcase/TSErrorOccurredEventArgs.cs | 4 ++-- .../testcase/TSRecognitionResultEventArgs.cs | 8 ++++---- tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSResultTime.cs | 10 +++++----- tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSSttClient.cs | 4 ++-- .../testcase/TSErrorOccurredEventArgs.cs | 12 ++++++------ tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSTtsClient.cs | 6 +++--- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs index a58c624..573efcf 100755 --- a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs +++ b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs @@ -30,7 +30,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Enable Wifi")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Once Start Recording Button Appears, Disable Wifi")] [Step(3, "Click Start Recording")] @@ -56,7 +56,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Enable Wifi")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Once Start Recording Button Appears, Disable Wifi")] [Step(3, "Click Start Recording")] diff --git a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSRecognitionResultEventArgs.cs b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSRecognitionResultEventArgs.cs index 8921026..a4ccab6 100755 --- a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSRecognitionResultEventArgs.cs +++ b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSRecognitionResultEventArgs.cs @@ -28,7 +28,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRE")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -58,7 +58,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRE")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -88,7 +88,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -118,7 +118,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] diff --git a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSResultTime.cs b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSResultTime.cs index c81babd..fd7ef08 100755 --- a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSResultTime.cs +++ b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSResultTime.cs @@ -27,7 +27,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -61,7 +61,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -96,7 +96,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -130,7 +130,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -164,7 +164,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "PRE")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] diff --git a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSSttClient.cs b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSSttClient.cs index 15b74bc..4979667 100755 --- a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSSttClient.cs +++ b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSSttClient.cs @@ -28,7 +28,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "MCST")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] @@ -58,7 +58,7 @@ namespace Tizen.Uix.Stt.Tests [Property("CRITERIA", "MR")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Wifi or Data Network is present")] - [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings")] + [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Tap the Start Recording Button and say some english text like 'Hello'")] [Step(3, "Tap the Stop Recording Button to End Speech Recording")] 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 3e0a54c..2c274f8 100755 --- a/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs +++ b/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs @@ -33,10 +33,10 @@ namespace Tizen.Uix.Tts.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] - [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings.")] + [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [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 \"pkill -f tts-engine-default (in case of ONLY TV target, pkill -f tts-engine-vd)\" but don't execute it")] + [Step(3, "Type the command \"pkill -f tts-engine\" 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'")] @@ -67,10 +67,10 @@ namespace Tizen.Uix.Tts.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] - [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings.")] + [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [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 \"pkill -f tts-engine-default (in case of ONLY TV target, pkill -f tts-engine-vd)\" but don't execute it")] + [Step(3, "Type the command \"pkill -f tts-engine\" 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'")] @@ -101,10 +101,10 @@ namespace Tizen.Uix.Tts.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] - [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings.")] + [Precondition(1, "Ensure 'Samsung TTS' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [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 \"pkill -f tts-engine-default (in case of ONLY TV target, pkill -f tts-engine-vd)\" but don't execute it")] + [Step(3, "Type the command \"pkill -f tts-engine\" 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.Tts.Manual.Tests/testcase/TSTtsClient.cs b/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSTtsClient.cs index d62b3bc..b0981ca 100755 --- a/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSTtsClient.cs +++ b/tct-suite-vs/Tizen.Tts.Manual.Tests/testcase/TSTtsClient.cs @@ -55,7 +55,7 @@ namespace Tizen.Uix.Tts.Tests [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Speaker Volume is full")] [Precondition(2, "Ensure System Language and TTS Language is English")] - [Precondition(3, "Ensure 'Samsung TTS' is selected as a preferred engine in settings")] + [Precondition(3, "Ensure 'Samsung TTS' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button")] [Step(2, "Click Pass If you hear the Text 'Hi how are you'")] [Postcondition(1, "N/A")] @@ -115,7 +115,7 @@ namespace Tizen.Uix.Tts.Tests [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Speaker Volume is full")] [Precondition(2, "Ensure System Language and TTS Language is English")] - [Precondition(3, "Ensure 'Samsung TTS' is selected as a preferred engine in settings")] + [Precondition(3, "Ensure 'Samsung TTS' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button")] [Step(2, "Click Pass If you hear the Text 'Hi how are you doing, I am fine today, how is the weather today' with a delay of 4 seconds in between the text")] [Postcondition(1, "N/A")] @@ -179,7 +179,7 @@ namespace Tizen.Uix.Tts.Tests [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] [Precondition(1, "Ensure Speaker Volume is full")] [Precondition(2, "Ensure System Language and TTS Language is English")] - [Precondition(3, "Ensure 'Samsung TTS' is selected as a preferred engine in settings")] + [Precondition(3, "Ensure 'Samsung TTS' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button")] [Step(2, "Click Pass If you hear the Text 'Hi how are you doing, I am fine today, how is the weather today' incompletely stopping in between")] [Postcondition(1, "N/A")] -- 2.7.4