[STT][Non-ACR] Add precondition for DefaultLanguageChangedEvent. 57/282557/1
authordyamy-lee <dyamy.lee@samsung.com>
Wed, 5 Oct 2022 23:12:09 +0000 (08:12 +0900)
committerdyamy-lee <dyamy.lee@samsung.com>
Wed, 5 Oct 2022 23:12:09 +0000 (08:12 +0900)
Before starting a test about language change, the preferred engine should be 'Samsung ASR N66'.
The other engines can not support diverse languages.

Change-Id: I1fa8c3719b35be518aef4e072b3158386dcf2094

tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSDefaultLanguageChangedEventArgs.cs

index 9c99889..5b90762 100755 (executable)
@@ -30,6 +30,7 @@ namespace Tizen.Uix.Stt.Tests
         [Property("CRITERIA", "PRO")]
         [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")]
         [Precondition(1, "Can not test on TV / Wearable profiles. Please mark pass on TV / Wearable profiles. (Impossible to change the language during the test on TV / Wearable profiles)")]
+        [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings.")]
         [Step(1, "Tap the Run button. If stt feature is not supported, TC will automatically pass.")]
         [Step(2, "Change language from Home > Settings > Language and Input > STT > Language")]
         [Step(3, "Click pass if you see the previous lauguage")]
@@ -101,6 +102,7 @@ namespace Tizen.Uix.Stt.Tests
         [Property("CRITERIA", "PRO")]
         [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")]
         [Precondition(1, "Can not test on TV / Wearable profiles. Please mark pass on TV / Wearable profiles. (Impossible to change the language during the test on TV / Wearable profiles)")]
+        [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings.")]
         [Step(1, "Tap the Run button. If stt feature is not supported, TC will automatically pass.")]
         [Step(2, "Change language from Home > Settings > Language and Input > STT > Language")]
         [Step(3, "Click pass if you see the current language")]