From: chen Date: Fri, 1 Apr 2022 01:57:12 +0000 (+0800) Subject: [common][notification][Update cases of Notification of ACR TWDAPI-284] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04b471086701ed1c7269f8c8f0c757343201045d;p=test%2Ftct%2Fweb%2Fapi.git [common][notification][Update cases of Notification of ACR TWDAPI-284] Change-Id: I8dfe76c1916df51a1a1e1334081d3adf01358aab Signed-off-by: chen --- diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html b/common/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html new file mode 100755 index 000000000..112797860 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html @@ -0,0 +1,53 @@ + + + + +NotificationButton_appControl_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html b/common/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html new file mode 100755 index 000000000..d29c88ace --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html @@ -0,0 +1,54 @@ + + + + +NotificationButton_constructor_text_appControl + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html b/common/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html new file mode 100755 index 000000000..ba76c1144 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html @@ -0,0 +1,55 @@ + + + + +NotificationButton_constructor_text_appControl_imagePath + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_exist.html b/common/tct-notification-tizen-tests/notification/NotificationButton_exist.html new file mode 100755 index 000000000..87fcc21af --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_exist.html @@ -0,0 +1,43 @@ + + + + +NotificationButton_exist + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_extend.html b/common/tct-notification-tizen-tests/notification/NotificationButton_extend.html new file mode 100755 index 000000000..6071ba040 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_extend.html @@ -0,0 +1,50 @@ + + + + +NotificationButton_extend + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html b/common/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html new file mode 100755 index 000000000..42b0b01e4 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html @@ -0,0 +1,46 @@ + + + + +NotificationButton_imagePath_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html b/common/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html new file mode 100755 index 000000000..09ba457a1 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html @@ -0,0 +1,50 @@ + + + + +NotificationButton_text_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html index 76c691e11..1af86b68d 100755 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate.html @@ -34,7 +34,7 @@ Authors: //==== TEST: NotificationManager_createNotificationFromTemplate //==== LABEL Check if NotificationManager createNotificationFromTemplate method works properly //==== SPEC Tizen Web API:Application:Notification:NotificationManager:createNotificationFromTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA MR diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_NotFoundError.html b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_NotFoundError.html old mode 100644 new mode 100755 index 93f331510..536f437bb --- a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_NotFoundError.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_NotFoundError.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_createNotificationFromTemplate_NotFoundError //==== LABEL Check NotificationManager.createNotificationFromTemplate method throw exception when cannot find a template with given name //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:createNotificationFromTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P2 //==== TEST_CRITERIA MC diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_exist.html old mode 100644 new mode 100755 index bad4413eb..f281c4cfd --- a/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_exist.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_createNotificationFromTemplate_exist.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_createNotificationFromTemplate_exist //==== LABEL Check if method createNotificationFromTemplate which in NotificationManager interface exists. //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:createNotificationFromTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P0 //==== TEST_CRITERIA ME diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html old mode 100644 new mode 100755 index b6634d49a..d4c045e51 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications.html @@ -34,7 +34,7 @@ Authors: //==== TEST: NotificationManager_getAllNotifications //==== LABEL Check if NotificationManager.getAllNotifications method works //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getAllNotifications M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA MNA MR diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html old mode 100644 new mode 100755 index 1cabe3b16..53b9529f7 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_exist.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_getAllNotifications_exist //==== LABEL Check if method getAllNotifications which in NotificationManager interface exists. //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getAllNotifications M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P0 //==== TEST_CRITERIA ME diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html old mode 100644 new mode 100755 index 73e24c9fb..e6e114aaf --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_getAllNotifications_extra_argument //==== LABEL Check if method getAllNotifications of NotificationManager accepts extra argument //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getAllNotifications M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA MNAEX diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html new file mode 100755 index 000000000..97c78e6f8 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html @@ -0,0 +1,56 @@ + + + + +NotificationManager_getBlockState + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html new file mode 100755 index 000000000..dc570de03 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html @@ -0,0 +1,43 @@ + + + + +NotificationManager_getBlockState_exist + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html new file mode 100755 index 000000000..563e710c4 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html @@ -0,0 +1,43 @@ + + + + +NotificationManager_getBlockState_extra_argument + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html old mode 100644 new mode 100755 index cf089a246..c12609fbd --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html @@ -34,7 +34,7 @@ Authors: //==== LABEL Check if the parameter NotificationManager which in getNotification method ok //==== PRIORITY P1 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getNotification M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== TEST_CRITERIA MR var notification, statusType = "PROGRESS", progressTypeToSet = "PERCENTAGE", notificationToPost, postedTime, i; diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html old mode 100644 new mode 100755 index a85285f20..276c700eb --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_exist.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_getNotification_exist //==== LABEL Check if method getNotification which in NotificationManager interface exists. //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getNotification M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P0 //==== TEST_CRITERIA ME diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html old mode 100644 new mode 100755 index 9d966ea48..437e2ff18 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_id_invalid.html @@ -32,7 +32,7 @@ Authors: //==== TEST NotificationManager_getNotification_id_invalid //==== LABEL Check if NotificationManager getNotification method works with invalid argument //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getNotification M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P2 //==== TEST_CRITERIA MC diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html old mode 100644 new mode 100755 index bcf3f629f..aa9f0291f --- a/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_getNotification_misarg.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_getNotification_misarg //==== LABEL Check if NotificationManager getNotification method works properly without argument //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:getNotification M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P2 //==== TEST_CRITERIA MMA diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html b/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html index 322662f29..26d042798 100755 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_post_ONGOING.html @@ -35,7 +35,7 @@ Authors: //==== TEST: 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 TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA MR MAST diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate.html b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate.html old mode 100644 new mode 100755 index a335ffcb4..d13cc4b6c --- a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate.html @@ -34,7 +34,7 @@ Authors: //==== TEST: NotificationManager_saveNotificationAsTemplate //==== LABEL Check if NotificationManager saveNotificationAsTemplate method works properly //==== SPEC Tizen Web API:Application:Notification:NotificationManager:saveNotificationAsTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA MR diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_QuotaExceededError.html b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_QuotaExceededError.html old mode 100644 new mode 100755 index 7e6067d44..d06532463 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_QuotaExceededError.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_QuotaExceededError.html @@ -34,7 +34,7 @@ Authors: //==== TEST: NotificationManager_saveNotificationAsTemplate_QuotaExceededError //==== LABEL Check if NotificationManager saveNotificationAsTemplate method throw exception when the allowed number of templates is exceeded. //==== SPEC Tizen Web API:Application:Notification:NotificationManager:saveNotificationAsTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P2 //==== TEST_CRITERIA MC diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_exist.html b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_exist.html old mode 100644 new mode 100755 index f9f63f0ac..ff51d83ad --- a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_exist.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_exist.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_saveNotificationAsTemplate_exist //==== LABEL Check if method saveNotificationAsTemplate which in NotificationManager interface exists. //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:saveNotificationAsTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P0 //==== TEST_CRITERIA ME diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_invalid_obj.html b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_invalid_obj.html old mode 100644 new mode 100755 index fb9a3ba35..8eccd8e29 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_invalid_obj.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_invalid_obj.html @@ -31,7 +31,7 @@ Authors: //==== LABEL Check if NotificationManager::saveNotificationAsTemplate() method throw exception when a fake system object was passed //==== PRIORITY: P2 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:saveNotificationAsTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== TEST_CRITERIA MTO test(function () { diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_misarg.html b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_misarg.html old mode 100644 new mode 100755 index 45c8db6b1..f5a6471b0 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_misarg.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_misarg.html @@ -32,7 +32,7 @@ Authors: //==== TEST: NotificationManager_saveNotificationAsTemplate_misarg //==== LABEL Check with missing non-optional argument - NotificationManager.saveNotificationAsTemplate //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:saveNotificationAsTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P2 //==== TEST_CRITERIA MMA diff --git a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_notification_TypeMismatch.html b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_notification_TypeMismatch.html old mode 100644 new mode 100755 index b4adc771e..b3c024a71 --- a/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_notification_TypeMismatch.html +++ b/common/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_notification_TypeMismatch.html @@ -33,7 +33,7 @@ Authors: //==== LABEL Check type conversions for notification argument of NotificationManager.saveNotificationAsTemplate method //==== PRIORITY: P2 //==== SPEC Tizen Web API:User Interface:Notification:NotificationManager:saveNotificationAsTemplate M -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== TEST_CRITERIA MC test(function () { diff --git a/common/tct-notification-tizen-tests/notification/Notification_content_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_content_attribute.html index 61bf6cb9f..cfa1c0d73 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_content_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_content_attribute.html @@ -35,7 +35,7 @@ Authors: //==== TEST: 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 TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG diff --git a/common/tct-notification-tizen-tests/notification/Notification_extend.html b/common/tct-notification-tizen-tests/notification/Notification_extend.html index 58ca310cb..b2d0614f7 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_extend.html +++ b/common/tct-notification-tizen-tests/notification/Notification_extend.html @@ -33,7 +33,7 @@ Authors: //==== TEST: Notification_extend //==== LABEL Check if Notification can be extended //==== SPEC Tizen Web API:User Interface:Notification:Notification:Notification U -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P3 //==== TEST_CRITERIA OBX diff --git a/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html index ab0484c67..74a92703e 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_id_attribute.html @@ -36,7 +36,7 @@ Authors: //==== 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 TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE ADV ARO AT diff --git a/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html index 633ecdbef..dd4203bff 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_title_attribute.html @@ -35,7 +35,7 @@ Authors: //==== TEST: 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 TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG AN diff --git a/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html b/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html index 10daec2ee..37a5d5504 100755 --- a/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html +++ b/common/tct-notification-tizen-tests/notification/Notification_type_attribute.html @@ -35,7 +35,7 @@ Authors: //==== 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 TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ARO diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html old mode 100644 new mode 100755 index f9f267783..2a50bc406 --- a/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_actions_attribute.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_actions_attribute //==== LABEL Check if attribute actions of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:actions A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html old mode 100644 new mode 100755 index 8183b4275..97f6a1cfb --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_BYTE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_ONGOING_BYTE //==== LABEL Check if UserNotification's constructor works for statusType=ONGOING and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html old mode 100644 new mode 100755 index 350309b1e..c57261f80 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_ONGOING_PERCENTAGE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_ONGOING_PERCENTAGE //==== LABEL Check if UserNotification's constructor works for statusType=ONGOING and progressType=PERCENTAGE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html old mode 100644 new mode 100755 index bc1c4d721..60a6420b6 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_BYTE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_PROGRESS_BYTE //==== LABEL Check if UserNotification's constructor works for statusType=PROGRESS and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html old mode 100644 new mode 100755 index 2344b2f1e..5c1fd805c --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_PROGRESS_PERCENTAGE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_PROGRESS_PERCENTAGE //==== LABEL Check if UserNotification's constructor works for statusType=PROGRESS and progressType=PERCENTAGE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html old mode 100644 new mode 100755 index 32f3cde22..3c7389dc3 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_BYTE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_SIMPLE_BYTE //==== LABEL Check if UserNotification's constructor works for statusType=SIMPLE and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html old mode 100644 new mode 100755 index 385ab6ff9..54bed95c6 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_SIMPLE_PERCENTAGE.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_constructor_SIMPLE_PERCENTAGE //==== LABEL Check if UserNotification's constructor works for statusType=SIMPLE and progressType=PERCENTAGE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html old mode 100644 new mode 100755 index 14978af0d..674fe6412 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_BYTE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_THUMBNAIL_BYTE //==== LABEL Check if UserNotification's constructor works for statusType=THUMBNAIL and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html old mode 100644 new mode 100755 index 3220e3211..322f15a87 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_THUMBNAIL_PERCENTAGE.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_constructor_THUMBNAIL_PERCENTAGE //==== LABEL Check if UserNotification's constructor works for statusType=THUMBNAIL and progressType=PERCENTAGE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html old mode 100644 new mode 100755 index f13b90237..92021dce0 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_-1_BYTE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_progessValue_-1_BYTE //==== LABEL Check if UserNotification's constructor works for progressValue=-1 and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html old mode 100644 new mode 100755 index c054f577b..274866e78 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_BYTE.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_constructor_progessValue_0_BYTE //==== LABEL Check if UserNotification's constructor works for progressValue=0 and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html old mode 100644 new mode 100755 index bfc3be5b6..65f316584 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_0_PERCENTAGE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_progessValue_0_PERCENTAGE //==== LABEL Check if UserNotification's constructor works for progressValue=0 and progressType=PERCENTAGE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html old mode 100644 new mode 100755 index b011f8065..1d7edbb20 --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_100_PERCENTAGE.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_constructor_progessValue_100_PERCENTAGE //==== LABEL Check if UserNotification's constructor works for progressValue=100 and progressType=PERCENTAGE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html old mode 100644 new mode 100755 index 2ed8cfa2a..c9631903f --- a/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_constructor_progessValue_max_BYTE.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_constructor_progessValue_max_BYTE //==== LABEL Check if UserNotification's constructor works for progressValue=max and progressType=BYTE //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRM CONSTRA diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_exist.html b/common/tct-notification-tizen-tests/notification/UserNotification_exist.html old mode 100644 new mode 100755 index ff361db97..81598b629 --- a/common/tct-notification-tizen-tests/notification/UserNotification_exist.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_exist.html @@ -31,7 +31,7 @@ Authors: //==== TEST: UserNotification_exist //==== LABEL Check if UserNotification exists //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:constructor C -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA CONSTRF diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_extend.html b/common/tct-notification-tizen-tests/notification/UserNotification_extend.html old mode 100644 new mode 100755 index c30a097ab..5e20aac16 --- a/common/tct-notification-tizen-tests/notification/UserNotification_extend.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_extend.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_extend //==== LABEL Check if UserNotification is extendable //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:UserNotification U -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P3 //==== TEST_CRITERIA OBX diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html old mode 100644 new mode 100755 index c8b32d266..88b5734ab --- a/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_groupContents_attribute.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_groupContents_attribute //==== LABEL Check if attribute groupContents of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:groupContents A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html old mode 100644 new mode 100755 index a1b657603..ed71d81e3 --- a/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_images_attribute.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_images_attribute //==== LABEL Check if attribute images of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:images A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html new file mode 100755 index 000000000..756921f40 --- /dev/null +++ b/common/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html @@ -0,0 +1,102 @@ + + + + +UserNotification_inputs_attribute + + + + +
+ + + \ No newline at end of file diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html old mode 100644 new mode 100755 index 3a5f33959..d5d885538 --- a/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_leds_attribute.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_leds_attribute //==== LABEL Check if attribute leds of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:leds A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html old mode 100644 new mode 100755 index 841edc440..63650c13d --- a/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_textContents_attribute.html @@ -35,7 +35,7 @@ Authors: //==== TEST: UserNotification_textContents_attribute //==== LABEL Check if attribute textContents of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:textContents A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ASG diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html old mode 100644 new mode 100755 index 714f6241f..69f967e2f --- a/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_thumbnails_attribute.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_thumbnails_attribute //==== LABEL Check if attribute thumbnails of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:thumbnails A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE ASG AT ADV diff --git a/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html b/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html old mode 100644 new mode 100755 index e0ce1171a..b7e9e4187 --- a/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html +++ b/common/tct-notification-tizen-tests/notification/UserNotification_userType_attribute.html @@ -34,7 +34,7 @@ Authors: //==== TEST: UserNotification_userType_attribute //==== LABEL Check if attribute userType of UserNotification exists, has appropriate type //==== SPEC Tizen Web API:User Interface:Notification:UserNotification:userType A -//==== SPEC_URL TBD +//==== SPEC_URL https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html //==== PRIORITY P1 //==== TEST_CRITERIA AE AT ARO diff --git a/common/tct-notification-tizen-tests/tests.full.xml b/common/tct-notification-tizen-tests/tests.full.xml index c669dbdbf..80e2d7806 100755 --- a/common/tct-notification-tizen-tests/tests.full.xml +++ b/common/tct-notification-tizen-tests/tests.full.xml @@ -7,6 +7,138 @@ MOBILE + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_extend.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html @@ -1045,6 +1177,138 @@ WEARABLE + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_extend.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + + + + /opt/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html + + + + + https://developer.tizen.org/help/topic/org.tizen.web.device.apireference/tizen/notification.html + TBD + + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html diff --git a/common/tct-notification-tizen-tests/tests.xml b/common/tct-notification-tizen-tests/tests.xml index 055ce595d..e20966195 100755 --- a/common/tct-notification-tizen-tests/tests.xml +++ b/common/tct-notification-tizen-tests/tests.xml @@ -3,10 +3,45 @@ - + MOBILE - + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_exist.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_extend.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html @@ -72,6 +107,26 @@ /opt/tct-notification-tizen-tests/notification/NotificationManager_getAllNotifications_extra_argument.html + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html + + + + + /opt/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getNotification.html @@ -207,7 +262,7 @@ /opt/tct-notification-tizen-tests/notification/NotificationManager_saveNotificationAsTemplate_notification_TypeMismatch.html - + /opt/tct-notification-tizen-tests/notification/NotificationManager_update.html @@ -450,6 +505,61 @@ WEARABLE + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_exist.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_extend.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html + + + + + /opt/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html @@ -893,6 +1003,61 @@ COMMON + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_appControl_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_constructor_text_appControl_imagePath.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_exist.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_extend.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_imagePath_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationButton_text_attribute.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_exist.html + + + + + /opt/tct-notification-tizen-tests/notification/NotificationManager_getBlockState_extra_argument.html + + + + + /opt/tct-notification-tizen-tests/notification/UserNotification_inputs_attribute.html + + /opt/tct-notification-tizen-tests/notification/NotificationDetailInfo_constructor.html @@ -1332,4 +1497,4 @@ - \ No newline at end of file +