//==== PRIORITY P1
//==== EXECUTION_TYPE manual
//==== PRE Device should be set to sound mode in settings.
-//==== STEP Check if the device reacts as vibration after press [Run] button in the test case.
-//==== EXPECT The device should be vibrated.
+//==== STEP Check if the device reacts as sound after press [Run] button in the test case.
+//==== EXPECT There is sound from the device.
//==== TEST_CRITERIA MOA MR
test(function () {
var pattern, type, retval = null, i;
- pattern = new Array("TAP", "SIP", "KEY0", "KEY1", "KEY2", "KEY3", "KEY4", "KEY5", "KEY6", "KEY7",
+ pattern = new Array("SIP", "TAP", "KEY0", "KEY1", "KEY2", "KEY3", "KEY4", "KEY5", "KEY6", "KEY7",
"KEY8", "KEY9", "KEY_STAR", "KEY_SHARP", "KEY_BACK", "HOLD", "HW_TAP", "HW_HOLD", "MESSAGE",
"EMAIL", "WAKEUP", "SCHEDULE", "TIMER", "GENERAL", "POWERON", "POWEROFF", "CHARGERCONN",
"CHARGING_ERROR", "FULLCHARGED", "LOWBATT", "LOCK", "UNLOCK", "VIBRATION_ON", "SILENT_OFF",
"BT_CONNECTED", "BT_DISCONNECTED", "LIST_REORDER", "LIST_SLIDER", "VOLUME_KEY");
- type = "TYPE_VIBRATION";
+ type = "TYPE_SOUND";
retval = false;
for (i = 0; i < pattern.length; i++) {
//==== SPEC_URL TBD
//==== PRIORITY P1
//==== EXECUTION_TYPE manual
-//==== STEP Check if the device reacts as vibration after press [Run] button in the test case.
-//==== EXPECT No vibration is from the device.
+//==== STEP Check if the device reacts as sound after press [Run] button in the test case.
+//==== EXPECT No sound is from the device.
//==== TEST_CRITERIA MR MNA
test(function () {
var pattern, type, retval = null, i;
- pattern = new Array("TAP", "SIP", "KEY0", "KEY1", "KEY2", "KEY3", "KEY4", "KEY5", "KEY6", "KEY7",
+ pattern = new Array("SIP", "TAP", "KEY0", "KEY1", "KEY2", "KEY3", "KEY4", "KEY5", "KEY6", "KEY7",
"KEY8", "KEY9", "KEY_STAR", "KEY_SHARP", "KEY_BACK", "HOLD", "HW_TAP", "HW_HOLD", "MESSAGE",
"EMAIL", "WAKEUP", "SCHEDULE", "TIMER", "GENERAL", "POWERON", "POWEROFF", "CHARGERCONN",
"CHARGING_ERROR", "FULLCHARGED", "LOWBATT", "LOCK", "UNLOCK", "VIBRATION_ON", "SILENT_OFF",
"BT_CONNECTED", "BT_DISCONNECTED", "LIST_REORDER", "LIST_SLIDER", "VOLUME_KEY");
- type = "TYPE_VIBRATION";
+ type = "TYPE_SOUND";
retval = false;
for (i = 0; i < pattern.length; i++) {
<pre_condition>Device should be set to sound mode in settings.</pre_condition>
<steps>
<step order="1">
- <step_desc>Check if the device reacts as vibration after press [Run] button in the test case.</step_desc>
- <expected>The device should be vibrated.</expected>
+ <step_desc>Check if the device reacts as sound after press [Run] button in the test case.</step_desc>
+ <expected>There is sound from the device.</expected>
</step>
</steps>
<test_script_entry>/opt/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html</test_script_entry>
<description>
<steps>
<step order="1">
- <step_desc>Check if the device reacts as vibration after press [Run] button in the test case.</step_desc>
- <expected>No vibration is from the device.</expected>
+ <step_desc>Check if the device reacts as sound after press [Run] button in the test case.</step_desc>
+ <expected>No sound is from the device.</expected>
</step>
</steps>
<test_script_entry>/opt/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html</test_script_entry>
<pre_condition>Device should be set to sound mode in settings.</pre_condition>
<steps>
<step order="1">
- <step_desc>Check if the device reacts as vibration after press [Run] button in the test case.</step_desc>
- <expected>The device should be vibrated.</expected>
+ <step_desc>Check if the device reacts as sound after press [Run] button in the test case.</step_desc>
+ <expected>There is sound from the device.</expected>
</step>
</steps>
<test_script_entry>/opt/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html</test_script_entry>
<description>
<steps>
<step order="1">
- <step_desc>Check if the device reacts as vibration after press [Run] button in the test case.</step_desc>
- <expected>No vibration is from the device.</expected>
+ <step_desc>Check if the device reacts as sound after press [Run] button in the test case.</step_desc>
+ <expected>No sound is from the device.</expected>
</step>
</steps>
<test_script_entry>/opt/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html</test_script_entry>