//==== TEST_CRITERIA AT ARO AE
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/callhistory.html
//==== PRE: Make an existence call history
+
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA CBT CBOA
//==== PRE Make an existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AT
//==== PRE Make a call
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AT
//==== PRE Make at least one MISSED call, which was seen
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AT
//==== PRE Make at least one MISSED call which is NOT SEEN
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSEDNEW, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AT
//==== PRE Make a RECEIVED call
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AT
//==== PRE Make a REJECTED call
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.REJECTED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AE AT AVL ASG AN
//==== PRE: Make an existence call history with one new missed call which was not seen
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSEDNEW, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA
//==== PRE Make a VOICE ONLY call
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA AT
//==== PRE Make some existence PHONE NUMBER ADDRESSING call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}), onSuccess, onError, filter, expected = "TEL";
//==== TEST_CRITERIA MOA MR
//==== PRE Make an existence call history (at least one entry)
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}), returnedValue = null,
//==== TEST_CRITERIA MOA MR
//==== PRE Make at least 3 existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MMINA MAST MR
//==== PRE Make an existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}), retVal = null,
//==== TEST_CRITERIA MOA MAST MR
//==== PRE Make some existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MMINA MAST
//==== PRE Make some existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MOA MAST
//==== PRE Make at least 3 existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/callhistory.html
//==== TEST_CRITERIA MC
//==== PRE Make at least 3 existence call history
+
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MOA MAST
//==== PRE Make at least 1 REJECTED call
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.REJECTED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MOA MAST
//==== PRE Make some existence PHONE NUMBER ADDRESSING call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MOA
//==== PRE Make at least 3 existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MC
//==== PRE Make at least 3 existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MOA MAST
//==== PRE Make an existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
//==== TEST_CRITERIA MOA MR
//==== PRE Make an existence call history
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+
setup({timeout: 90000});
var t = async_test(document.title, {timeout: 90000}),
setup({timeout: 90000});
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.DIALED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.RECEIVED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.MISSED, new Date()));
+executeCommand(createCallHistoryInsertQuery(CallHistoryLogType.BLOCKED, new Date()));
+
var t = async_test(document.title, {timeout: 90000}),
findSuccess, findError, findAfterSuccess, findAfterError, sortMode, i = 0,
removedUid, sortMode = new tizen.SortMode("startTime", "DESC");
var CALL_HISTORY_ENTRY_TYPE = ["TEL", "XMPP", "SIP"];
var CALL_HISTORY_ENTRY_FEATURES = ["CALL", "VOICECALL", "VIDEOCALL", "EMERGENCYCALL"];
var CALL_HISTORY_ENTRY_DIRECTION = ["DIALED", "RECEIVED", "MISSEDNEW", "MISSED", "BLOCKED", "REJECTED"];
+
+var CallHistoryLogType = {
+ RECEIVED: 1,
+ DIALED: 2,
+ MISSEDNEW: 5,
+ MISSED: 6,
+ BLOCKED: 11,
+ REJECTED: 9
+}
+
+function createCallHistoryInsertQuery(type, date) {
+ if (date == undefined) {
+ date = new Date();
+ }
+
+ var command_str = "sqlite3 /opt/usr/home/owner/.applications/dbspace/privacy/.contacts-svc.db <<< \'insert into phonelogs (number,number_type,normal_num,clean_num,minmatch,sim_id,person_id,log_type,log_time,data1,data2) values (123456789, null, 48123456789, 123456789, 123456789, 1, null, " +
+ + type + ", " + Math.floor(date.valueOf()/1000) + ", 0, 0);\'";
+
+ return command_str;
+}
+
+document.write("<script src=\"../webrunner/jquery-1.10.2.min.js\"></script>");
\ No newline at end of file
return result;
}
+
+function executeCommand(command) {
+ var toSend = {'cmd' : command};
+ var response = $.ajax({
+ type: "POST",
+ url: 'http://127.0.0.1:8000/execute_command',
+ async: false,
+ dataType: 'json',
+ data: toSend
+ });
+ //This log provides console output after executing shell command.
+ console.log(JSON.stringify(response));
+}
\ No newline at end of file
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryChangeCallback_onremoved.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check CallHistoryEntry attributes and functions" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry">
+ <testcase purpose="Check CallHistoryEntry attributes and functions" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry">
<description>
<pre_condition>Make an existence call history</pre_condition>
<steps>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if CallHistoryEntryArraySuccessCallback onsuccess is called properly" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntryArraySuccessCallback_onsuccess">
+ <testcase purpose="Check if CallHistoryEntryArraySuccessCallback onsuccess is called properly" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntryArraySuccessCallback_onsuccess">
<description>
<pre_condition>Make an existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntryArraySuccessCallback_onsuccess.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if direction value is DIALED when user dialed a call" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_direction_DIALED">
+ <testcase purpose="Check if direction value is DIALED when user dialed a call" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_direction_DIALED">
<description>
<pre_condition>Make a call</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_DIALED.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if direction value is MISSED when user missed calls" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_direction_MISSED">
+ <testcase purpose="Check if direction value is MISSED when user missed calls" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_direction_MISSED">
<description>
<pre_condition>Make at least one MISSED call, which was seen</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSED.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if direction value is MISSEDNEW when user missed call which is not seen" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_direction_MISSEDNEW">
+ <testcase purpose="Check if direction value is MISSEDNEW when user missed call which is not seen" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_direction_MISSEDNEW">
<description>
<pre_condition>Make at least one MISSED call which is NOT SEEN</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_MISSEDNEW.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if direction value is RECEIVED when user received a call" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_direction_RECEIVED">
+ <testcase purpose="Check if direction value is RECEIVED when user received a call" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_direction_RECEIVED">
<description>
<pre_condition>Make a RECEIVED call</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_RECEIVED.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if direction value is REJECTED when user rejected a call" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_direction_REJECTED">
+ <testcase purpose="Check if direction value is REJECTED when user rejected a call" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_direction_REJECTED">
<description>
<pre_condition>Make a REJECTED call</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_REJECTED.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if CallHistoryEntry have direction attribute with proper type, not null" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_direction_attribute">
+ <testcase purpose="Check if CallHistoryEntry have direction attribute with proper type, not null" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_direction_attribute">
<description>
<pre_condition>Make an existence call history with one new missed call which was not seen</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_direction_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if features value is VOICECALL for voice-only calls" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_features_VOICECALL">
+ <testcase purpose="Check if features value is VOICECALL for voice-only calls" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_features_VOICECALL">
<description>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_features_VOICECALL.html</test_script_entry>
</description>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if attribute type value is TEL" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistoryEntry_type_TEL">
+ <testcase purpose="Check if attribute type value is TEL" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistoryEntry_type_TEL">
<description>
<pre_condition>Make some existence PHONE NUMBER ADDRESSING call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistoryEntry_type_TEL.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if fetch call history items" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_find">
+ <testcase purpose="Check if fetch call history items" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_find">
<description>
<pre_condition>Make an existence call history (at least one entry)</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_1.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if limit the query result" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_find_limit_2">
+ <testcase purpose="Check if limit the query result" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_find_limit_2">
<description>
<pre_condition>Make at least 3 existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_find_limit_2.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if delete a call history entry synchronously" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_remove">
+ <testcase purpose="Check if delete a call history entry synchronously" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_remove">
<description>
<pre_condition>Make an existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if removeAll called with optional successCallback works as expected - delete all call history" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeAll_with_successCallback">
+ <testcase purpose="Check if removeAll called with optional successCallback works as expected - delete all call history" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeAll_with_successCallback">
<description>
<pre_condition>Make some existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeAll_with_successCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if delete a list of call history entries asynchronously" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch">
+ <testcase purpose="Check if delete a list of call history entries asynchronously" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch">
<description>
<pre_condition>Make some existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether removeBatch() method called with null errorCallback deletes two entries from call history entries" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_errorCallback_null">
+ <testcase purpose="Check whether removeBatch() method called with null errorCallback deletes two entries from call history entries" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_errorCallback_null">
<description>
<pre_condition>Make at least 3 existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_null.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether removeBatch() method called with undefined errorCallback throws exception" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_errorCallback_undefined">
+ <testcase purpose="Check whether removeBatch() method called with undefined errorCallback throws exception" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_errorCallback_undefined">
<description>
<pre_condition>Make at least 3 existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_errorCallback_undefined.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if find call history items by REJECTED and then delete them from call history entries" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_findByDirection">
+ <testcase purpose="Check if find call history items by REJECTED and then delete them from call history entries" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_findByDirection">
<description>
<pre_condition>Make at least 1 REJECTED call</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByDirection.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if find call history entries by TEL and then delete all of them from call history entries" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_findByType">
+ <testcase purpose="Check if find call history entries by TEL and then delete all of them from call history entries" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_findByType">
<description>
<pre_condition>Make some existence PHONE NUMBER ADDRESSING call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_findByType.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether removeBatch() method called with null successCallback deletes two entries from call history" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_successCallback_null">
+ <testcase purpose="Check whether removeBatch() method called with null successCallback deletes two entries from call history" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_successCallback_null">
<description>
<pre_condition>Make at least 3 existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_null.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check whether removeBatch() method called with undefined successCallback throws exception" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_successCallback_undefined">
+ <testcase purpose="Check whether removeBatch() method called with undefined successCallback throws exception" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_successCallback_undefined">
<description>
<pre_condition>Make at least 3 existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_successCallback_undefined.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if removeBatch called with optional errorCallback works as expected" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_with_errorCallback">
+ <testcase purpose="Check if removeBatch called with optional errorCallback works as expected" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_with_errorCallback">
<description>
<pre_condition>Make an existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_errorCallback.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if removeBatch called with optional successCallback works as expected" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_removeBatch_with_successCallback">
+ <testcase purpose="Check if removeBatch called with optional successCallback works as expected" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_removeBatch_with_successCallback">
<description>
<pre_condition>Make an existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_removeBatch_with_successCallback.html</test_script_entry>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="Check if find call history items by startTime desc and then delete the first call history entry" component="Tizen Device APIs/Social/Callhistory" execution_type="manual" id="CallHistory_remove_findBySortMode">
+ <testcase purpose="Check if find call history items by startTime desc and then delete the first call history entry" component="Tizen Device APIs/Social/Callhistory" execution_type="auto" id="CallHistory_remove_findBySortMode">
<description>
<pre_condition>Make some existence call history</pre_condition>
<test_script_entry>/opt/tct-callhistory-tizen-tests/callhistory/CallHistory_remove_findBySortMode.html</test_script_entry>