<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
<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
</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>
<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>