diff --git a/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot b/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot
index e2fae0d064109685c06951ec9c47276f5ed6f154..ed697e43e5766b032e9deae17189adddd2ebeb26 100644
--- a/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot
+++ b/SOL002/VNFPerformanceManagement-API/NotificationConsumer.robot
@@ -9,24 +9,24 @@ Suite Setup    Check resource existence and get CallbackUri
 
 *** Test Cases ***
 VNF Performance Information Availability Notification
-    [Documentation]    Test ID: 6.3.3.9.1
+    [Documentation]    Test ID: 6.3.3.10.1
     ...    Test title: VNF Performance Information Availability Notification
-    ...    Test objective: The objective is to test that the POST request triggers VNF Performance Information Availability Notification
+    ...    Test objective: The objective is to test that VNF Performance Information Availability Notification is delivered with success to the notification consumer
     ...    Pre-conditions: A VNF performance job is created, and a subscription for information availability notifications is available in the VNFM.
     ...    Reference: Clause 6.4.9.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_Notif_Endpoint
     ...    Applicability: none
     ...    Post-Conditions: none 
     Post VNF Performance Information Availability Notification
     Check HTTP Response Status Code Is    204
     
 VNF Threshold Crossed Notification
-    [Documentation]    Test ID: 6.3.3.9.2
+    [Documentation]    Test ID: 6.3.3.10.2
     ...    Test title: VNF Threshold Crossed Notification
-    ...    Test objective: The objective is to test that the POST request triggers VNF Threshold Crossed Notification
+    ...    Test objective: The objective is to test that VNF Threshold Crossed Notification is delivered with success to the notification consumer
     ...    Pre-conditions: A VNF performance job is created, and a subscription for Threshold Crossed Notification is available in the VNFM.
     ...    Reference: Clause 6.4.9.3.1 - ETSI GS NFV-SOL 002 [2] v2.7.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_Notif_Endpoint
     ...    Applicability: none
     ...    Post-Conditions: none 
     Post VNF Threshold Crossed Notification