From: wei.ji Date: Thu, 20 Apr 2017 08:20:57 +0000 (+0800) Subject: [common][feedback][replace TYPE_VIBRATION with TYPE_SOUND in 2 manual tcs] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F44%2F126144%2F2;p=test%2Ftct%2Fweb%2Fapi.git [common][feedback][replace TYPE_VIBRATION with TYPE_SOUND in 2 manual tcs] - replace TYPE_VIBRATION with TYPE_SOUND in 2 manual tcs - update manual tc steps in tests.xml and tests.full.xml Change-Id: I0771d3a0fd4e4b8c371aa24efed89267360598a7 Signed-off-by: wei.ji --- diff --git a/common/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html b/common/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html index 59bdfd213..9ccc1ada4 100755 --- a/common/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html +++ b/common/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html @@ -34,19 +34,19 @@ Authors: //==== 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++) { diff --git a/common/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html b/common/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html index 737a4ad23..dff53b571 100755 --- a/common/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html +++ b/common/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html @@ -33,19 +33,19 @@ Authors: //==== 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++) { diff --git a/common/tct-feedback-tizen-tests/tests.full.xml b/common/tct-feedback-tizen-tests/tests.full.xml index 5f40b03f8..5f8f69f79 100755 --- a/common/tct-feedback-tizen-tests/tests.full.xml +++ b/common/tct-feedback-tizen-tests/tests.full.xml @@ -183,8 +183,8 @@ Device should be set to sound mode in settings. - Check if the device reacts as vibration after press [Run] button in the test case. - The device should be vibrated. + Check if the device reacts as sound after press [Run] button in the test case. + There is sound from the device. /opt/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html @@ -201,8 +201,8 @@ - Check if the device reacts as vibration after press [Run] button in the test case. - No vibration is from the device. + Check if the device reacts as sound after press [Run] button in the test case. + No sound is from the device. /opt/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html diff --git a/common/tct-feedback-tizen-tests/tests.xml b/common/tct-feedback-tizen-tests/tests.xml index 1f9db403e..c03b9d3fb 100755 --- a/common/tct-feedback-tizen-tests/tests.xml +++ b/common/tct-feedback-tizen-tests/tests.xml @@ -203,8 +203,8 @@ Device should be set to sound mode in settings. - Check if the device reacts as vibration after press [Run] button in the test case. - The device should be vibrated. + Check if the device reacts as sound after press [Run] button in the test case. + There is sound from the device. /opt/tct-feedback-tizen-tests/feedback/FeedbackManager_play_with_type.html @@ -214,8 +214,8 @@ - Check if the device reacts as vibration after press [Run] button in the test case. - No vibration is from the device. + Check if the device reacts as sound after press [Run] button in the test case. + No sound is from the device. /opt/tct-feedback-tizen-tests/feedback/FeedbackManager_stop.html