[Notification] fixed labels
authorAndrzej Krolikowski <a.krolikowsk@samsung.com>
Thu, 10 Oct 2013 09:54:11 +0000 (11:54 +0200)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Thu, 10 Oct 2013 10:36:58 +0000 (10:36 +0000)
Change-Id: Ied074c2ab14f62a3e6e1d9f31140c3cadb680458

46 files changed:
tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html
tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html
tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html
tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html
tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html
tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html
tct-notification-tizen-tests/notification/Notification_content_attribute.html
tct-notification-tizen-tests/notification/Notification_id_attribute.html
tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html
tct-notification-tizen-tests/notification/Notification_title_attribute.html
tct-notification-tizen-tests/notification/Notification_type_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html
tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html
tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html
tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html
tct-notification-tizen-tests/tests.full.xml
tct-notification-tizen-tests/tests.xml

index 0cceb7aec02ab1b106ff5056bb7c71872bc83db8..9e80202be144a72deaa4d63c8ed21a3d3228936a 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: NotificationManager_post_ONGOING
-//==== LABEL NotificationManager_post_ONGOING
+//==== LABEL Check if NotificationManager.post method works properly with ONGOING statusType
 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:post M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA MMINA MR MAST
index 500d006f45c7154a89e45ac4cb92100f5c8d3898..d5cbe6f63796ac1eb374a2dfaed44c51f947e418 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: NotificationManager_post_PROGRESS
-//==== LABEL NotificationManager_post_PROGRESS
+//==== LABEL Check if NotificationManager.post method works properly with PROGRESS statusType
 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:post M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA MMINA MR MAST
index 1831139212fbbdfccf7f5a3bebcd4f552cf32390..7f31d152daded0fc62fa8e322800ce37783e3b63 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: NotificationManager_post_SIMPLE
-//==== LABEL NotificationManager_post_SIMPLE
+//==== LABEL Check if NotificationManager.post method works properly with SIMPLE statusType
 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:post M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA MMINA MR MAST
index c67921961235b13cd7b6d251c150fbbbdb2b2c86..105910307df52b2779a2f1bcf99285efdf9d7321 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: NotificationManager_post_THUMBNAIL
-//==== LABEL NotificationManager_post_THUMBNAIL
+//==== LABEL Check if NotificationManager.post method works properly with THUMBNAIL statusType
 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:post M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA MMINA MR MAST
index d500b798bf6f9ee8e4c16b71abe90c0d7f19c71f..6e484536fef76701f2d3a2f6636c5808a00e38d5 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: NotificationManager_post_misarg
-//==== LABEL NotificationManager_post_misarg
+//==== LABEL Check with missing non-optional argument - NotificationManager.post
 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:post M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA MMA
index d809b6ba957c7c8bf390b6c165521b4f28d34f7b..42cb7e87cf1565da61f6c628d0a24ada4651059f 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: NotificationManager_post_notification_TypeMismatch
-//==== LABEL NotificationManager_post_notification_TypeMismatch
+//==== LABEL Check type conversions for notification argument of NotificationManager.post method
 //==== PRIORITY: P2
 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:post M
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
index d9a7c9b52f3fd5e52ae879806511c53d5494d725..77c3b22d3a9574ecb78402c6a06abaa291ad8657 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: Notification_content_attribute
-//==== LABEL Check if Notification_content_attribute
+//==== LABEL Check if attribute content of Notification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:Notification:content A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index f171d9ab4fd80494dfabc82e7db8f856e11995c5..7a0b0dc6c20eec54a8ae9a98418fca829fb95c30 100644 (file)
@@ -33,8 +33,8 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 
-//==== TEST:  Notification_id_attribute
-//==== LABEL Check if Notification_id_attribute
+//==== TEST: Notification_id_attribute
+//==== LABEL Check if attribute id of Notification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:Notification:id A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE ADV ARO AT
index ca939a7925c7d5e2d65ab35e5223278a888f9cc4..0331f02d2cb9c3758ed173a8e3c9f3053d7b75b5 100644 (file)
@@ -33,8 +33,8 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 
-//==== TEST:  Notification_postedTime_attribute
-//==== LABEL Check if  Notification_postedTime_attribute
+//==== TEST: Notification_postedTime_attribute
+//==== LABEL Check if attribute postedTime of Notification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:Notification:postedTime A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE ARO AT
index 7fd2f0eceb2f9ce6f6f14b040f90aec86cac43c8..1516e0c3a2a936a254cb1842fbc23f8b15e15347 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST:  Notification_title_attribute
-//==== LABEL Check if  Notification_title_attribute
+//==== LABEL Check if attribute title of Notification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:Notification:title A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG AN
index 1d1122844435607605da834b7294c25491ab3ef6..07c0decddbff9bbd63115d5105dc2da4a88dccfc 100644 (file)
@@ -33,8 +33,8 @@ Authors:
 <div id="log"></div>
 <script type="text/javascript">
 
-//==== TEST:   Notification_type_attribute
-//==== LABEL Check if Notification_type_attribute
+//==== TEST: Notification_type_attribute
+//==== LABEL Check if attribute type of Notification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:Notification:type A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ARO
index c0365f346070ef070f1428443b6d354916715650..e0d29c1bac096e06ef66e67cb6336ad5b6ec30a9 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_appControl_attribute
-//==== LABEL Check if StatusNotification_appControl_attribute
+//==== LABEL Check if attribute appControl of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:appControl A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index 3e76715f6fe5ad1b31df84589b4c676f75738e71..da0a1886a2ac8f78501f216f2520ab4bc40f80a5 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_appid_attribute
-//==== LABEL Check if StatusNotification_appid_attribute
+//==== LABEL Check if attribute appid of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:appId A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index fa61c52d888ed92047d416fd69ec561effce75cf..af201b1437458ce89710123d37b95887362d14fe 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_backgroundImagePath_attribute
-//==== LABEL Check if StatusNotification_backgroundImagePath_attribute
+//==== LABEL Check if attribute backgroundImagePath of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:backgroundImagePath A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index 0145b98822dccd045632c0729fd819a9be411986..9e065e20977cb216c3d982572a583ccd4d0cf78a 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_ONGOING_BYTE
-//==== LABEL Check if StatusNotification_constructor_ONGOING_BYTE
+//==== LABEL Check if StatusNotification's constructor works for statusType=ONGOING and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index b0e649fd251de1a39080feabbc7e2d643913c1ca..feaee12eaefe223d4c86392fab687f02bb13eec0 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_ONGOING_PERCENTAGE
-//==== LABEL Check if StatusNotification_constructor_ONGOING_PERCENTAGE
+//==== LABEL Check if StatusNotification's constructor works for statusType=ONGOING and progressType=PERCENTAGE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 73d70055b15dbc7a7fa871e6a367a0d8d48d3bcb..8083eefa07abe7c28a5897faa759a5812ca11ce5 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_PROGRESS_BYTE
-//==== LABEL Check if StatusNotification_constructor_PROGRESS_BYTE
+//==== LABEL Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 3ff570adcf227e860964688d457ac57807694da1..8b4c39f03c381c065f4d2cc6375fa37c646d4544 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_PROGRESS_PERCENTAGE
-//==== LABEL Check if StatusNotification_constructor_PROGRESS_PERCENTAGE
+//==== LABEL Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=PERCENTAGE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index a36a3651f68affd35160b0c28dbfd5be2ab528fd..52fe983a2e5a65d2784d003d823610e2fa0d25af 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_SIMPLE_BYTE
-//==== LABEL Check if StatusNotification_constructor_SIMPLE_BYTE
+//==== LABEL Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index f3d0b2397f73a8c4b95ba3343368afa4d9c3bf9e..9e3aa72eded8f026192f9dbf39e0c12080460b93 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_SIMPLE_PERCENTAGE
-//==== LABEL Check if StatusNotification_constructor_SIMPLE_PERCENTAGE
+//==== LABEL Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=PERCENTAGE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 6843fb0c25750c3b8c87073cd847f97c8a746387..0c7fefc185be8f9ad5d7ec124a582b9d4c919fcc 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_THUMBNAIL_BYTE
-//==== LABEL Check if StatusNotification_constructor_THUMBNAIL_BYTE
+//==== LABEL Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 870b881469c58c35e81f423d96ef7030df4aa68b..00ff72343cfdcf4907d811c8df5e5df146ac042e 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_THUMBNAIL_PERCENTAGE
-//==== LABEL Check if StatusNotification_constructor_THUMBNAIL_PERCENTAGE
+//==== LABEL Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=PERCENTAGE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index c4eb7f63b06d48d227dce2e0a42474bbd4fc5680..1ddefdfe746d5f4844e54305dcf505ad9bd18d95 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_minargs
-//==== LABEL Check if StatusNotification_constructor_minargs
+//==== LABEL Check if StatusNotification's constructor works with minimal arguments
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM
index 27e60c60560f9a196b3004f980af60a598dedba7..fc258be1e7306f747e872e1a4ee0336c6fb8e11a 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_notificationInitDict_partial
-//==== LABEL Check if StatusNotification_constructor_notificationInitDict_partial
+//==== LABEL Check if StatusNotification's constructor works with partial attributes in notificationInitDict
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM
index f36d0a75ed5c4c473ab8b932d1f3c5117e561ef0..aa3f497929b701b6afd23e6231d05b4d8f301963 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_notificationInitDict_partial_extra
-//==== LABEL Check if StatusNotification_constructor_notificationInitDict_partial_extra
+//==== LABEL Check if StatusNotification's constructor works with additional attributes in notificationInitDict
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM
index 46ac9274280c94be24f525217969e1d0c943c362..67fb0abf439f2264d86b97be2a74a11786a6d6a2 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_progessValue_-1_BYTE
-//==== LABEL Check if StatusNotification_constructor_progessValue_-1_BYTE
+//==== LABEL Check if StatusNotification's constructor works for progressValue=-1 and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index b8a1ab8bde2b32c525eb03f655277e2414db324f..8a4d8d439b9a1f937dad828886e0a05be7dd62a4 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_progessValue_0_BYTE
-//==== LABEL Check if StatusNotification_constructor_progessValue_0_BYTE
+//==== LABEL Check if StatusNotification's constructor works for progressValue=0 and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 5203cbbfad981ba4766ccef6f5d05d21aadb341e..461f0470b9cfd6b93be72576770e4228857dab37 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_progessValue_0_PERCENTAGE
-//==== LABEL Check if StatusNotification_constructor_progessValue_0_PERCENTAGE
+//==== LABEL Check if StatusNotification's constructor works for progressValue=0 and progressType=PERCENTAGE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 5b6dbbee89738cab42c9f60e617fb69b5560c50c..28a86b4ee74fc34b94d32be9fcfa4034b83f9adf 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_progessValue_100_PERCENTAGE
-//==== LABEL Check if StatusNotification_constructor_progessValue_100_PERCENTAGE
+//==== LABEL Check if StatusNotification's constructor works for progressValue=100 and progressType=PERCENTAGE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index 1a271bdfad70cb45817e43cbc979666ea61904f9..0905262d4745a514592e87ecac93fdf889ba718a 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_constructor_progessValue_max_BYTE
-//==== LABEL Check if StatusNotification_constructor_progessValue_max_BYTE
+//==== LABEL Check if StatusNotification's constructor works for progressValue=max and progressType=BYTE
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:constructor C
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA CONSTRM CONSTRA
index a18a38a7827a7b1f1ee0da21d60a830ced061a6e..55c7a7b8669bf697dd52f5f6532955f7719dbce5 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_detailInfo_attribute
-//==== LABEL Check if StatusNotification_detailInfo_attribute
+//==== LABEL Check if attribute detailInfo of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:detailInfo A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE ASG AT ADV
index cded967cd81f26941d6c95b276ec90e61f2aad6c..47939b45052416ab60f3dfb7dd1b2e4a120a57dd 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_iconPath_attribute
-//==== LABEL Check if StatusNotification_iconPath_attribute
+//==== LABEL Check if attribute iconPath of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:iconPath A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== PRIORITY P2
index fc2c9bccbad6bab211aaed79b5bc18d2b074600c..3b5bd480b1ac151d9e16b9e978449659f1d57651 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_ledColor_attribute
-//==== LABEL Check StatusNotification::ledColor attribute
+//==== LABEL Check if attribute ledColor of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:ledColor A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index 85f558a69d5cdec9dd710270150a28f19e67d2f9..9b9b75e55107975ecdc37e518db54cd14c5c3af7 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_ledOffPeriod_attribute
-//==== LABEL Check StatusNotification::ledOffPeriod attribute
+//==== LABEL Check if attribute ledOffPeriod of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:ledOffPeriod A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG ADV AN
index 1f30995005b869afd5f439274eb9c3d2c55d4efd..185660465333331e9195ceafa5cdebd6a6d9265d 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_ledOnPeriod_attribute
-//==== LABEL Check StatusNotification::ledOnPeriod attribute
+//==== LABEL Check if attribute ledOnPeriod of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:ledOnPeriod A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG ADV AN
index a6e8d6b99223767b1b34d69d666fcbe167775cfb..759d82b63752d87de6e6c9824deb01b1e5c26176 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_number_attribute
-//==== LABEL Check if StatusNotification_number_attribute
+//==== LABEL Check if attribute number of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:number A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index 7c56893b7244aebe1de424dfcaadc737e1a45d41..fb8c36d77ac0af20f294889e9659d88f2e423716 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_progressType_attribute
-//==== LABEL Check if StatusNotification_progressType_attribute
+//==== LABEL Check if attribute progressType of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:progressType A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG AN ADV
index 6bd63634357bd62318333d45e933ea7342d7646a..f02f8bc8f812580bea68b58ef306ef13022a8aad 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_progressValue_attribute_BYTE
-//==== LABEL Check if StatusNotification_progressValue_attribute_BYTE
+//==== LABEL Check if attribute progressValue of StatusNotification exists, has appropriate type for BYTE progressType
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:progressValue A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index b8e0babdb75b688726581ea48307a615f4c140eb..2cd263f3b5512642fdf7e6c9502379ae2d263d34 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_progressValue_attribute_PERCENTAGE
-//==== LABEL Check if StatusNotification_progressValue_attribute_PERCENTAGE
+//==== LABEL Check if attribute progressValue of StatusNotification exists, has appropriate type for PERCENTAGE progressType
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:progressValue A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index 90eecc7fec309bd6bd65d3369f82dc3da1c8a9bf..f4aa18c54cc470b8f5df0e7c8a868e0eece131f0 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_soundPath_attribute
-//==== LABEL Check if StatusNotification_soundPath_attribute
+//==== LABEL Check if attribute soundPath of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:soundPath A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index 33e6ed446ec79e449923de10b8875f1039b2a95a..1dc3218d3af9d45dce9405cffab24f004f893940 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_statusType_attribute
-//==== LABEL Check if StatusNotification_statusType_attribute
+//==== LABEL Check if attribute statusType of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:statusType A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ARO
index bf61292dfb38518824a57b0ac3acd6c6ec3e43dc..645d8eb358f5d0e0102c5f6debe1fc92ff06b45d 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_subIconPath_attribute
-//==== LABEL Check if StatusNotification_subIconPath_attribute
+//==== LABEL Check if attribute subIconPath of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:subIconPath A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG
index d8f997f0d269a28706794ca29e6437a9250814e4..598b2bd5990871b587b0fcbebccc8e589218ffce 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_thumbnails_attribute
-//==== LABEL Check if StatusNotification_thumbnails_attribute
+//==== LABEL Check if attribute thumbnails of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:thumbnails A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE ASG AT ADV
index 089549aa353b826d80b22bcee760d3868cb9b053..961db706737bc23e8bbc5ae0b143188202b0d697 100644 (file)
@@ -34,7 +34,7 @@ Authors:
 <script type="text/javascript">
 
 //==== TEST: StatusNotification_vibration_attribute
-//==== LABEL Check if StatusNotification_vibration_attribute
+//==== LABEL Check if attribute vibration of StatusNotification exists, has appropriate type
 //==== SPEC Tizen Web API:User Interface:Notification:StatusNotification:vibration A
 //==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html
 //==== TEST_CRITERIA AE AT ASG AN ADV
index 0d60996b1f772db6cbbd8af8470f9ddc8173109c..17644389e00ebbe626056bc208c85d95ad1b3d27 100644 (file)
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_minargs" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_minargs">
+      <testcase purpose="Check if StatusNotification's constructor works with minimal arguments" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_minargs">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_notificationInitDict_partial" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_notificationInitDict_partial">
+      <testcase purpose="Check if StatusNotification's constructor works with partial attributes in notificationInitDict" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_notificationInitDict_partial">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_notificationInitDict_partial_extra" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_notificationInitDict_partial_extra">
+      <testcase purpose="Check if StatusNotification's constructor works with additional attributes in notificationInitDict" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_notificationInitDict_partial_extra">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_appid_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_appid_attribute">
+      <testcase purpose="Check if attribute appid of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_appid_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_appControl_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_appControl_attribute">
+      <testcase purpose="Check if attribute appControl of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_appControl_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_vibration_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_vibration_attribute">
+      <testcase purpose="Check if attribute vibration of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_vibration_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_iconPath_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P2" id="StatusNotification_iconPath_attribute">
+      <testcase purpose="Check if attribute iconPath of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P2" id="StatusNotification_iconPath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_soundPath_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_soundPath_attribute">
+      <testcase purpose="Check if attribute soundPath of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_soundPath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_statusType_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_statusType_attribute">
+      <testcase purpose="Check if attribute statusType of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_statusType_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if Notification_content_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_content_attribute">
+      <testcase purpose="Check if attribute content of Notification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_content_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_content_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if  Notification_postedTime_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_postedTime_attribute">
+      <testcase purpose="Check if attribute postedTime of Notification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_postedTime_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if  Notification_title_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_title_attribute">
+      <testcase purpose="Check if attribute title of Notification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_title_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_title_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if Notification_id_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_id_attribute">
+      <testcase purpose="Check if attribute id of Notification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_id_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_id_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if Notification_type_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_type_attribute">
+      <testcase purpose="Check if attribute type of Notification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="Notification_type_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_type_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="NotificationManager_post_ONGOING" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_ONGOING">
+      <testcase purpose="Check if NotificationManager.post method works properly with ONGOING statusType" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_ONGOING">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="NotificationManager_post_PROGRESS" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_PROGRESS">
+      <testcase purpose="Check if NotificationManager.post method works properly with PROGRESS statusType" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_PROGRESS">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="NotificationManager_post_SIMPLE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_SIMPLE">
+      <testcase purpose="Check if NotificationManager.post method works properly with SIMPLE statusType" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_SIMPLE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_ONGOING_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_ONGOING_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=ONGOING and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_ONGOING_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_ONGOING_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_ONGOING_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=ONGOING and progressType=PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_ONGOING_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_PROGRESS_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_PROGRESS_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_PROGRESS_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_PROGRESS_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_PROGRESS_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_PROGRESS_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_SIMPLE_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_SIMPLE_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_SIMPLE_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_SIMPLE_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_SIMPLE_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_SIMPLE_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_THUMBNAIL_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_THUMBNAIL_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_THUMBNAIL_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_THUMBNAIL_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_THUMBNAIL_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_THUMBNAIL_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_-1_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_-1_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=-1 and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_-1_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_0_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_0_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=0 and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_0_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_0_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_0_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=0 and progressType=PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_0_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_max_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_max_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=max and progressType=BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_max_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_subIconPath_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_subIconPath_attribute">
+      <testcase purpose="Check if attribute subIconPath of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_subIconPath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_detailInfo_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_detailInfo_attribute">
+      <testcase purpose="Check if attribute detailInfo of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_detailInfo_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_number_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_number_attribute">
+      <testcase purpose="Check if attribute number of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_number_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_backgroundImagePath_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_backgroundImagePath_attribute">
+      <testcase purpose="Check if attribute backgroundImagePath of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_backgroundImagePath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_thumbnails_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_thumbnails_attribute">
+      <testcase purpose="Check if attribute thumbnails of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_thumbnails_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_progressType_attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_progressType_attribute">
+      <testcase purpose="Check if attribute progressType of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_progressType_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_progressValue_attribute_BYTE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_progressValue_attribute_BYTE">
+      <testcase purpose="Check if attribute progressValue of StatusNotification exists, has appropriate type for BYTE progressType" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_progressValue_attribute_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_progressValue_attribute_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_progressValue_attribute_PERCENTAGE">
+      <testcase purpose="Check if attribute progressValue of StatusNotification exists, has appropriate type for PERCENTAGE progressType" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_progressValue_attribute_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_100_PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_100_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=100 and progressType=PERCENTAGE" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_constructor_progessValue_100_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="NotificationManager_post_THUMBNAIL" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_THUMBNAIL">
+      <testcase purpose="Check if NotificationManager.post method works properly with THUMBNAIL statusType" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_THUMBNAIL">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="NotificationManager_post_misarg" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_misarg">
+      <testcase purpose="Check with missing non-optional argument - NotificationManager.post" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="NotificationManager_post_misarg">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="NotificationManager_post_notification_TypeMismatch" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P2" id="NotificationManager_post_notification_TypeMismatch">
+      <testcase purpose="Check type conversions for notification argument of NotificationManager.post method" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P2" id="NotificationManager_post_notification_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check StatusNotification::ledColor attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_ledColor_attribute">
+      <testcase purpose="Check if attribute ledColor of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_ledColor_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check StatusNotification::ledOffPeriod attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_ledOffPeriod_attribute">
+      <testcase purpose="Check if attribute ledOffPeriod of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_ledOffPeriod_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html</test_script_entry>
         </description>
           </spec>
         </specs>
       </testcase>
-      <testcase purpose="Check StatusNotification::ledOnPeriod attribute" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_ledOnPeriod_attribute">
+      <testcase purpose="Check if attribute ledOnPeriod of StatusNotification exists, has appropriate type" type="compliance" status="approved" component="TizenAPI/User Interface/Notification" execution_type="auto" priority="P1" id="StatusNotification_ledOnPeriod_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html</test_script_entry>
         </description>
index ca68ff4978939aac7dd09c895357aac4db2eb124..b7c5b55738ec5e21afdebdf0361cf2731992a43f 100644 (file)
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_update_notposted.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_minargs" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_minargs">
+      <testcase purpose="Check if StatusNotification's constructor works with minimal arguments" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_minargs">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_minargs.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_notificationInitDict_partial" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_notificationInitDict_partial">
+      <testcase purpose="Check if StatusNotification's constructor works with partial attributes in notificationInitDict" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_notificationInitDict_partial">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_notificationInitDict_partial_extra" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_notificationInitDict_partial_extra">
+      <testcase purpose="Check if StatusNotification's constructor works with additional attributes in notificationInitDict" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_notificationInitDict_partial_extra">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_notificationInitDict_partial_extra.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_appid_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_appid_attribute">
+      <testcase purpose="Check if attribute appid of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_appid_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_appid_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_appControl_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_appControl_attribute">
+      <testcase purpose="Check if attribute appControl of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_appControl_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_appControl_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_vibration_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_vibration_attribute">
+      <testcase purpose="Check if attribute vibration of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_vibration_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_vibration_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_iconPath_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_iconPath_attribute">
+      <testcase purpose="Check if attribute iconPath of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_iconPath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_iconPath_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_soundPath_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_soundPath_attribute">
+      <testcase purpose="Check if attribute soundPath of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_soundPath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_soundPath_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_statusType_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_statusType_attribute">
+      <testcase purpose="Check if attribute statusType of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_statusType_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_statusType_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if Notification_content_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_content_attribute">
+      <testcase purpose="Check if attribute content of Notification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_content_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_content_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if  Notification_postedTime_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_postedTime_attribute">
+      <testcase purpose="Check if attribute postedTime of Notification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_postedTime_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_postedTime_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if  Notification_title_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_title_attribute">
+      <testcase purpose="Check if attribute title of Notification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_title_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_title_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if Notification_id_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_id_attribute">
+      <testcase purpose="Check if attribute id of Notification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_id_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_id_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if Notification_type_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_type_attribute">
+      <testcase purpose="Check if attribute type of Notification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="Notification_type_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/Notification_type_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="NotificationManager_post_ONGOING" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_ONGOING">
+      <testcase purpose="Check if NotificationManager.post method works properly with ONGOING statusType" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_ONGOING">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="NotificationManager_post_PROGRESS" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_PROGRESS">
+      <testcase purpose="Check if NotificationManager.post method works properly with PROGRESS statusType" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_PROGRESS">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_PROGRESS.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="NotificationManager_post_SIMPLE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_SIMPLE">
+      <testcase purpose="Check if NotificationManager.post method works properly with SIMPLE statusType" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_SIMPLE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_SIMPLE.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_mainText_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_ONGOING_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_ONGOING_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=ONGOING and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_ONGOING_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_ONGOING_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_ONGOING_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=ONGOING and progressType=PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_ONGOING_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_ONGOING_PERCENTAGE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_PROGRESS_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_PROGRESS_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_PROGRESS_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_PROGRESS_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_PROGRESS_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=PROGRESS and progressType=PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_PROGRESS_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_PROGRESS_PERCENTAGE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_SIMPLE_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_SIMPLE_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_SIMPLE_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_SIMPLE_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_SIMPLE_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=SIMPLE and progressType=PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_SIMPLE_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_SIMPLE_PERCENTAGE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_THUMBNAIL_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_THUMBNAIL_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_THUMBNAIL_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_THUMBNAIL_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_THUMBNAIL_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for statusType=THUMBNAIL and progressType=PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_THUMBNAIL_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_THUMBNAIL_PERCENTAGE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_-1_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_-1_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=-1 and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_-1_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_-1_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_0_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_0_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=0 and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_0_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_0_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_0_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=0 and progressType=PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_0_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_0_PERCENTAGE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_max_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_max_BYTE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=max and progressType=BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_max_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_max_BYTE.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_subIconPath.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_subIconPath_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_subIconPath_attribute">
+      <testcase purpose="Check if attribute subIconPath of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_subIconPath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_subIconPath_attribute.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_invalid_thumbnails.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_detailInfo_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_detailInfo_attribute">
+      <testcase purpose="Check if attribute detailInfo of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_detailInfo_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_detailInfo_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_number_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_number_attribute">
+      <testcase purpose="Check if attribute number of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_number_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_number_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_backgroundImagePath_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_backgroundImagePath_attribute">
+      <testcase purpose="Check if attribute backgroundImagePath of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_backgroundImagePath_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_backgroundImagePath_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_thumbnails_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_thumbnails_attribute">
+      <testcase purpose="Check if attribute thumbnails of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_thumbnails_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_thumbnails_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_progressType_attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_progressType_attribute">
+      <testcase purpose="Check if attribute progressType of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_progressType_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_progressType_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_progressValue_attribute_BYTE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_progressValue_attribute_BYTE">
+      <testcase purpose="Check if attribute progressValue of StatusNotification exists, has appropriate type for BYTE progressType" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_progressValue_attribute_BYTE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_BYTE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_progressValue_attribute_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_progressValue_attribute_PERCENTAGE">
+      <testcase purpose="Check if attribute progressValue of StatusNotification exists, has appropriate type for PERCENTAGE progressType" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_progressValue_attribute_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_progressValue_attribute_PERCENTAGE.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check if StatusNotification_constructor_progessValue_100_PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_100_PERCENTAGE">
+      <testcase purpose="Check if StatusNotification's constructor works for progressValue=100 and progressType=PERCENTAGE" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_constructor_progessValue_100_PERCENTAGE">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_progessValue_100_PERCENTAGE.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_constructor_number_min.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="NotificationManager_post_THUMBNAIL" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_THUMBNAIL">
+      <testcase purpose="Check if NotificationManager.post method works properly with THUMBNAIL statusType" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_THUMBNAIL">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_THUMBNAIL.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="NotificationManager_post_misarg" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_misarg">
+      <testcase purpose="Check with missing non-optional argument - NotificationManager.post" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_misarg">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_misarg.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="NotificationManager_post_notification_TypeMismatch" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_notification_TypeMismatch">
+      <testcase purpose="Check type conversions for notification argument of NotificationManager.post method" component="TizenAPI/User Interface/Notification" execution_type="auto" id="NotificationManager_post_notification_TypeMismatch">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_post_notification_TypeMismatch.html</test_script_entry>
         </description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/NotificationManager_remove_invalid_argument.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check StatusNotification::ledColor attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_ledColor_attribute">
+      <testcase purpose="Check if attribute ledColor of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_ledColor_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_ledColor_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check StatusNotification::ledOffPeriod attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_ledOffPeriod_attribute">
+      <testcase purpose="Check if attribute ledOffPeriod of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_ledOffPeriod_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_ledOffPeriod_attribute.html</test_script_entry>
         </description>
       </testcase>
-      <testcase purpose="Check StatusNotification::ledOnPeriod attribute" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_ledOnPeriod_attribute">
+      <testcase purpose="Check if attribute ledOnPeriod of StatusNotification exists, has appropriate type" component="TizenAPI/User Interface/Notification" execution_type="auto" id="StatusNotification_ledOnPeriod_attribute">
         <description>
           <test_script_entry>/opt/tct-notification-tizen-tests/notification/StatusNotification_ledOnPeriod_attribute.html</test_script_entry>
         </description>