<test_definition>
<suite name="tct-alarm-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Alarm">
- <testcase purpose="check using getAll method in AlarmManager interface to get all alarms" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_getAll">
+ <testcase purpose="test whether the constructor with date parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_constructor_date">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="getAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="test whether the constructor with date parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_constructor_date">
+ <testcase purpose="test whether the constructor with date parameter and day of the week parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_constructor_date_daysOfTheWeek">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check using removeAll method in AlarmManager interface to remove all alarms" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_removeAll">
+ <testcase purpose="test whether the constructor with date parameter and period parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_constructor_date_period">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="removeAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check period attribute" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_period_attribute">
+ <testcase purpose="check if AlarmAbsolute exist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="attribute" element_name="period" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using get method in AlarmManager interface to get alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_get">
+ <testcase purpose="check if AlarmAbsolute possible extend" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmAbsolute_extend">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="get" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add absolute alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_absolute_alarm">
+ <testcase purpose="check using getNextScheduledDate method" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_getNextScheduledDate">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using remove method in AlarmManager interface to remove absolute alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_remove_absolute_alarm">
+ <testcase purpose="check if method getNextScheduledDate exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmAbsolute_getNextScheduledDate_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="remove" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check delay attribute in AlarmRelative" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_delay_attribute">
+ <testcase purpose="check using getNextScheduledDate method with extra argument" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_getNextScheduledDate_extra_argument">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="attribute" element_name="delay" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check period attribute in AlarmRelative" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_period_attribute">
+ <testcase purpose="check using getNextScheduledDate method for null return" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_getNextScheduledDate_return_null">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="attribute" element_name="period" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getNextScheduledDate method" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_getNextScheduledDate">
+ <testcase purpose="check period attribute" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_period_attribute">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmAbsolute" element_type="attribute" element_name="period" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check conversion of period parameter of AlarmRelative constructor" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_constructor_period_convert">
+ <testcase purpose="check if AlarmManagerObject not exist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManagerObject_notexist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManagerObject" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if PERIOD_MINUTE is constant" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_PERIOD_MINUTE_const">
+ <testcase purpose="check if PERIOD_DAY is constant" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_PERIOD_DAY_const">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="attribute" element_name="PERIOD_MINUTE" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="attribute" element_name="PERIOD_DAY" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if PERIOD_DAY is constant" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_PERIOD_DAY_const">
+ <testcase purpose="check if PERIOD_MINUTE is constant" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_PERIOD_MINUTE_const">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="attribute" element_name="PERIOD_DAY" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="attribute" element_name="PERIOD_MINUTE" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmManager exist in tizen" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManager_in_tizen">
+ <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add absolute alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_absolute_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmManager notexist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManager_notexist">
+ <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add absolute alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_absolute_alarm_with_appControl">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmManager possible extend" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManager_extend">
+ <testcase purpose="check argument 'alarm' type conversion" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_alarm_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method add exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_add_exist">
+ <testcase purpose="check argument 'appControl' type conversion" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_appControl_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method remove exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_remove_exist">
+ <testcase purpose="check if an exception was thrown when a wrong appControl was passed" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_appControl_invalid">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="remove" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method removeAll exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_removeAll_exist">
+ <testcase purpose="check if an exception was thrown when a fake system object was passed" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_appControl_invalid_obj">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="removeAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method get exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_get_exist">
+ <testcase purpose="check if method add exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_add_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="get" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getAll exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_getAll_exist">
+ <testcase purpose="check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_missarg">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="getAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmAbsolute exist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_exist">
+ <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add relative alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_relative_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check with missing non-optional argument" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_missarg">
+ <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add relative alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_relative_alarm_with_appControl">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add relative alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_relative_alarm_with_appControl">
+ <testcase purpose="check if AlarmManager possible extend" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManager_extend">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake system object was passed" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_appControl_invalid_obj">
+ <testcase purpose="check using get method in AlarmManager interface to get alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_get">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="get" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using remove method in AlarmManager interface to remove relative alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_remove_relative_alarm">
+ <testcase purpose="check using getAll method in AlarmManager interface to get all alarms" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_getAll">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="remove" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="getAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using removeAll with extra argument to remove all alarms" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_removeAll_extra_argument">
+ <testcase purpose="check if method getAll exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_getAll_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="removeAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="getAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check argument 'alarm' type conversion" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_alarm_TypeMismatch">
+ <testcase purpose="check using get method in AlarmManager interface to get AlarmRelative" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_get_AlarmRelative">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="get" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check argument 'appControl' type conversion" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P2" id="AlarmManager_add_appControl_TypeMismatch">
+ <testcase purpose="check if method get exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_get_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="get" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="test whether the constructor with date parameter and day of the week parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_constructor_date_daysOfTheWeek">
+ <testcase purpose="check if AlarmManager exist in tizen" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManager_in_tizen">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="test whether the constructor with date parameter and period parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_constructor_date_period">
+ <testcase purpose="check if AlarmManager notexist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManager_notexist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmAbsolute possible extend" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmAbsolute_extend">
+ <testcase purpose="check using removeAll method in AlarmManager interface to remove all alarms" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_removeAll">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="removeAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add relative alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_relative_alarm">
+ <testcase purpose="check if method removeAll exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_removeAll_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="removeAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getNextScheduledDate exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmAbsolute_getNextScheduledDate_exist">
+ <testcase purpose="check using removeAll with extra argument to remove all alarms" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_removeAll_extra_argument">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="removeAll" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if Alarm notexist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="Alarm_notexist">
+ <testcase purpose="check using remove method in AlarmManager interface to remove absolute alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_remove_absolute_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Alarm" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="remove" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmRelative exist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_exist">
+ <testcase purpose="check if method remove exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmManager_remove_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="remove" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getNextScheduledDate method with extra argument" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_getNextScheduledDate_extra_argument">
+ <testcase purpose="check using remove method in AlarmManager interface to remove relative alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_remove_relative_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmManager" element_type="method" element_name="remove" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check Alarm.id attribute of AlarmAbsolute" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="Alarm_id_attribute_absolute_alarm">
+ <testcase purpose="test whether the constructor with delay parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_constructor_delay">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="Alarm" element_type="attribute" element_name="id" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="test whether the constructor with delay parameter are supported" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_constructor_delay">
+ <testcase purpose="check conversion of delay parameter of AlarmRelative constructor" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_constructor_delay_convert">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html</test_script_entry>
</description>
<specs>
<spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmRelative possible extend" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmRelative_extend">
+ <testcase purpose="check conversion of period parameter of AlarmRelative constructor" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_constructor_period_convert">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if method getRemainingSeconds exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmRelative_getRemainingSeconds_exist">
+ <testcase purpose="check delay attribute in AlarmRelative" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_delay_attribute">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="attribute" element_name="delay" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getRemainingSeconds method" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_getRemainingSeconds">
+ <testcase purpose="check if AlarmRelative exist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getRemainingSeconds with extra argument" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_getRemainingSeconds_extra_argument">
+ <testcase purpose="check if AlarmRelative possible extend" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmRelative_extend">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check conversion of delay parameter of AlarmRelative constructor" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_constructor_delay_convert">
+ <testcase purpose="check using getRemainingSeconds method" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_getRemainingSeconds">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="constructor" element_name="constructor" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check if an exception was thrown when a wrong appControl was passed" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_appControl_invalid">
+ <testcase purpose="check if method getRemainingSeconds exist and can be overriden" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P0" id="AlarmRelative_getRemainingSeconds_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add absolute alarm" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_add_absolute_alarm_with_appControl">
+ <testcase purpose="check using getRemainingSeconds with extra argument" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_getRemainingSeconds_extra_argument">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="add" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getNextScheduledDate method for null return" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmAbsolute_getNextScheduledDate_return_null">
+ <testcase purpose="check using getRemainingSeconds method for null return" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_getRemainingSeconds_return_null">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmAbsolute" element_type="method" element_name="getNextScheduledDate" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using get method in AlarmManager interface to get AlarmRelative" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmManager_get_AlarmRelative">
+ <testcase purpose="check period attribute in AlarmRelative" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_period_attribute">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManager" element_type="method" element_name="get" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="AlarmRelative" element_type="attribute" element_name="period" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</specs>
</testcase>
- <testcase purpose="check using getRemainingSeconds method for null return" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="AlarmRelative_getRemainingSeconds_return_null">
+ <testcase purpose="check Alarm.id attribute of AlarmAbsolute" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P1" id="Alarm_id_attribute_absolute_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmRelative" element_type="method" element_name="getRemainingSeconds" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Alarm" element_type="attribute" element_name="id" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
</spec>
</specs>
</testcase>
- <testcase purpose="check if AlarmManagerObject not exist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="AlarmManagerObject_notexist">
+ <testcase purpose="check if Alarm notexist" type="compliance" status="approved" component="TizenAPI/Application/Alarm" execution_type="auto" priority="P3" id="Alarm_notexist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_notexist.html</test_script_entry>
</description>
<specs>
<spec>
- <spec_assertion interface="AlarmManagerObject" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
+ <spec_assertion interface="Alarm" usage="true" specification="Alarm" section="Application" category="Tizen Device API Specifications"/>
<spec_url>https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/alarm.html</spec_url>
<spec_statement>TBD</spec_statement>
</spec>
<test_definition>
<suite name="tct-alarm-tizen-tests" launcher="WRTLauncher" category="Tizen Web Device APIs">
<set name="Alarm">
- <testcase purpose="check using getAll method in AlarmManager interface to get all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_getAll">
+ <testcase purpose="test whether the constructor with date parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_constructor_date">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="test whether the constructor with date parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_constructor_date">
+ <testcase purpose="test whether the constructor with date parameter and day of the week parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_constructor_date_daysOfTheWeek">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using removeAll method in AlarmManager interface to remove all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_removeAll">
+ <testcase purpose="test whether the constructor with date parameter and period parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_constructor_date_period">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check date attribute" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_date_attribute">
<test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_daysOfTheWeek_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check period attribute" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_period_attribute">
+ <testcase purpose="check if AlarmAbsolute exist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using get method in AlarmManager interface to get alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_get">
+ <testcase purpose="check if AlarmAbsolute possible extend" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_extend">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add absolute alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_absolute_alarm">
+ <testcase purpose="check using getNextScheduledDate method" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using remove method in AlarmManager interface to remove absolute alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_remove_absolute_alarm">
+ <testcase purpose="check if method getNextScheduledDate exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check delay attribute in AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_delay_attribute">
+ <testcase purpose="check using getNextScheduledDate method with extra argument" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate_extra_argument">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check period attribute in AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_period_attribute">
+ <testcase purpose="check using getNextScheduledDate method for null return" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate_return_null">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getNextScheduledDate method" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate">
+ <testcase purpose="check period attribute" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_period_attribute">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check conversion of period parameter of AlarmRelative constructor" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_period_convert">
+ <testcase purpose="check if AlarmManagerObject not exist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManagerObject_notexist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if PERIOD_MINUTE is constant" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_PERIOD_MINUTE_const">
+ <testcase purpose="check if PERIOD_DAY is constant" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_PERIOD_DAY_const">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check if PERIOD_HOUR is constant" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_PERIOD_HOUR_const">
<test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_HOUR_const.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if PERIOD_DAY is constant" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_PERIOD_DAY_const">
+ <testcase purpose="check if PERIOD_MINUTE is constant" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_PERIOD_MINUTE_const">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check if PERIOD_WEEK is constant" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_PERIOD_WEEK_const">
<test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_WEEK_const.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmManager exist in tizen" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_in_tizen">
+ <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add absolute alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_absolute_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmManager notexist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_notexist">
+ <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add absolute alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_absolute_alarm_with_appControl">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmManager possible extend" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_extend">
+ <testcase purpose="check argument 'alarm' type conversion" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_alarm_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method add exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_exist">
+ <testcase purpose="check argument 'appControl' type conversion" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_appControl_TypeMismatch">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method remove exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_remove_exist">
+ <testcase purpose="check if an exception was thrown when a wrong appControl was passed" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_appControl_invalid">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method removeAll exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_removeAll_exist">
+ <testcase purpose="check if an exception was thrown when a fake system object was passed" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_appControl_invalid_obj">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method get exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_get_exist">
+ <testcase purpose="check if method add exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getAll exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_getAll_exist">
+ <testcase purpose="check with missing non-optional argument" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_missarg">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmAbsolute exist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_exist">
+ <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add relative alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_relative_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check with missing non-optional argument" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_missarg">
+ <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add relative alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_relative_alarm_with_appControl">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add relative alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_relative_alarm_with_appControl">
+ <testcase purpose="check if AlarmManager possible extend" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_extend">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a fake system object was passed" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_appControl_invalid_obj">
+ <testcase purpose="check using get method in AlarmManager interface to get alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_get">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using remove method in AlarmManager interface to remove relative alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_remove_relative_alarm">
+ <testcase purpose="check using getAll method in AlarmManager interface to get all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_getAll">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using removeAll with extra argument to remove all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_removeAll_extra_argument">
+ <testcase purpose="check if method getAll exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_getAll_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check using getAll withe extra argument to get all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_getAll_extra_argument">
<test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_getAll_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check argument 'alarm' type conversion" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_alarm_TypeMismatch">
+ <testcase purpose="check using get method in AlarmManager interface to get AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_get_AlarmRelative">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check argument 'appControl' type conversion" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_appControl_TypeMismatch">
+ <testcase purpose="check if method get exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_get_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="test whether the constructor with date parameter and day of the week parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_constructor_date_daysOfTheWeek">
+ <testcase purpose="check if AlarmManager exist in tizen" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_in_tizen">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="test whether the constructor with date parameter and period parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_constructor_date_period">
+ <testcase purpose="check if AlarmManager notexist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_notexist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmAbsolute possible extend" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_extend">
+ <testcase purpose="check using removeAll method in AlarmManager interface to remove all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_removeAll">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using add method (with non-optional arguments) in AlarmManager interface to add relative alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_relative_alarm">
+ <testcase purpose="check if method removeAll exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_removeAll_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getNextScheduledDate exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate_exist">
+ <testcase purpose="check using removeAll with extra argument to remove all alarms" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_removeAll_extra_argument">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if Alarm notexist" component="TizenAPI/Application/Alarm" execution_type="auto" id="Alarm_notexist">
+ <testcase purpose="check using remove method in AlarmManager interface to remove absolute alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_remove_absolute_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmRelative exist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_exist">
+ <testcase purpose="check if method remove exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_remove_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getNextScheduledDate method with extra argument" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate_extra_argument">
+ <testcase purpose="check using remove method in AlarmManager interface to remove relative alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_remove_relative_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check Alarm.id attribute of AlarmAbsolute" component="TizenAPI/Application/Alarm" execution_type="auto" id="Alarm_id_attribute_absolute_alarm">
+ <testcase purpose="test whether the constructor with delay parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_delay">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="test whether the constructor with delay parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_delay">
+ <testcase purpose="check conversion of delay parameter of AlarmRelative constructor" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_delay_convert">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html</test_script_entry>
</description>
</testcase>
<testcase purpose="test whether the constructor with delay parameter and period parameter are supported" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_delay_period">
<test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_period.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmRelative possible extend" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_extend">
+ <testcase purpose="check conversion of period parameter of AlarmRelative constructor" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_period_convert">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if method getRemainingSeconds exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds_exist">
+ <testcase purpose="check delay attribute in AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_delay_attribute">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getRemainingSeconds method" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds">
+ <testcase purpose="check if AlarmRelative exist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getRemainingSeconds with extra argument" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds_extra_argument">
+ <testcase purpose="check if AlarmRelative possible extend" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_extend">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check conversion of delay parameter of AlarmRelative constructor" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_constructor_delay_convert">
+ <testcase purpose="check using getRemainingSeconds method" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if an exception was thrown when a wrong appControl was passed" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_appControl_invalid">
+ <testcase purpose="check if method getRemainingSeconds exist and can be overriden" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds_exist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using add method (with optional argument) in AlarmManager interface to add absolute alarm" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_add_absolute_alarm_with_appControl">
+ <testcase purpose="check using getRemainingSeconds with extra argument" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds_extra_argument">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getNextScheduledDate method for null return" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmAbsolute_getNextScheduledDate_return_null">
+ <testcase purpose="check using getRemainingSeconds method for null return" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds_return_null">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using get method in AlarmManager interface to get AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManager_get_AlarmRelative">
+ <testcase purpose="check period attribute in AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_period_attribute">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check using getRemainingSeconds method for null return" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmRelative_getRemainingSeconds_return_null">
+ <testcase purpose="check Alarm.id attribute of AlarmAbsolute" component="TizenAPI/Application/Alarm" execution_type="auto" id="Alarm_id_attribute_absolute_alarm">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html</test_script_entry>
</description>
</testcase>
<testcase purpose="check Alarm.id attribute of AlarmRelative" component="TizenAPI/Application/Alarm" execution_type="auto" id="Alarm_id_attribute_relative_alarm">
<test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_id_attribute_relative_alarm.html</test_script_entry>
</description>
</testcase>
- <testcase purpose="check if AlarmManagerObject not exist" component="TizenAPI/Application/Alarm" execution_type="auto" id="AlarmManagerObject_notexist">
+ <testcase purpose="check if Alarm notexist" component="TizenAPI/Application/Alarm" execution_type="auto" id="Alarm_notexist">
<description>
- <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html</test_script_entry>
+ <test_script_entry>/opt/tct-alarm-tizen-tests/alarm/Alarm_notexist.html</test_script_entry>
</description>
</testcase>
</set>