<?xml-stylesheet type="text/xsl" href="./testcase.xsl"?>
<test_definition>
<suite category="Tizen Web Device APIs" launcher="WRTLauncher" name="tct-calendar-tizen-tests">
- <set name="Calendar" type="js">
+ <set name="Calendar_mobile" type="js">
<capabilities>
<capability name="http://tizen.org/feature/calendar"/>
<capability name="http://tizen.org/feature/profile"><value>MOBILE_FULL</value></capability>
<test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invalid_cb.html</test_script_entry>
</description>
</testcase>
+<!-- <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_errorCallback_invoked" priority="P2" purpose="Check if updateBatch() error callback will be invoked when used with wrong events argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invoked.html</test_script_entry>
+ </description>
+ </testcase> -->
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_eventType_with_optional_null" priority="P1" purpose="Check if several event items in CalendarEvent object is updated correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_eventType_with_optional_null.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_exist" priority="P1" purpose="Check if method updateBatch of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_items_TypeMismatch" priority="P2" purpose="Test items argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_items_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_missarg" priority="P1" purpose="Check whether 'updateBatch' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_successCallback_TypeMismatch" priority="P2" purpose="Test successCallback argument whether type conversion occurs according to Type Conversion Tables in updateBatch method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_successCallback_invalid_cb" priority="P2" purpose="Check if Calendar.updateBatch method throws exception when successCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_taskType_with_optional_null" priority="P1" purpose="Check if several task items in CalendarTask object is updated correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_taskType_with_optional_null.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_updateAllInstances_TypeMismatch" priority="P2" purpose="Check whether updateBatch() should be throw exception with invalid type of arguments">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_updateAllInstances_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_with_successCallback" priority="P1" purpose="Check if Calendar.updateBatch method works correctly with successCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_successCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_with_updateAllInstances" priority="P1" purpose="Check if Calendar.updateBatch method works correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_updateAllInstances.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_with_updateAllInstances_true" priority="P1" purpose="Check if method updateBatch of Calendar with true as optional argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_with_updateAllInstances_true.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_exist" priority="P1" purpose="Check if method update of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_item_TypeMismatch" priority="P2" purpose="Test item argument whether type conversion occurs according to Type Conversion Tables in update method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_item_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_item_invalid_type" priority="P2" purpose="Check whether 'update' method called with an invalid argument throws an exception correctly (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_item_invalid_type.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_missarg" priority="P1" purpose="Check whether 'update' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_updateAllInstances_miscellaneous_values" priority="P1" purpose="Check if task item in CalendarTask object is updated correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_updateAllInstances_miscellaneous_values.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_with_updateAllInstances_false" priority="P1" purpose="Check if method update of Calendar with false as optional argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_with_updateAllInstances_false.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update_with_updateAllInstances_true" priority="P1" purpose="Check if method update of Calendar with true as optional argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update_with_updateAllInstances_true.html</test_script_entry>
+ </description>
+ </testcase>
+ </set>
+ <set name="Calendar_wearable" type="js">
+ <capabilities>
+ <capability name="http://tizen.org/feature/calendar"/>
+ <capability name="http://tizen.org/feature/profile"><value>WEARABLE</value></capability>
+ </capabilities>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_absoluteDate_attribute" priority="P1" purpose="Check if attribute absoluteDate of CalendarAlarm exists, has type TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_absoluteDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_attribute_valid_value_CalendarEvent" priority="P1" purpose="Check various attributes of CalendarAlarm used in Calendar Event">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_attribute_valid_value_CalendarEvent.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_attribute_valid_value_CalendarTask" priority="P1" purpose="Check various attributes of CalendarAlarm used in CalnedarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_attribute_valid_value_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_before_attribute" priority="P1" purpose="Check if attribute before of CalendarAlarm exists, has type TimeDuration">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_before_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_constructor_TZDate" priority="P1" purpose="Check various arguments for CalendarAlarm constructor TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TZDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_constructor_TZDate_description" priority="P1" purpose="Test wehther the constructor with description parameter are supported">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TZDate_description.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_constructor_TimeDuration" priority="P1" purpose="Check various arguments for CalendarAlarm constructor TimeDuration">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TimeDuration.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_constructor_TimeDuration_description" priority="P1" purpose="Test wehther the constructor with description parameter are supported">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_constructor_TimeDuration_description.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_description_attribute" priority="P1" purpose="Check if attribute description of CalendarAlarm exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_description_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_exist" priority="P1" purpose="Check if CalendarAlarm exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_extend" priority="P3" purpose="Check if CalendarAlarm object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAlarm_method_attribute" priority="P1" purpose="Check if attribute method of CalendarAlarm exists, has type AlarmMethod">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAlarm_method_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarArraySuccessCallback_notexist" priority="P3" purpose="Check if interface CalendarArraySuccessCallback exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarArraySuccessCallback_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarArraySuccessCallback_onsuccess" priority="P1" purpose="Check CalendarArraySuccessCallback onsuccess method">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarArraySuccessCallback_onsuccess.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendeeInit_attribute_check_type" priority="P1" purpose="Check CalendarAttendeeInit attribute type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendeeInit_attribute_check_type.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_RSVP_attribute" priority="P1" purpose="Check if attribute RSVP of CalendarAttendee exists, has type Boolean">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_RSVP_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_attribute_valid_CalendarTask" priority="P1" purpose="Check various attributes of CalendarAttendee used in CalendarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_attribute_valid_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_attribute_valid_value_CalendarEvent" priority="P1" purpose="Check various attributes of CalendarAttendee used in CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_attribute_valid_value_CalendarEvent.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_constructor" priority="P2" purpose="Check CalendarAttendee constructor: CalendarAttendeeInit">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_constructor_minarg" priority="P1" purpose="Check miss optional argument for CalendarAttendee constructor">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor_minarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_constructor_valid_argument" priority="P1" purpose="Check if instance of CalendarAttendee is created correctly by constructor">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_constructor_valid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_contactRef_attribute" priority="P1" purpose="Check if attribute contactRef of CalendarAttendee exists, has type ContactRef">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_contactRef_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_delegateURI_attribute" priority="P1" purpose="Check if attribute delegateURI of CalendarAttendee exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_delegateURI_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_delegatorURI_attribute" priority="P1" purpose="Check if attribute delegatorURI of CalendarAttendee exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_delegatorURI_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_exist" priority="P1" purpose="Check if CalendarAttendee exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_extend" priority="P3" purpose="Check if CalendarAttendee object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_group_attribute" priority="P1" purpose="Check if attribute group of CalendarAttendee exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_group_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_name_attribute" priority="P1" purpose="Check if attribute name of CalendarAttendee exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_name_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_role_attribute" priority="P1" purpose="Check if attribute role of CalendarAttendee exists, has type AttendeeRole">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_role_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_status_attribute" priority="P1" purpose="Check if attribute status of CalendarAttendee exists, has type AttendeeStatus">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_status_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_type_attribute" priority="P1" purpose="Check if attribute type of CalendarAttendee exists, has type AttendeeType">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_type_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarAttendee_uri_attribute" priority="P1" purpose="Check if attribute uri of CalendarAttendee exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarAttendee_uri_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarChangeCallback_notexist" priority="P3" purpose="Check if interface CalendarChangeCallback exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarChangeCallback_onitemsadded" priority="P1" purpose="Check if method onitemsadded of CalendarChangeCallback has proper argument type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsadded.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarChangeCallback_onitemsremoved" priority="P1" purpose="Check if method onitemsremoved of CalendarChangeCallback has proper argument type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsremoved.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarChangeCallback_onitemsupdated" priority="P1" purpose="Check if method onitemsupdated of CalendarChangeCallback has proper argument type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarChangeCallback_onitemsupdated.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventArraySuccessCallback_notexist" priority="P3" purpose="Check if interface CalendarEventArraySuccessCallback exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventArraySuccessCallback_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventArraySuccessCallback_onsuccess" priority="P1" purpose="Test if CalendarEvent is properly obtained">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventArraySuccessCallback_onsuccess.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventId_constructor" priority="P1" purpose="Check if instance of CalendarEventId is created correctly by constructor">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventId_constructor.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventId_exist" priority="P1" purpose="Check if CalendarEventId exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventId_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventId_extend" priority="P3" purpose="Check if CalendarEventId object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventId_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventId_rid_attribute" priority="P1" purpose="Check if attribute rid of CalendarEventId exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventId_rid_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventId_uid_attribute" priority="P1" purpose="Check if attribute uid of CalendarEventId exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventId_uid_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEventInit_attributeType" priority="P1" purpose="Check calendarEventInit interface attributeType">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEventInit_attributeType.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_availability_attribute" priority="P1" purpose="Check if attribute availability of CalendarEvent exists, has type EventAvailability">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_availability_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_constructor_CalendarEventInit" priority="P2" purpose="Check CalendarEvent constructor: CalendarEventInit">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_CalendarEventInit.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_constructor_stringRepresentation" priority="P2" purpose="Check CalendarEvent constructor: CalendarEvent with stringRepresentation">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_stringRepresentation.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_constructor_vCalendar" priority="P1" purpose="Check if instance of CalendarEvent is created correctly by constructor (use vCalendar v1.0 string)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_vCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_constructor_valid_argument" priority="P1" purpose="Check if instance of CalendarEvent is created correctly by the constructor (use init dictionary)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_constructor_valid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_endDate_attribute" priority="P1" purpose="Check if attribute endDate of CalendarEvent exists, has type TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_endDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_exist" priority="P1" purpose="Check if CalendarEvent exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence" priority="P1" purpose="Check if a recurring event is expanded correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_endDate_TypeMismatch" priority="P2" purpose="Check argument endDate conversions exceptions">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_endDate_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_endDate_invalid_obj" priority="P2" purpose="Check argument endDate validation - use simple object">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_endDate_invalid_obj.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_errorCallback_TypeMismatch" priority="P2" purpose="Check argument errorCallback conversions exceptions">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_errorCallback_invalid_cb" priority="P2" purpose="Check argument errorCallback invalid callback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <!-- <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_errorCallback_invoked" priority="P2" purpose="Check if expandRecurrence() error callback will be invoked when used with wrong ids argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_errorCallback_invoked.html</test_script_entry>
+ </description>
+ </testcase> -->
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_exist" priority="P1" purpose="Check if method expandRecurrence of CalendarEvent exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_missarg" priority="P1" purpose="Check whether 'expandRecurrence' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_noarg" priority="P1" purpose="Check if CalendarEvent::expandRecurrence() throws exception when arguments are missing">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_noarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_startDate_TypeMismatch" priority="P2" purpose="Check argument startDate conversions exceptions">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_startDate_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_startDate_invalid_obj" priority="P2" purpose="Check argument startDate validation - use simple object">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_startDate_invalid_obj.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_successCallback_TypeMismatch" priority="P2" purpose="Check argument successCallback conversions exceptions">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_successCallback_invalid_cb" priority="P2" purpose="Check argument successCallback invalid callback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_expandRecurrence_with_errorCallback" priority="P1" purpose="Check if a recurring event is expanded correctly when using expandRecurrence with errorCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_expandRecurrence_with_errorCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_extend" priority="P3" purpose="Check if CalendarEvent object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_isDetached_attribute" priority="P1" purpose="Check if attribute isDetached of CalendarEvent exists, has type Boolean and is readonly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_isDetached_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarEvent_recurrenceRule_attribute" priority="P1" purpose="Check if attribute recurrenceRule of CalendarEvent exists, has type CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarEvent_recurrenceRule_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItemArraySuccessCallback_notexist" priority="P3" purpose="Check if interface CalendarItemArraySuccessCallback exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItemArraySuccessCallback_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItemArraySuccessCallback_onsuccess" priority="P1" purpose="When the onsuccess callback is called, test whether the type of argument is equal to CalendarItem.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItemArraySuccessCallback_onsuccess.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItemInit_attributeType" priority="P1" purpose="Check if CalendarItemInit attribute type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItemInit_attributeType.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_alarms_attribute" priority="P1" purpose="Check if attribute alarms of CalendarItem exists, has type Array">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_alarms_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_attendees_attribute" priority="P1" purpose="Check if attribute attendees of CalendarItem exists, has type Array">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_attendees_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_attribute_valid_value_CalendarEvent" priority="P1" purpose="Check various attributes of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_attribute_valid_value_CalendarEvent.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_attribute_valid_value_CalendarTask" priority="P1" purpose="Check various attributes of CalendarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_attribute_valid_value_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_calendarId_attribute" priority="P1" purpose="Check if attribute calendarId of CalendarItem exists, has type CalendarId and is readonly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_calendarId_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_categories_attribute" priority="P1" purpose="Check if attribute categories of CalendarItem exists, has type Array">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_categories_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_clone" priority="P1" purpose="Check if clone method works correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_clone.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_clone_CalendarTask" priority="P1" purpose="Check if a clone of the CalendarTask is created correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_clone_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_clone_exist" priority="P1" purpose="Check if method clone of CalendarItem exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_clone_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_clone_extra_argument" priority="P1" purpose="Check if a clone of the CalendarEvent is created correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_clone_extra_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString" priority="P1" purpose="Check if CalendarItem.convertToString method works properly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString_CalendarTask" priority="P1" purpose="Check if the CalendarTask is converted to a string format correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString_VCALENDAR_10" priority="P1" purpose="Check if CalendarItem.convertToString method works with VCALENDAR_10 format properly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_VCALENDAR_10.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString_exist" priority="P1" purpose="Check if method convertToString of CalendarItem exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString_format_TypeMismatch" priority="P2" purpose="Check argument format conversions exception.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_format_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString_missarg_CalendarEvent" priority="P1" purpose="Check whether 'convertToString' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_missarg_CalendarEvent.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_convertToString_missarg_CalendarTask" priority="P1" purpose="Check whether 'convertToString' method called with an invalid argument throws an exception correctly (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_convertToString_missarg_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_description_attribute" priority="P1" purpose="Check if attribute description of CalendarItem exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_description_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_duration_attribute" priority="P1" purpose="Check if attribute duration of CalendarItem exists, has type TimeDuration">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_duration_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_extend" priority="P3" purpose="Test whether the File object can have new attribute added">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_geolocation_attribute" priority="P1" purpose="Check if attribute geolocation of CalendarItem exists, has type SimpleCoordinates">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_geolocation_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_id_attribute" priority="P1" purpose="Check if attribute id of CalendarItem exists, has type CalendarItemId and is readonly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_id_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_isAllDay_attribute" priority="P1" purpose="Check if attribute isAllDay of CalendarItem exists, has type Boolean">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_isAllDay_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_lastModificationDate_attribute" priority="P1" purpose="Check if attribute lastModificationDate of CalendarItem exists, has type TZDate and is readonly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_lastModificationDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_location_attribute" priority="P1" purpose="Check if attribute location of CalendarItem exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_location_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_notexist" priority="P3" purpose="Check if interface CalendarItem exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_organizer_attribute" priority="P1" purpose="Check if attribute organizer of CalendarItem exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_organizer_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_priority_attribute" priority="P1" purpose="Check if attribute priority of CalendarItem exists, has type CalendarItemPriority">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_priority_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_startDate_attribute" priority="P1" purpose="Check if attribute startDate of CalendarItem exists, has type TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_startDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_status_attribute" priority="P1" purpose="Check if attribute status of CalendarItem exists, has type CalendarItemStatus">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_status_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_summary_attribute" priority="P1" purpose="Check if attribute summary of CalendarItem exists, has type DOMString">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_summary_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarItem_visibility_attribute" priority="P1" purpose="Check if attribute visibility of CalendarItem exists, has type CalendarItemVisibility">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarItem_visibility_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManagerObject_notexist" priority="P3" purpose="Check if interface CalendarManagerObject exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManagerObject_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_addCalendar" priority="P1" purpose="Check whether Calendar::addCalendar() method correctly added to the Calendar object">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_addCalendar_calendar_TypeMismatch" priority="P2" purpose="Check if CalendarManager::addCalendar() method throws exception when parameter is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_calendar_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_addCalendar_calendar_invalid" priority="P2" purpose="Check if Calendar::addCalendar() method throws exception when item is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_calendar_invalid.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_addCalendar_exist" priority="P0" purpose="Check if Calendar::addCalendar() method is exist">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_addCalendar_misarg" priority="P2" purpose="Check whether CalendarManager::addCalendar() method throws exception when argument is missing">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_addCalendar_misarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_extend" priority="P3" purpose="Check if CalendarManager object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar" priority="P1" purpose="Check whether the task calendar object with the given identifier is provided correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_exist" priority="P1" purpose="Check if method getCalendar of CalendarManager exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_id_invalid_argument" priority="P2" purpose="Check whether 'getCalendar' method called with invalid argument(id) throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_id_invalid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_missarg" priority="P1" purpose="Check whether 'getCalendar' method called with an invalid argument throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_type_TypeMismatch" priority="P2" purpose="Test type argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_type_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendar_type_invalid_argument" priority="P2" purpose="Check whether 'getCalendar' method called with an invalid argument(type) throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendar_type_invalid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars" priority="P1" purpose="Check whether getCalendars method works correctly with only non-optional arguments">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_errorCallback_TypeMismatch" priority="P2" purpose="Test errorCallback argument whether type conversion occurs according to Type Conversion Tables in getCalendars method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_errorCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_errorCallback_invalid_cb" priority="P2" purpose="Check if CalendarManager.getCalendars method throws exception when errorCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_errorCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_exist" priority="P1" purpose="Check if method getCalendars of CalendarManager exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_missarg" priority="P1" purpose="Check whether getCalendars() method called with invalid arguments throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_missarg_TASK" priority="P1" purpose="Check whether getCalendars() method called with invalid arguments throws an exception (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_missarg_TASK.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_noarg" priority="P2" purpose="Check whether 'getCalendars' method called with no argument throw an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_noarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_successCallback_TypeMismatch" priority="P2" purpose="Test successCallback argument whether type conversion occurs according to Type Conversion Tables in getCalendars method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_successCallback_invalid_cb" priority="P2" purpose="Check if CalendarManager.getCalendars method throws exception when successCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_type_TypeMismatch" priority="P2" purpose="Test type argument whether type conversion occurs according to Type Conversion Tables in getCalendars method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_type_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getCalendars_with_errorCallback" priority="P1" purpose="Check CalendarManager.getCalendars works properly for EVENT type with and without error callback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getCalendars_with_errorCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar" priority="P1" purpose="Check whether the default 'TASK' type calendar object is provided correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_CalendarEvent" priority="P1" purpose="Check if attributes of an event calendar object are managed correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_CalendarEvent.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_CalendarTask" priority="P1" purpose="Check if attributes of a task calendar object are managed correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_CalendarTask.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_exist" priority="P1" purpose="Check if method getDefaultCalendar of CalendarManager exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_missarg" priority="P1" purpose="Check whether 'getDefaultCalendar' method called with an invalid argument throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_type_TypeMismatch" priority="P2" purpose="Test type argument whether type conversion occurs according to Type Conversion Tables in getDefaultCalendar method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_type_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getDefaultCalendar_type_invalid" priority="P2" purpose="Test the getDefaultCalendar() method with invalied arguments by giving the invalid data.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getDefaultCalendar_type_invalid.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar" priority="P1" purpose="Test the getUnifiedCalendar() method with only non-optional arguments by giving the valid data.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar_exist" priority="P1" purpose="Check if method getUnifiedCalendar of CalendarManager exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar_missarg" priority="P1" purpose="Check if getUnifiedCalendar method with missing non-optional argument works">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar_type_TypeMismatch" priority="P2" purpose="Test type argument whether type conversion occurs according to Type Conversion Tables in getUnifiedCalendar method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_type_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_getUnifiedCalendar_type_invalid" priority="P2" purpose="Test the getUnifiedCalendar() method with invalied arguments by giving the invalid data.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_getUnifiedCalendar_type_invalid.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_in_tizen" priority="P3" purpose="This object exists in tizen">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_in_tizen.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_notexist" priority="P3" purpose="Check if interface CalendarManager exists, it should not.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_notexist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_removeCalendar" priority="P1" purpose="Check if removeCalendar returned value correct">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_removeCalendar_exist" priority="P0" purpose="Check if CalendarManager::removeCalendar() method exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_removeCalendar_id_invalid" priority="P2" purpose="Check if CalendarManager::removeCalendar() method throws exception when remove the default calendar">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_id_invalid.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_removeCalendar_invalid_argument" priority="P2" purpose="Check if CalendarManager::removeCalendar() method throws exception when incorrect argument found">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_invalid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_removeCalendar_misarg" priority="P2" purpose="Check whether CalendarManager::removeCalendar() method throws exception when argument is missing">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_misarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarManager_removeCalendar_type_TypeMismatch" priority="P2" purpose="Check if CalendarManager::removeCalendar() method throws exception when item is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarManager_removeCalendar_type_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRuleInit_attribute_check_type" priority="P1" purpose="Check CalendarRecurrenceRuleInit attribute type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRuleInit_attribute_check_type.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_attribute_valid_value" priority="P1" purpose="Check various attributes of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_attribute_valid_value.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_constructor" priority="P2" purpose="Check CalendarRecurrenceRule constructor: CalendarRecurrenceRuleInit">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_constructor.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_constructor_minarg" priority="P1" purpose="Check CalendarRecurrenceRule constructor without optional argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_constructor_minarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_daysOfTheWeek_attribute" priority="P1" purpose="Check if attribute daysOfTheWeek of CalendarRecurrenceRule exists, has type Array">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_daysOfTheWeek_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_exceptions_attribute" priority="P1" purpose="Check if attribute exceptions of CalendarRecurrenceRule exists, has type Array">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_exceptions_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_exist" priority="P1" purpose="Check if CalendarRecurrenceRule exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_extend" priority="P3" purpose="Check if CalendarRecurrenceRule object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_frequency_attribute" priority="P1" purpose="Check if attribute frequency of CalendarRecurrenceRule exists, has type RecurrenceRuleFrequency">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_frequency_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_interval_attribute" priority="P1" purpose="Check if attribute interval of CalendarRecurrenceRule exists, has type unsigned short">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_interval_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_occurrenceCount_attribute" priority="P1" purpose="Check if attribute occurrenceCount of CalendarRecurrenceRule exists, has type Number">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_occurrenceCount_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_setPositions_attribute" priority="P1" purpose="Check if attribute setPositions of CalendarRecurrenceRule exists, has type Array">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_setPositions_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarRecurrenceRule_untilDate_attribute" priority="P1" purpose="Check if attribute untilDate of CalendarRecurrenceRule exists, has type TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarRecurrenceRule_untilDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTaskInit_attributeType" priority="P1" purpose="Check CalendarTaskInit interface attribute type">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTaskInit_attributeType.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_attribute_date_valid_value" priority="P1" purpose="Check various date attributes of CalendarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_attribute_date_valid_value.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_completedDate_attribute" priority="P1" purpose="Check if attribute completedDate of CalendarTask exists, has type TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_completedDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_constructor_dictionary" priority="P1" purpose="Check if CalendarTask constructor works propely with dictionary">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_dictionary.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_constructor_iCalendar" priority="P1" purpose="Check if instance of CalendarTask is created correctly by constructor (use iCalendar 2.0 string)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_iCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_constructor_noarg" priority="P1" purpose="Check CalendarTask constructor without optional argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_noarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_constructor_vCalendar" priority="P1" purpose="Check if instance of CalendarTask is created correctly by constructor (use vCalendar v1.0 string)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_constructor_vCalendar.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_dueDate_attribute" priority="P1" purpose="Check if attribute dueDate of CalendarTask exists, has type TZDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_dueDate_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_exist" priority="P1" purpose="Check if CalendarTask exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_extend" priority="P3" purpose="Check if CalendarTask object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="CalendarTask_progress_attribute" priority="P1" purpose="Check if attribute progress of CalendarTask exists, has type unsigned short">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/CalendarTask_progress_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAlarm_attri_absoluteDate" priority="P1" purpose="Check attribute absoluteDate of CalendarAlarm">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_absoluteDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAlarm_attri_before" priority="P1" purpose="Check attribute before of CalendarAlarm">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_before.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAlarm_attri_description" priority="P1" purpose="Check attribute description of CalendarAlarm">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_description.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAlarm_attri_method" priority="P1" purpose="Check attribute method of CalendarAlarm">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_attri_method.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAlarm_constructor_AbsoluteDate" priority="P1" purpose="Check CalendarAlarm constructor: AbsoluteDate">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_constructor_AbsoluteDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAlarm_constructor_TimeDuration" priority="P2" purpose="Check CalendarAlarm constructor: TimeDuration">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAlarm_constructor_TimeDuration.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarAttendee_constructor_default" priority="P1" purpose="Check CalendarAttendee constructor: default">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarAttendee_constructor_default.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEventArraySuccessCallback_onsuccess" priority="P1" purpose="Check CalendarEventArraySuccessCallback onsuccess method">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEventArraySuccessCallback_onsuccess.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_alarms" priority="P1" purpose="Check attribute alarms of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_alarms.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_attendees" priority="P1" purpose="Check attribute attendees of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_attendees.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_availability" priority="P1" purpose="Check attribute availability of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_availability.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_categories" priority="P1" purpose="Check attribute categories of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_categories.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_description" priority="P1" purpose="Check attribute description of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_description.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_duration" priority="P1" purpose="Check attribute duration of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_duration.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_endDate" priority="P1" purpose="Check attribute endDate of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_endDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_geolocation" priority="P1" purpose="Check attribute geolocation of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_geolocation.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_id" priority="P1" purpose="Check attribute id of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_id.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_isAllDay" priority="P1" purpose="Check attribute isAllDay of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_isAllDay.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_isDetached" priority="P1" purpose="Check attribute isDetached of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_isDetached.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_lastModificationDate" priority="P1" purpose="Check attribute lastModificationDate of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_lastModificationDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_location" priority="P1" purpose="Check attribute location of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_location.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_organizer" priority="P1" purpose="Check attribute organizer of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_priority" priority="P1" purpose="Check attribute priority of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_recurrenceRule" priority="P1" purpose="Check attribute recurrenceRule of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_recurrenceRule.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_startDate" priority="P1" purpose="Check attribute startDate of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_startDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_status" priority="P1" purpose="Check attribute status of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_status.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_summary" priority="P1" purpose="Check attribute summary of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_summary.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_attri_visibility" priority="P1" purpose="Check attribute visibility of CalendarEvent">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_attri_visibility.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarEvent_clone" priority="P1" purpose="Check CalendarEvent method: clone">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarEvent_clone.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_attendees_geolocation_status" priority="P3" purpose="Check if attri value:attendees and geolocation and status can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_attendees_geolocation_status.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_categories_visibility_priority" priority="P3" purpose="Check if attri value:categories and visibility and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_categories_visibility_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_description_duration_geolocation" priority="P3" purpose="Check if attri value:description and duration and geolocation can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_duration_geolocation.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_description_isAllDay_organizer" priority="P3" purpose="Check if attri value:description and isAllDay and organizer can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_isAllDay_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_description_progress_startDate" priority="P3" purpose="Check if attri value:description and progress and startDate can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_progress_startDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_description_startDate_isAllDay" priority="P3" purpose="Check if attri value: description and startDate and isAllDay can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_startDate_isAllDay.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_description_status_startDate" priority="P3" purpose="Check if attri value:description and status and startDate can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_status_startDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_description_summary_location" priority="P3" purpose="Check if attri value: description and summary and location can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_description_summary_location.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_duration_location_priority" priority="P3" purpose="Check if attri value:duration and location and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_duration_location_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_geolocation_organizer_categories" priority="P3" purpose="Check if attri value:geolocation and organizer and categories can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_geolocation_organizer_categories.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_geolocation_status" priority="P3" purpose="Check if attri value:geolocation and status can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_geolocation_status.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_isAllDay_duration_organizer" priority="P3" purpose="Check if attri value:isAllDay and duration and organizer can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_duration_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_isAllDay_geolocation_priority" priority="P3" purpose="Check if attri value:isAllDay and geolocation and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_geolocation_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_isAllDay_priority_organizer" priority="P3" purpose="Check if attri value:isAllDay and priority and organizer can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_isAllDay_priority_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_location_duration_organizer" priority="P3" purpose="Check if attri value:location and duration and organizer can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_duration_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_location_geolocation" priority="P3" purpose="Check if attri value:location and geolocation can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_geolocation.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_location_geolocation_categories" priority="P3" purpose="Check if attri value:location and geolocation and categories can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_geolocation_categories.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_location_organizer_priority" priority="P3" purpose="Check if attri value:location and organizer and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_location_organizer_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_organizer_categories_visibility" priority="P3" purpose="Check if attri value:organizer and categories and visibility can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_categories_visibility.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_organizer_priority" priority="P3" purpose="Check if attri value:organizer and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_organizer_visibility_attendees" priority="P3" purpose="Check if attri value:organizer and visibility and attendees can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_organizer_visibility_attendees.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_progress_isAllDay_location" priority="P3" purpose="Check if attri value: progress and isAllDay and location can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_isAllDay_location.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_progress_status_attendees" priority="P3" purpose="Check if attri value:progress and status and attendees can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_status_attendees.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_progress_visibility_organizer" priority="P3" purpose="Check if attri value:progress and visibility and organizer can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_progress_visibility_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_startDate_categories_location" priority="P3" purpose="Check if attri value:startDate and categories and location can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_categories_location.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_startDate_duration" priority="P3" purpose="Check if attri value:startDate and duration can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_duration.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_startDate_organizer" priority="P3" purpose="Check if attri value:startDate and organizer can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_startDate_organizer.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_status_location_isAllDay" priority="P3" purpose="Check if attri value:status and location and isAllDay can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_location_isAllDay.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_status_visibility_attendees" priority="P3" purpose="Check if attri value:status and visibility and attendees can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_attendees.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_status_visibility_categories" priority="P3" purpose="Check if attri value:status and visibility and categories can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_categories.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_status_visibility_priority" priority="P3" purpose="Check if attri value:status and visibility and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_status_visibility_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_summary_geolocation_priority" priority="P3" purpose="Check if attri value:summary and geolocation and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_geolocation_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_summary_location_isAllDay" priority="P3" purpose="Check if attri value:summary and location and isAllDay can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_location_isAllDay.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_summary_priority" priority="P3" purpose="Check if attri value:summary and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_summary_priority_isAllDay" priority="P3" purpose="Check if attri value:summary and priority and isAllDay can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_summary_priority_isAllDay.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarItem_set_visibility_status_priority" priority="P3" purpose="Check if attri value:visibility and status and priority can be set successful.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarItem_set_visibility_status_priority.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManagerObject_attri_locationandsummary" priority="P3" purpose="Check if CalendarManagerObject attri value:location and summary can be set successful..">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManagerObject_attri_locationandsummary.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManager_getCalendarDefault_event" priority="P0" purpose="Check CalendarManager getCalendarDefault method: get event type calendar">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendarDefault_event.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManager_getCalendars_event" priority="P0" purpose="Check CalendarManager getCalendars method: get all event type calendars">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendars_event.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManager_getCalendars_successcallback_invalid" priority="P2" purpose="Check CalendarManager getCalendars method: successCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getCalendars_successcallback_invalid.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManager_getDefaultCalendar_CalendarType_error" priority="P2" purpose="Check CalendarManager getDefaultCalendar method: CalendarType is error">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_CalendarType_error.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManager_getDefaultCalendar_event" priority="P0" purpose="Check CalendarManager getDefaultCalendar method: get event type default calendar">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_event.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarManager_getDefaultCalendar_null" priority="P2" purpose="Check CalendarManager getDefaultCalendar method: CalendarType is null">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarManager_getDefaultCalendar_null.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek" priority="P1" purpose="Check daysOfTheWeek attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_daysOfTheWeek.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_exceptions" priority="P1" purpose="Check exceptions attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_exceptions.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_frequency" priority="P1" purpose="Check frequency attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_frequency.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_interval" priority="P1" purpose="Check interval attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_interval.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_occurrenceCount" priority="P1" purpose="Check occurrenceCount attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_occurrenceCount.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_setPositions" priority="P1" purpose="Check setPositions attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_setPositions.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarRecurrenceRule_attri_untilDate" priority="P1" purpose="Check untilDate attribute of CalendarRecurrenceRule">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarRecurrenceRule_attri_untilDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarTask_attri_completedDate" priority="P1" purpose="Check attribute completedDate of CalendarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_completedDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarTask_attri_dueDate" priority="P1" purpose="Check dueDate attribute of CalendarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_dueDate.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_CalendarTask_attri_progress" priority="P1" purpose="Check progress attribute of CalendarTask">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_CalendarTask_attri_progress.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_Calendar_addBatch_error_events" priority="P2" purpose="Check if Calendar.addBatch method throws exception when null given as items">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_Calendar_addBatch_error_events.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_Calendar_addChangeListener" priority="P1" purpose="Check Calendar addChangeListener method: default usage">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_Calendar_addChangeListener.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_accountId_attribute" priority="P1" purpose="Check if Calendar::accountId attribute exists, has type AccountId and is read only">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_accountId_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add" priority="P1" purpose="Check whether 'add' method correctly assigns task items to the Calendar object">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch" priority="P1" purpose="Check whether addBatch() method correctly assigns several event items to the CalendarEvent object asynchronously without callbacks">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_errorCallback_TypeMismatch" priority="P2" purpose="Check if addBatch throws exception when errorCallback is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_errorCallback_invalid_cb" priority="P2" purpose="Check whether addBatch() method incorrectly with invalid errorCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_errorCallback_invoked" priority="P2" purpose="Check whether addBatch() method invoked errorCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_errorCallback_invoked.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_exist" priority="P1" purpose="Check if method addBatch of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_items_TypeMismatch" priority="P2" purpose="Check if addBatch throws exception when items is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_items_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_missarg" priority="P1" purpose="Check whether 'addBatch' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_successCallback_TypeMismatch" priority="P2" purpose="Check if addBatch throws exception when successCallback is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_successCallback_invalid_cb" priority="P2" purpose="Check whether addBatch() method incorrectly with invalid successCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_with_errorCallback" priority="P1" purpose="Check whether addBatch() method correctly assigns several event items to the CalendarEvent object asynchronously">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_with_errorCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addBatch_with_successCallback" priority="P1" purpose="Check whether addBatch() method correctly assigns several event items to the CalendarEvent object asynchronously without errorCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addBatch_with_successCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addChangeListener" priority="P1" purpose="Check whether addChangeListener() subscribes to notifications about the CalendarTask object changes">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addChangeListener_exist" priority="P1" purpose="Check if method addChangeListener of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addChangeListener_missarg" priority="P1" purpose="Check whether addChangeListener() method called with an invalid argument throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addChangeListener_successCallback_TypeMismatch" priority="P2" purpose="Test addChangeListener argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addChangeListener_successCallback_invalid_cb" priority="P2" purpose="Check if addChangeListener throws exception when successCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_addChangeListener_successCallback_invalid_type" priority="P2" purpose="Check whether addChangeListener() method called with an invalid argument throws an exception (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_addChangeListener_successCallback_invalid_type.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add_Event" priority="P0" purpose="Check Calendar add method: default usage">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add_Event.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add_exist" priority="P1" purpose="Check if method add of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add_exist.html</test_script_entry>
+ </description>
+ </testcase>
+<!-- <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add_invalid_obj" priority="P2" purpose="Check Calendar::add() method with invalid value">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add_invalid_obj.html</test_script_entry>
+ </description>
+ </testcase> -->
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add_item_TypeMismatch" priority="P2" purpose="Check if add throws exception when item is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add_item_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add_item_invalid_type" priority="P2" purpose="Check whether 'add' method called with an invalid argument throws an exception correctly (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add_item_invalid_type.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_add_missarg" priority="P1" purpose="Check whether 'add' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_add_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_constructor" priority="P1" purpose="Check various arguments for Calendar() constructor">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_constructor.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_eventType_methods_exist" priority="P0" purpose="Check if Calendar for event creation exists and implements methods">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_eventType_methods_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_exist" priority="P0" purpose="Check if Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_extend" priority="P3" purpose="Check if Calendar object is extendable">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_extend.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find" priority="P1" purpose="Check whether 'find' method correctly assigns task items to the CalendarTask object">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_errorCallback_TypeMismatch" priority="P2" purpose="Test errorCallback argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_errorCallback_invalid_cb" priority="P2" purpose="Test if putting a user errorCallback object which was not created through the constructor but has all the properties failes.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+<!-- <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_errorCallback_invoked" priority="P2" purpose="Check exception in error callback of find method">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_errorCallback_invoked.html</test_script_entry>
+ </description>
+ </testcase> -->
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_event_usage" priority="P1" purpose="Check if find() method correctly finds CalendarItem objects matching the supplied filter (checked for event calendar)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_event_usage.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_exist" priority="P1" purpose="Check if method find of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_filter_TypeMismatch" priority="P2" purpose="Test filter argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_filter_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_filter_invalid_obj" priority="P2" purpose="Check if Calendar::find() method throw exception when a fake system object was passed">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_filter_invalid_obj.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_missarg" priority="P1" purpose="Check whether 'find' method called with an invalid argument throws an exception correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_sortMode_TypeMismatch" priority="P2" purpose="Test sortMode argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_sortMode_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_sortMode_invalid_obj" priority="P2" purpose="Test if putting a user sortMode object which was not created through the constructor but has all the properties failes.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_sortMode_invalid_obj.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_successCallback_TypeMismatch" priority="P2" purpose="Test successCallback argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_successCallback_invalid_cb" priority="P2" purpose="Test if putting a user successCallback object which was not created through the constructor but has all the properties failes.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_task_usage" priority="P1" purpose="Check if find() method correctly finds CalendarItem objects matching the supplied filter (checked for task calendar)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_task_usage.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_with_errorCallback" priority="P1" purpose="Check whether 'find' method correctly with errorCallback argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_with_errorCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_with_filter" priority="P1" purpose="Check whether 'find' method correctly with filter argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_with_filter.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_find_with_sortMode" priority="P1" purpose="Check whether 'find' method correctly with sortMode argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_find_with_sortMode.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get" priority="P1" purpose="Check if the CalendarEvent item with the given identifier is retrieved correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_get.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get_NotFoundError" priority="P2" purpose="Check if Calendar get method throws exception when trying to get removed item">
+ <description>
+ <test_script_entry timeout="90">/opt/tct-calendar-tizen-tests/calendar/Calendar_get_NotFoundError.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get_exist" priority="P1" purpose="Check if method get of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_get_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get_id_TypeMismatch" priority="P2" purpose="Check if get throws exception when id is incorrect">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_get_id_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get_invalid_argument" priority="P2" purpose="Check whether 'get' method called with an invalid argument throws an exception correctly (part 4)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_get_invalid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get_missarg" priority="P1" purpose="Check whether 'get' method called with an invalid argument throws an exception correctly (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_get_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_get_valid_argument" priority="P1" purpose="Check if the CalendarTask item with the given identifier is retrieved correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_get_valid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_id_attribute" priority="P1" purpose="Check if attribute id of Calendar exists, has type CalendarId and is readonly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_id_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_methods_exist" priority="P3" purpose="Check if Calendar exists and implements methods">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_methods_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_name_attribute" priority="P1" purpose="Check if attribute name of Calendar exists, has type DOMString and is readonly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_name_attribute.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_remove" priority="P1" purpose="Check whether 'remove' method correctly deletes task items from the CalendarTask object">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_remove.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch" priority="P1" purpose="Check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_TypeMismatch" priority="P2" purpose="Check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously (part 3)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_errorCallback_TypeMismatch" priority="P2" purpose="Test errorCallback argument in removeBatch, whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_errorCallback_invalid_cb" priority="P2" purpose="Check if Calendar.removeBatch method throws exception when errorCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_errorCallback_invoked" priority="P2" purpose="Check if removeBatch() error callback will be invoked when used with wrong task argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_errorCallback_invoked.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_exist" priority="P1" purpose="Check if method removeBatch of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_ids_TypeMismatch" priority="P2" purpose="Test ids argument whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_ids_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_missarg" priority="P1" purpose="Check whether 'removeBatch' method called with invalid arguments throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_successCallback_TypeMismatch" priority="P2" purpose="Test successCallback argument in removeBatch, whether type conversion occurs according to Type Conversion Tables.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_successCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_successCallback_invalid_cb" priority="P2" purpose="Check if Calendar.removeBatch method throws exception when successCallback is invalid">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_successCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_with_successCallback" priority="P1" purpose="Check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously with successCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_with_successCallback.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeBatch_without_callbacks" priority="P1" purpose="Check whether 'removeBatch' method correctly deletes several task items from the CalendarTask object asynchronously without callbacks">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeBatch_without_callbacks.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeChangeListener" onload_delay="10" priority="P1" purpose="Check whether removeChangeListener() works correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeChangeListener_exist" priority="P1" purpose="Check if method removeChangeListener of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeChangeListener_id_invalid" priority="P2" purpose="Check whether removeChangeListener() silently fails with an invalid argument">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_id_invalid.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_removeChangeListener_missarg" priority="P2" purpose="Check whether removeChangeListener() silently fails with no arguments">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_removeChangeListener_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_remove_Event" priority="P1" purpose="Check whether 'remove' method correctly deletes event from the Calendar">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_remove_Event.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_remove_exist" priority="P1" purpose="Check if method remove of Calendar exists">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_remove_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_remove_id_TypeMismatch" priority="P1" purpose="Check argument id conversions exception.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_remove_id_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_remove_id_invalid_argument" priority="P2" purpose="Check whether 'remove' method (task calendar) called with invalid arguments throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_remove_id_invalid_argument.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_remove_missarg" priority="P1" purpose="Check whether 'remove' (event calendar) method called with invalid arguments throws an exception">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_remove_missarg.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_taskType_methods_exist" priority="P0" purpose="Check if Calendar for task creation exists and implements methods">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_taskType_methods_exist.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_update" priority="P1" purpose="Check if event item in CalendarEvent object is updated correctly">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_update.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch" priority="P1" purpose="Check whether 'updateBatch' method correctly adds several task items from the CalendarTask object asynchronously">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_without_optional_arguments" priority="P1" purpose="Check if updateBatch works properly without all optional arguments">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_without_optional_arguments.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_TypeMismatch" priority="P2" purpose="Check whether 'updateBatch' method called with an invalid argument throws an exception correctly (part 2)">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_errorCallback_TypeMismatch" priority="P2" purpose="Test errorCallback argument whether type conversion occurs according to Type Conversion Tables in updateBatch method.">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_TypeMismatch.html</test_script_entry>
+ </description>
+ </testcase>
+ <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_errorCallback_invalid_cb" priority="P2" purpose="Check whether updateBatch() method incorrectly with invalid errorCallback">
+ <description>
+ <test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invalid_cb.html</test_script_entry>
+ </description>
+ </testcase>
<!-- <testcase component="TizenAPI/Social/Calendar" execution_type="auto" id="Calendar_updateBatch_errorCallback_invoked" priority="P2" purpose="Check if updateBatch() error callback will be invoked when used with wrong events argument">
<description>
<test_script_entry>/opt/tct-calendar-tizen-tests/calendar/Calendar_updateBatch_errorCallback_invoked.html</test_script_entry>