[Alarm] clean up
authorMariusz Polasinski <m.polasinski@samsung.com>
Mon, 23 Sep 2013 15:14:39 +0000 (17:14 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Tue, 24 Sep 2013 14:45:19 +0000 (14:45 +0000)
Change-Id: I366e1272c2392b14670b8125de3ba806110b6dd3

59 files changed:
tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_daysOfTheWeek.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_constructor_date_period.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_date_attribute.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_daysOfTheWeek_attribute.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_exist.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_extend.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_exist.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_extra_argument.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_getNextScheduledDate_return_null.html
tct-alarm-tizen-tests/alarm/AlarmAbsolute_period_attribute.html
tct-alarm-tizen-tests/alarm/AlarmManagerObject_notexist.html
tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_DAY_const.html
tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_HOUR_const.html
tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_MINUTE_const.html
tct-alarm-tizen-tests/alarm/AlarmManager_PERIOD_WEEK_const.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_absolute_alarm_with_appControl.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_alarm_TypeMismatch.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_TypeMismatch.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_appControl_invalid_obj.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_exist.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_missarg.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm.html
tct-alarm-tizen-tests/alarm/AlarmManager_add_relative_alarm_with_appControl.html
tct-alarm-tizen-tests/alarm/AlarmManager_extend.html
tct-alarm-tizen-tests/alarm/AlarmManager_get.html
tct-alarm-tizen-tests/alarm/AlarmManager_getAll.html
tct-alarm-tizen-tests/alarm/AlarmManager_getAll_exist.html
tct-alarm-tizen-tests/alarm/AlarmManager_getAll_extra_argument.html
tct-alarm-tizen-tests/alarm/AlarmManager_get_AlarmRelative.html
tct-alarm-tizen-tests/alarm/AlarmManager_get_exist.html
tct-alarm-tizen-tests/alarm/AlarmManager_in_tizen.html
tct-alarm-tizen-tests/alarm/AlarmManager_notexist.html
tct-alarm-tizen-tests/alarm/AlarmManager_removeAll.html
tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_exist.html
tct-alarm-tizen-tests/alarm/AlarmManager_removeAll_extra_argument.html
tct-alarm-tizen-tests/alarm/AlarmManager_remove_absolute_alarm.html
tct-alarm-tizen-tests/alarm/AlarmManager_remove_exist.html
tct-alarm-tizen-tests/alarm/AlarmManager_remove_relative_alarm.html
tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay.html
tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_convert.html
tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_delay_period.html
tct-alarm-tizen-tests/alarm/AlarmRelative_constructor_period_convert.html
tct-alarm-tizen-tests/alarm/AlarmRelative_delay_attribute.html
tct-alarm-tizen-tests/alarm/AlarmRelative_exist.html
tct-alarm-tizen-tests/alarm/AlarmRelative_extend.html
tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds.html
tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_exist.html
tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_extra_argument.html
tct-alarm-tizen-tests/alarm/AlarmRelative_getRemainingSeconds_return_null.html
tct-alarm-tizen-tests/alarm/AlarmRelative_period_attribute.html
tct-alarm-tizen-tests/alarm/Alarm_id_attribute_absolute_alarm.html
tct-alarm-tizen-tests/alarm/Alarm_id_attribute_relative_alarm.html
tct-alarm-tizen-tests/alarm/Alarm_notexist.html
tct-alarm-tizen-tests/tests.full.xml
tct-alarm-tizen-tests/tests.xml

index 07ba8a7af01672b2b884683b891d80b79548f8e1..fa1376298ed033460abbdd41c8e42651edbf4e06 100644 (file)
@@ -34,12 +34,12 @@ Revision history:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmAbsolute_constructor_date</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/testharness.js"></script>
-    <script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<title>AlarmAbsolute_constructor_date</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
 </head>
 <body>
 <div id="log"></div>
index fa2833ef5762b68d6c55b9a2d6630f07be4a5732..37de861c153e7fbcd708aa19b68416604572e8e0 100644 (file)
@@ -24,12 +24,12 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmAbsolute_constructor_date_daysOfTheWeek</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/testharness.js"></script>
-    <script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<title>AlarmAbsolute_constructor_date_daysOfTheWeek</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
 </head>
 <body>
 <div id="log"></div>
index 5476bb5dcb70080827441317e8dd1aa38951e9e6..bde5bc5410d792bbb75296a365273dd9712212c6 100644 (file)
@@ -24,12 +24,12 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmAbsolute_constructor_date_period</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/testharness.js"></script>
-    <script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<title>AlarmAbsolute_constructor_date_period</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
 </head>
 <body>
 <div id="log"></div>
index be3fd1558cdaf6dc31a396a85a6adcf6374c5b2d..f934f7b0d8ecafd4d193b88509b2cbc398ab7816 100644 (file)
@@ -28,15 +28,11 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         Lei, ZhanX <zhanx.lei@abc.com>
-
-Revision history:
-Date                        Author                        Description
-09-26-2012         Lei, ZhanX <zhanx.lei@intel.com>       case creation
-03-21-2013  Mariusz Polasinski <m.polasinski@samsung.com> improvement and adjustment
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_date_attribute</title>
index ccec2c212b24e5901ac7e99dbeb3952a5933d878..049a127d937a915d1bd1cdd51cb424c1b8fa31ea 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_daysOfTheWeek_attribute</title>
index 3f54138994b28a7569ceb71796ec3b5398c57e95..677416cb2c7b64c9dee55bd6a1649a74665a9afc 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_exist</title>
index e6516e4c238ca01c02bed640f86db0bdb369d620..98f1eaae654e99a59f2a89b561cdf3ebd4b10d15 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_extend</title>
@@ -50,7 +50,5 @@ test(function () {
 }, "AlarmAbsolute_extend");
 
 </script>
-
 </body>
-
 </html>
index c89fc182c7130ccb67c52e0d209ccef5888ff174..99881331f9c19018bf45cf4203be0a971e22aefe 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 -->
 
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_getNextScheduledDate</title>
@@ -64,4 +64,3 @@ test(function () {
 </script>
 </body>
 </html>
-
index 9300af6f0cb348166b3f78882099333cf5cdeba3..9e3aa2aaef41fb2401e87c31b871de6b030e8521 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_getNextScheduledDate_exist</title>
index 96b58e971b2edefac0419cf97e262dda678dadd9..a386125c0b7afdd76cbfaebc12d66f143dfb2331 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 -->
 
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_getNextScheduledDate_extra_argument</title>
@@ -61,4 +61,3 @@ test(function () {
 </script>
 </body>
 </html>
-
index b48e5829ebcf186eb05a13c7d93ea712675bca9b..c21e1f73b372afc350f45e0cb1186556566c35a2 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 -->
 
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_getNextScheduledDate_return_null</title>
@@ -61,4 +61,3 @@ test(function () {
 </script>
 </body>
 </html>
-
index bc745bd7e3d16a3bbc46ea42d1513c919cba442e..5179417fe70ee22cf011d984c21af24dae24c928 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmAbsolute_period_attribute</title>
index 5d1d496547449ca73a92d9781160187b28a0b113..7ecd2d450a249e23493ca89ec30e79563c8abe87 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManagerObject_notexist</title>
index 7234eba6a08494ede93ec298bcfb8858b8a58444..e98b59b136fdc8c51368b297a882c648d2002176 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_PERIOD_DAY_const</title>
index 062f4096211141fd8fc8c40a1028456bf1cfaa1b..836a947860f74718a04853c93e700e31f7a5e8c1 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_PERIOD_HOUR_const</title>
index 0b0639106538302dbffd49803bf21a3b722d4b06..2a491ddc04cd85985bc9cbf468f943332f4a9447 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_PERIOD_MINUTE_const</title>
index b26fdcf26613f052cd619110cd32dd3a527d9fa9..6a92af296c0d80364a121d3515cba057d6c8e39d 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_PERIOD_WEEK_const</title>
index 8800849d9e1b09f4dea8d7da3ec258af472bb956..f38a45a91ef4b83f4e1ac7c72db417757877670c 100644 (file)
@@ -33,7 +33,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_absolute_alarm</title>
index f7c675c784338d5363586b2eefc3d2eac67a1477..c546a81e7d37cc31aabe9f070b4a90687258fcec 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_absolute_alarm_with_appControl</title>
index 14b3dd8ffab59650612f7914a5a774056f239872..6dc862c3d36a12fc8869b1757adf646e4922d504 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
 <title>AlarmManager_add_alarm_TypeMismatch</title>
 <meta charset="utf-8">
index 562300b990617d05e656be259c28388eba8d4838..f58840758ed68e805fd085f7b04f28d8218f3943 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_appControl_TypeMismatch</title>
index 866635f2a24332144bef03807be0d421972d9899..a34dabe4701c0da707d0b8be27069f8385d65bd1 100644 (file)
@@ -30,13 +30,13 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 <head>
-    <title>AlarmManager_add_appControl_invalid</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/testharness.js"></script>
-    <script type="text/javascript" src="../resources/testharnessreport.js"></script>
-    <script type="text/javascript" src="support/alarm_common.js"></script>
+<title>AlarmManager_add_appControl_invalid</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<script type="text/javascript" src="support/alarm_common.js"></script>
 </head>
 <body>
 <div id="log"></div>
index ddc137ca9b73b94cf01645ac232cec3124cb3950..313a83d721fc4a116a37788293acdcdbd6e66d4c 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_appControl_invalid_obj</title>
index 4dc09b11486f6e4fad9539fab93d57b838908668..2c40fdc070bf15b298bd70d30801e9466fedaa59 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_exist</title>
index f4bff96f94e25948f608dd5de74726b5f72928f8..0d9a0e389d747145164eee11ae7a59eca152cd57 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_missarg</title>
index 15950318f70fd6f7ec8f240f6d9c8b2730f90540..6d2f52b2aaf4df0f0bc6616320238769d0cb11a2 100644 (file)
@@ -31,7 +31,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_relative_alarm</title>
index e9558ce921279d4468b019f86d8274bf77797805..d8f57a6afb27bf12fb6b661756e808b279c0a3ed 100644 (file)
@@ -22,7 +22,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_add_relative_alarm_with_appControl</title>
index 731a0f0af81a7089ff53a05d96fa1659a1c19626..5ed9702737e8f5aa2c64321f2fc0e764dc3dac46 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_extend</title>
index 36fbd552a6f0c33f236f2347e38c3252ba8fe3fa..7cdb6b4d8ef330914040f16723cbd3f3ef8d6907 100644 (file)
@@ -32,10 +32,10 @@ Authors:
         Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>AlarmManager interface get method alarm added - usage test of interface</title>
+<title>AlarmManager_get</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/alarm_common.js"></script>
@@ -52,7 +52,7 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MR MMINA
 
-test(function() {
+test(function () {
     try {
         var alarm1, alarm2;
         alarm1 = createAbsAlarm();
index 7e5618afabc18128f4e1cc12dd80265eb6fae362..de8d10be4900944c74afc82e3b7ad3b14cfc1c10 100644 (file)
@@ -34,7 +34,7 @@ Revision history:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_getAll</title>
index c1f3241ab2080bed010f8ed754dd4f26aa546e31..a5d278c2112dcbd62739d8f0816164f5a6ecb964 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_getAll_exist</title>
index 970d00cf917708114f6320ca57934ff11d9d5bdc..2c0606c8a1ea4208c959f24bef3506cf4066120d 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_getAll_extra_argument</title>
index 82431c99dd0ad5c38dcf0014094d3606eca6a1c8..a64e513e36b06d08d569a6861c880b18d52142d3 100644 (file)
@@ -18,10 +18,10 @@ Authors:
         Tomasz Kusmierz <t.kusmierz@samsung.com>
 
 -->
-<html lang="en">
+<html>
 
 <head>
-<title>AlarmManager_get_RelativeAlarm</title>
+<title>AlarmManager_get_AlarmRelative</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/unitcommon.js"></script>
 <script type="text/javascript" src="support/alarm_common.js"></script>
@@ -38,7 +38,7 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MMINA MR
 
-test(function() {
+test(function () {
     try {
         var alarm1, alarm2;
         alarm1 = createRelAlarm();
index abd9ea422bd83f4b197625b6da8b04c8c7d1b2cc..81fc3de46d02ccabfadd37e1192c09ff9457f79d 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_get_exist</title>
index 0b2fa867ed27ed0a17c1e73d680592db988b558c..e7846eb0781eec33be8026ab94625440c9fef8f8 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_in_tizen</title>
index 47e172dd243c395dee39bc8f3cdcb5954750e6f2..85ca109c5aac30e276418598fb5db622d8634e66 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_notexist</title>
index 7093bc385d574a6b68837493fcd494463a8e53af..6905e09d204cd16841d56d0355edc9638a1097c6 100644 (file)
@@ -34,12 +34,12 @@ Revision history:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmManager_removeAll</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/unitcommon.js"></script>
-    <script type="text/javascript" src="support/alarm_common.js"></script>
+<title>AlarmManager_removeAll</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/alarm_common.js"></script>
 </head>
 <body>
 <div id="log"></div>
@@ -52,7 +52,7 @@ Revision history:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MR MNA MNAST
 
-test(function(){
+test(function (){
     try {
         var absAlarm, relAlarm, retVal, alarmAll = [];
         tizen.alarm.removeAll();
index d26f5220e5a4296db73b52c9d786004349795921..b9054af72cfbd4a1d1cbc3edef06d59bccb88780 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_removeAll_exist</title>
index 4861dd982828b71d243ccb7bc27643234845c4c3..d80c02a99af7b912b050d38adcc01fdb47b404c6 100644 (file)
@@ -24,12 +24,12 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmManager_removeAll_extra_argument</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/unitcommon.js"></script>
-    <script type="text/javascript" src="support/alarm_common.js"></script>
+<title>AlarmManager_removeAll_extra_argument</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/unitcommon.js"></script>
+<script type="text/javascript" src="support/alarm_common.js"></script>
 </head>
 <body>
 <div id="log"></div>
@@ -42,7 +42,7 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MNAEX
 
-test(function(){
+test(function (){
     try {
         var i, alarm, alarmAll, retVal, argumentsList = [null, undefined, "string", 1, false, ["one", "two"], {arg: 1}, function () {}];
         tizen.alarm.removeAll();
index b0041471e707b7b8e3edbc37c944af0c85aeb53d..efc3bd2c6bb06b3e5a2b8530bf0c3c64e4387497 100644 (file)
@@ -32,7 +32,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_remove_absolute_alarm</title>
@@ -52,7 +52,7 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MR MMINA MAST
 
-test(function() {
+test(function () {
     try {
         var alarm, retVal;
         tizen.alarm.removeAll();
index cb2782aaf7bb4cf10f6485e2302c7e94115946a9..71fe008a88c0547b684d5a6863904712a8056132 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_remove_exist</title>
index 6fb2955bc37f3f3fea6f44b0a093ca7a97443659..cf647cb5b49c62924e787156f6654cc8a9cf0880 100644 (file)
@@ -30,7 +30,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmManager_remove_relative_alarm</title>
@@ -50,7 +50,7 @@ Authors:
 //==== PRIORITY P1
 //==== TEST_CRITERIA MR MMINA MAST
 
-test(function() {
+test(function () {
     try {
         var alarm, retVal;
         tizen.alarm.removeAll();
index 2876709fc5ba4630dbe1b39808ff05a8893d845c..b566e647b4d63230a0653eeb33e12f53106e6c6b 100644 (file)
@@ -32,12 +32,12 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmRelative_constructor_delay</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/testharness.js"></script>
-    <script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<title>AlarmRelative_constructor_delay</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
 </head>
 <body>
 <div id="log"></div>
index a20e93e0cab1c68b890acbd3df2ba47d11636e1e..f02c819e8b0f43f49bfad02fa34fb3612d5dc156 100644 (file)
@@ -24,9 +24,9 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-<title>AlarmRelative_constructor_delay</title>
+<title>AlarmRelative_constructor_delay_convert</title>
 <meta charset="utf-8">
 <script type="text/javascript" src="../resources/testharness.js"></script>
 <script type="text/javascript" src="../resources/testharnessreport.js"></script>
index a49cf8ec0fff9d21a5fd5e9f31c583517316bb2a..6401dd39be45b297638877d4bf030b8ab9a49f56 100644 (file)
@@ -24,12 +24,12 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 <head>
-    <title>AlarmRelative_constructor_delay_period</title>
-    <meta charset="utf-8">
-    <script type="text/javascript" src="../resources/testharness.js"></script>
-    <script type="text/javascript" src="../resources/testharnessreport.js"></script>
+<title>AlarmRelative_constructor_delay_period</title>
+<meta charset="utf-8">
+<script type="text/javascript" src="../resources/testharness.js"></script>
+<script type="text/javascript" src="../resources/testharnessreport.js"></script>
 </head>
 <body>
 <div id="log"></div>
index 81e123aaa915a7e8f83bb008ba71d28e1c63752b..cfedaa8e812dd4329db3b3bbc571fb5c17b34437 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_constructor_period_convert</title>
index 72f2c72768b49d0a4f3e45eaff1b96a9c918d9cf..8a4cd1183b8dff8dca36f09f103ce519a5232471 100644 (file)
@@ -28,15 +28,11 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         Lei, ZhanX <zhanx.lei@abc.com>
-
-Revision history:
-Date                        Author                              Description
-09-26-2012         Lei, ZhanX <zhanx.lei@intel.com>             case creation
-03-24-2013    Mariusz Polasinski <m.polasinski@samsung.com>     adjustment and improvement test
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_delay_attribute</title>
index f379455598b44cfbe63b61710892a08c354e7cb1..1aa4728c889a35d68cdeec2a5f89bcb1cf94f96d 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_exist</title>
index e84b334646c8a32dd495686a1ab128ed18ecd06b..b36647f35345e8dd5f4d8313716a09743b9959a9 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_extend</title>
@@ -50,7 +50,5 @@ test(function () {
 }, "AlarmRelative_extend");
 
 </script>
-
 </body>
-
 </html>
index cac626be36c4ecaf3e128e221fad706c0c56cd61..a3b3b78dc25919dcbdc9b40ebaa7f3eeb77d73dd 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 -->
 
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_getRemainingSeconds</title>
@@ -61,4 +61,3 @@ test(function () {
 </script>
 </body>
 </html>
-
index bb3f622feebbfa1b85c747f7f740c4df897c38c3..00bfdf332b6159dcf56d5c52b5f0899d674d6bd2 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_getRemainingSeconds_exist</title>
index 71b6e9baa872b6eacbef970ec2eece4c99d8457a..57ff4fe5656aef99813858a7c52c656cd2a8af0a 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 -->
 
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_getRemainingSeconds_extra_argument</title>
@@ -64,4 +64,3 @@ test(function () {
 </script>
 </body>
 </html>
-
index 02c2e5ea8c1d4ddfbbbeb3bf5eb855a04019f2ee..e5c406fabca9380a2d4ae7f5f32c4958544517ad 100644 (file)
@@ -25,7 +25,7 @@ Authors:
 -->
 
 
-<html lang="en">
+<html>
 
 <head>
 <title>AlarmRelative_getRemainingSeconds_return_null</title>
index 0f5db8beb3a151452e23d5036ee7d55e07fd87a7..6ce7227bd9351fc7164882ee83b8c24a3278a764 100644 (file)
@@ -28,11 +28,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Authors:
         Lei, ZhanX <zhanx.lei@abc.com>
-
-Revision history:
-Date                        Author                          Description
-09-26-2012         Lei, ZhanX <zhanx.lei@intel.com>         case creation
-03-24-2013  Mariusz Polasinski <m.polasinski@samsung.com>   adjustment and improvement test
+        Mariusz Polasinski <m.polasinski@samsung.com>
 
 -->
 
index ec466fe105ffb0e78d434972b9d6da8921467e4b..b3a92a4553c4fe8f4e0a467936de99a62427f1de 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>Alarm_id_attribute_absolute_alarm</title>
index 0b4cf38c27a1f646a8ad161af8ffc88461edaed0..f676e75a102dfd236e54aa59355d520477735524 100644 (file)
@@ -24,7 +24,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>Alarm_id_attribute_relative_alarm</title>
index e204970b4070f2189c83e7a0ca1402d38736766d..d6d5b8e52be2a4825bf3320d633606e27f6a8e39 100644 (file)
@@ -23,7 +23,7 @@ Authors:
 
 -->
 
-<html lang="en">
+<html>
 
 <head>
 <title>Alarm_notexist</title>
index ef4f8b40ec4a74d9503794bf73faacf03e0e4cc4..f319d33cfff5bb5916a06fa6535bed73ed8f0cae 100644 (file)
@@ -3,21 +3,21 @@
 <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>
index bce43c8ea1162515cb338c50757e42f58dbb9898..08be8cc883f9fd2642f3f2e5070e0516efeea7ad 100644 (file)
@@ -3,19 +3,19 @@
 <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">
@@ -78,9 +78,9 @@
           <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>