diff --git a/SOL002/VNFFaultManagement-API/Alarms.robot b/SOL002/VNFFaultManagement-API/Alarms.robot
index 98a707b35b87a0728c501eabb6f0905f98d7805a..366a549d30b31c74bfdc0ec0f1b961c91e0f0c13 100644
--- a/SOL002/VNFFaultManagement-API/Alarms.robot
+++ b/SOL002/VNFFaultManagement-API/Alarms.robot
@@ -19,9 +19,9 @@ POST Alarms - Method not implemented
     POST Alarms Task
     Check HTTP Response Status Code Is    405
 
-Get information about multiple alarms 
+GET information about multiple alarms 
     [Documentation]    Test ID: 6.3.4.1.2
-    ...    Test title: Get information about multiple alarms
+    ...    Test title: GET information about multiple alarms
     ...    Test objective: The objective is to retrieve information about the alarm list
     ...    Pre-conditions: 
     ...    Reference: section 7.4.2.3.2 - SOL002 v2.4.1
@@ -32,9 +32,9 @@ Get information about multiple alarms
     Check HTTP Response Status Code Is    200
     Check HTTP Response Body Json Schema Is    alarms
 
-Get information about multiple alarms with filters 
+GET information about multiple alarms with filters 
     [Documentation]    Test ID: 6.3.4.1.3
-    ...    Test title: Get information about multiple alarms - with filters
+    ...    Test title: GET information about multiple alarms - with filters
     ...    Test objective: The objective is to retrieve information about the alarm list
     ...    Pre-conditions: 
     ...    Reference: section 7.4.2.3.3 - SOL002 v2.4.1
@@ -45,16 +45,16 @@ Get information about multiple alarms with filters
     Check HTTP Response Status Code Is    200
     Check HTTP Response Body Json Schema Is    alarms
 
-Get information about multiple alarms Bad Request Invalid attribute-based filtering parameters
+GET information about multiple alarms Bad Request Invalid attribute-based filtering parameters
     [Documentation]    Test ID: 6.3.4.1.4
-    ...    Test title: Get information about multiple alarms - with Invalid attribute-based filtering parameters
+    ...    Test title: GET information about multiple alarms Bad Request Invalid attribute-based filtering parameters
     ...    Test objective: The objective is to retrieve information about the alarm list
     ...    Pre-conditions: 
     ...    Reference: section 7.4.2.3.4 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability: 
     ...    Post-Conditions: 
-    GET Alarms Task with filter
+    GET Alarms Task with invalid filter
     Check HTTP Response Status Code Is    400
     Check HTTP Response Body Json Schema Is    ProblemDetails
     
@@ -90,7 +90,7 @@ DELETE Alarms - Method not implemented
     ...    Reference: section 7.4.2.3.6 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability: 
-    ...    Post-Conditions: none
+    ...    Post-Conditions: the alarm is not deleted
     DELETE Alarms Task
     Check HTTP Response Status Code Is    405
 
diff --git a/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot b/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot
index 7826dfbffc10ef5384c983756f1d9d3101ae5830..094540c3908ad069209b6b37880c8aa81312f5ef 100644
--- a/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot
+++ b/SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot
@@ -19,7 +19,7 @@ Escalate the perceived severity
 GET Escalate the perceived severity - Method not implemented
     [Documentation]    Test ID: 6.3.4.3.2
     ...    Test title: GET Escalate the perceived severity - Method not implemented
-    ...    Test objective: to thest that the method is not implemented
+    ...    Test objective: to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.4.3.2 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
@@ -31,7 +31,7 @@ GET Escalate the perceived severity - Method not implemented
 PUT Escalate the perceived severity - Method not implemented
     [Documentation]    Test ID: 6.3.4.3.3
     ...    Test title: PUT Escalate the perceived severity - Method not implemented
-    ...    Test objective: to thest that the method is not implemented
+    ...    Test objective: to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.4.3.3 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
@@ -43,7 +43,7 @@ PUT Escalate the perceived severity - Method not implemented
 PATCH Escalate the perceived severity - Method not implemented
     [Documentation]    Test ID: 6.3.4.3.4
     ...    Test title: PATCH Escalate the perceived severity - Method not implemented
-    ...    Test objective: to thest that the method is not implemented
+    ...    Test objective: to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.4.3.4 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
@@ -55,8 +55,8 @@ PATCH Escalate the perceived severity - Method not implemented
     
 DELETE Escalate the perceived severity - Method not implemented
     [Documentation]    Test ID: 6.3.4.3.5
-    ...    Test title: PATCH Escalate the perceived severity - Method not implemented
-    ...    Test objective: to thest that the method is not implemented
+    ...    Test title: DELETE Escalate the perceived severity - Method not implemented
+    ...    Test objective: to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.4.3.5 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
diff --git a/SOL002/VNFFaultManagement-API/IndividualAlarm.robot b/SOL002/VNFFaultManagement-API/IndividualAlarm.robot
index bb89f769c555a675b08e82e97364b5ba8cab2147..55656d59fd1262c704a973beac76860374ef21a5 100644
--- a/SOL002/VNFFaultManagement-API/IndividualAlarm.robot
+++ b/SOL002/VNFFaultManagement-API/IndividualAlarm.robot
@@ -15,7 +15,7 @@ ${original_etag}    1234
 *** Test Cases ***
 POST Alarm - Method not implemented
     [Documentation]    Test ID: 6.3.4.2.1
-    ...    Test title: POST Alarms - Method not implemented
+    ...    Test title: POST Alarm - Method not implemented
     ...    Test objective: The objective is to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.3.3.1 - SOL002 v2.4.1
@@ -26,9 +26,9 @@ POST Alarm - Method not implemented
     Check HTTP Response Status Code Is    405
 
 
-Get information about an individual alarm
+GET information about an individual alarm
     [Documentation]    Test ID: 6.3.4.2.2
-    ...    Test title: Get information about an individual alarm
+    ...    Test title: GET information about an individual alarm
     ...    Test objective: The objective is to read an individual alarm.
     ...    Pre-conditions: The related alarm exists
     ...    Reference: section 7.4.3.3.2  - SOL002 v2.4.1
@@ -43,7 +43,7 @@ Get information about an individual alarm
 
 PUT Alarm - Method not implemented
      [Documentation]    Test ID: 6.3.4.2.3
-    ...    Test title: PUT Alarms - Method not implemented
+    ...    Test title: PUT Alarm - Method not implemented
     ...    Test objective: The objective is to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.3.3.3 - SOL002 v2.4.1
@@ -55,10 +55,10 @@ PUT Alarm - Method not implemented
 
 
 PATCH Alarm
-    [Documentation]    Test ID: 6.3.4.2.3
-    ...    Test title: PUT Alarms - Method not implemented
-    ...    Test objective: The objective is to test that the method is not implemented
-    ...    Pre-conditions: 
+    [Documentation]    Test ID: 6.3.4.2.4
+    ...    Test title: PATCH Alarm
+    ...    Test objective: The objective is to Modify an individual alarm resource
+    ...    Pre-conditions: The related alarm exists
     ...    Reference: section 7.4.3.3.4 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability: 
@@ -68,41 +68,41 @@ PATCH Alarm
     Check HTTP Response Body Json Schema Is     alarmModifications
     
 PATCH Alarm - Precondition failed
-    [Documentation]    Test ID: 6.3.4.2.4
-    ...    Test title: Modify an individual alarm resource - Precondition failed
+    [Documentation]    Test ID: 6.3.4.2.5
+    ...    Test title: PATCH Alarm - Precondition failed
     ...    Test objective: The objective is to Modify an individual alarm resource
     ...    Pre-conditions: The related alarm exists
     ...    Reference: section 7.4.3.3.4 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability: 
     ...    Post-Conditions: The alarm resource is not modified
-    PUT Alarm Task
+    PATCH Alarm Task with wrong precondition
     Check HTTP Response Status Code Is    412
     Check HTTP Response Body Json Schema Is     ProblemDetails
     
 PATCH Alarm - Conflict
-    [Documentation]    Test ID: 6.3.4.2.5
-    ...    Test title: Modify an individual alarm resource - Precondition failed
+    [Documentation]    Test ID: 6.3.4.2.6
+    ...    Test title: PATCH Alarm - Conflict
     ...    Test objective: The objective is to Modify an individual alarm resource
     ...    Pre-conditions: The related alarm exists
     ...    Reference: section 7.4.3.3.4 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability: 
     ...    Post-Conditions: The alarm resource is not modified
-    PUT Alarm Task
+    PATCH Alarm Task
     Check HTTP Response Status Code Is    409
     Check HTTP Response Body Json Schema Is     ProblemDetails
     
 
 DELETE Alarm - Method not implemented
-    [Documentation]    Test ID: 6.3.4.2.6
+    [Documentation]    Test ID: 6.3.4.2.7
     ...    Test title: DELETE Alarm - Method not implemented
     ...    Test objective: The objective is to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.3.3.5 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability: 
-    ...    Post-Conditions: 
+    ...    Post-Conditions: alarm not deleted
     DELETE Alarm Task
     Check HTTP Response Status Code Is    405
 
@@ -131,6 +131,15 @@ PATCH Alarm Task
     Patch    ${apiRoot}/${apiName}/${apiVersion}/alarms/${alarmId}    ${body}
     ${outputResponse}=    Output    response
 	Set Global Variable    @{response}    ${outputResponse}
+PATCH Alarm Task with wrong precondition
+    log    Trying to perform a PATCH. This method modifies an individual alarm resource
+    Set Headers  {"Accept":"${ACCEPT}"} 
+    Set Headers  {"Content-Type": "${CONTENT_TYPE_PATCH}"}
+    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
+    ${body}=    Get File    jsons/alarmModifications.json
+    Patch    ${apiRoot}/${apiName}/${apiVersion}/alarms/${alarmId}    ${body}
+    ${outputResponse}=    Output    response
+	Set Global Variable    @{response}    ${outputResponse}	
 DELETE Alarm Task
     log    Trying to perform a DELETE. This method should not be implemented
     Set Headers  {"Accept":"${ACCEPT}"}  
diff --git a/SOL002/VNFFaultManagement-API/IndividualSubscription.robot b/SOL002/VNFFaultManagement-API/IndividualSubscription.robot
index b60f4bbc8ef39f43f4f49dc1fa1ba14ced1ecf36..8c65ab3cea29a6879706c2051e9de99680fc0696 100644
--- a/SOL002/VNFFaultManagement-API/IndividualSubscription.robot
+++ b/SOL002/VNFFaultManagement-API/IndividualSubscription.robot
@@ -8,9 +8,9 @@ Documentation    This resource represents an individual subscription for VNF ala
 Suite Setup    Check resource existance
 
 *** Test Cases ***
-Post Individual Subscription - Method not implemented
+POST Individual Subscription - Method not implemented
     [Documentation]    Test ID: 6.3.4.5.1
-    ...    Test title: Post Individual Subscription - Method not implemented
+    ...    Test title: POST Individual Subscription - Method not implemented
     ...    Test objective: The objective is to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.6.3.1 - SOL002 v2.4.1
@@ -20,9 +20,9 @@ Post Individual Subscription - Method not implemented
     Post Create individual subscription
     Check HTTP Response Status Code Is    405
     
-Get Information about an individual subscription
+GET Information about an individual subscription
     [Documentation]    Test ID: 6.3.4.5.2
-    ...    Test title: Get Information about an individual subscription
+    ...    Test title: GET Information about an individual subscription
     ...    Test objective: The objective is to read an individual subscription for VNF alarms subscribed by the client
     ...    Pre-conditions: The subscription with the given id exists
     ...    Reference: section 7.4.6.3.2 - SOL002 v2.4.1
@@ -35,7 +35,7 @@ Get Information about an individual subscription
 
 PUT an individual subscription - Method not implemented
     [Documentation]    Test ID: 6.3.4.5.3
-    ...    Test title: Put Individual Subscription - Method not implemented
+    ...    Test title: PUT an individual subscription - Method not implemented
     ...    Test objective: The objective is to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.6.3.3 - SOL002 v2.4.1
@@ -48,7 +48,7 @@ PUT an individual subscription - Method not implemented
 
 PATCH an individual subscription - Method not implemented
     [Documentation]    Test ID: 6.3.4.5.4
-    ...    Test title: Patch Individual Subscription - Method not implemented
+    ...    Test title: PATCH an individual subscription - Method not implemented
     ...    Test objective: The objective is to test that the method is not implemented
     ...    Pre-conditions: 
     ...    Reference: section 7.4.6.3.4 - SOL002 v2.4.1
@@ -61,7 +61,7 @@ PATCH an individual subscription - Method not implemented
     
 DELETE an individual subscription
     [Documentation]    Test ID: 6.3.4.5.5
-    ...    Test title: Delete an Individual Subscription
+    ...    Test title: DELETE an individual subscription
     ...    Test objective: The objective is to test that the deletion of a subscription
     ...    Pre-conditions: an existing subscription
     ...    Reference: section 7.4.6.3.5 - SOL002 v2.4.1
diff --git a/SOL002/VNFFaultManagement-API/Subscriptions.robot b/SOL002/VNFFaultManagement-API/Subscriptions.robot
index 72df01875abfa2be883b47389b0c00e5f72ab92f..073ca3807e3f4da3415a8f4cd579a327f724437b 100644
--- a/SOL002/VNFFaultManagement-API/Subscriptions.robot
+++ b/SOL002/VNFFaultManagement-API/Subscriptions.robot
@@ -8,7 +8,7 @@ Library    JSONSchemaLibrary    schemas/
 *** Test Cases ***
 Create a new subscription
     [Documentation]    Test ID: 6.3.4.4.1
-    ...    Test title: Create a new alarm subscription
+    ...    Test title: Create a new subscription
     ...    Test objective: The objective is to create a new subscription.
     ...    Pre-conditions: no subscription with the same filter and callbackUri exists
     ...    Reference: section 7.4.5.3.1 - SOL002 v2.4.1
@@ -21,12 +21,12 @@ Create a new subscription
 
 Create a new Subscription - DUPLICATION
      [Documentation]    Test ID: 6.3.4.4.2
-    ...    Test title: Create a new alarm subscription - DUPLICATION
+    ...    Test title: Create a new Subscription - DUPLICATION
     ...    Test objective: The objective is to create a duplicate subscription.
     ...    Pre-conditions: subscription with the same filter and callbackUri exists
     ...    Reference: section 7.4.5.3.1 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
-    ...    Applicability: the VNFM allows creating a subscription resource if another subscription resource with the same filter and callbackUri already exists
+    ...    Applicability: the VNFM does not allow creation of a subscription resource if another subscription resource with the same filter and callbackUri already exists
     ...    Post-Conditions: 
     Post Create subscription - DUPLICATION
     Check HTTP Response Status Code Is    201
@@ -34,19 +34,19 @@ Create a new Subscription - DUPLICATION
     
 Create a new Subscription - NO-DUPLICATION
     [Documentation]    Test ID: 6.3.4.4.3
-    ...    Test title: Create a new alarm subscription - NO DUPLICATION
-    ...    Test objective: The objective is to create a new subscription.
+    ...    Test title: Create a new Subscription - NO-DUPLICATION
+    ...    Test objective: The objective is to create a subscription in case of not allowed DUPLICATION.
     ...    Pre-conditions: subscription with the same filter and callbackUri exists
     ...    Reference: section 7.4.5.3.1 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
-    ...    Applicability: the VNFM decides to not create a duplicate subscription resource 
+    ...    Applicability: the VNFM does not allow creation of a duplicate subscription resource 
     ...    Post-Conditions:
     Post Create subscription - DUPLICATION
     Check HTTP Response Status Code Is    303
 
 GET Subscriptions
     [Documentation]    Test ID: 6.3.4.4.5
-    ...    Test title: Retrieve a list of alarm subscriptions
+    ...    Test title: GET Subscriptions
     ...    Test objective: The objective is to retrieve the list of active subscriptions
     ...    Pre-conditions: 
     ...    Reference: section 7.4.5.3.2 - SOL002 v2.4.1
@@ -59,7 +59,7 @@ GET Subscriptions
 
 GET Subscription - Filter
     [Documentation]    Test ID: 6.3.4.4.6
-    ...    Test title: Retrieve a list of alarm subscriptions
+    ...    Test title: GET Subscription - Filter
     ...    Test objective: The objective is to retrieve the list of active subscriptions with filter
     ...    Pre-conditions: 
     ...    Reference: section 7.4.5.3.2 - SOL002 v2.4.1
@@ -72,7 +72,7 @@ GET Subscription - Filter
     
 GET subscriptions - Bad Request Invalid attribute-based filtering parameters
     [Documentation]    Test ID: 6.3.4.4.7
-    ...    Test title: Retrieve a list of alarm subscriptions
+    ...    Test title: GET subscriptions - Bad Request Invalid attribute-based filtering parameters
     ...    Test objective: The objective is to retrieve the list of active subscriptions with Invalid attribute-based filtering parameters
     ...    Pre-conditions: 
     ...    Reference: section 7.4.5.3.2 - SOL002 v2.4.1
@@ -115,7 +115,7 @@ DELETE subscriptions - Method not implemented
     ...    Reference: section 7.4.5.3.5 - SOL002 v2.4.1
     ...    Config ID: Config_prod_VNFM
     ...    Applicability:  
-    ...    Post-Conditions: 
+    ...    Post-Conditions: subscription not deleted
     DELETE subscriptions
     Check HTTP Response Status Code Is    405
 
diff --git a/SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot b/SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot
index 41251f383e989c460ea20d16d2f7ee37efbae4c0..605e3df42b707c7a59aec9020d49c872c61bc676 100644
--- a/SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot
+++ b/SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot
@@ -13,7 +13,7 @@ POST Scale a vnfInstance to level
     ...    Test objective: The objective is to scale a VNF instance to a target level.
     ...    Pre-conditions: none
     ...    Reference: section 5.4.6.3.1 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions:
     POST Scale vnfInstance to level     
@@ -27,7 +27,7 @@ POST Scale a vnfInstance to level Conflict (Not-Instantiated)
     ...    Test objective: The objective is to verify that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource. 
     ...    Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
     ...    Reference: section 5.4.6.3.1 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions:
     POST Scale vnfInstance to level   
@@ -41,7 +41,7 @@ POST Scale a vnfInstance Not Found
     ...    Test objective: The objective is to verify that the operation cannot be executed , because the VNF instance resource can't be found.
     ...    Pre-conditions: VNF instance resource is in NOT-INSTANTIATED state
     ...    Reference: section 5.4.6.3.1 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions:
     POST Scale vnfInstance to level    
@@ -55,7 +55,7 @@ GET Scale to level VNFInstance - Method not implemented
     ...    Test objective: The objective is to verify that the method is not implemented
     ...    Pre-conditions:  
     ...    Reference: section 5.4.6.3.2 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions: 
     GET Scale vnfInstance to level
@@ -67,7 +67,7 @@ PUT Scale to level VNFInstance - Method not implemented
     ...    Test objective: The objective is to verify that the method is not implemented
     ...    Pre-conditions:  
     ...    Reference: section 5.4.6.3.3 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions: 
     PUT Scale vnfInstance to level
@@ -79,7 +79,7 @@ PATCH Scale to level VNFInstance - Method not implemented
     ...    Test objective: The objective is to verify that the method is not implemented
     ...    Pre-conditions:  
     ...    Reference: section 5.4.6.3.4 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions: 
     PATCH Scale vnfInstance to level
@@ -91,7 +91,7 @@ DELETE Scale to level VNFInstance - Method not implemented
     ...    Test objective: The objective is to verify that the method is not implemented
     ...    Pre-conditions:  
     ...    Reference: section 5.4.6.3.5 - SOL002 v2.4.1
-    ...    Config ID: Config_prod_VNFM
+    ...    Config ID: Config_prod_VE
     ...    Applicability: 
     ...    Post-Conditions: 
     DELETE Scale vnfInstance to level
diff --git a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot
index 4b76ce06d21a3f18c5a246d9610da896a6becb99..1a7c713d06456f4af0722e2b30c0b8edbd7d78fa 100644
--- a/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot
+++ b/SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot
@@ -9,7 +9,7 @@ Library    JSONSchemaLibrary    schemas/
 *** Test Cases ***
 Post Individual NS LCM occurences - Method not implemented
     [Documentation]    Test ID: 5.3.2.9.1
-    ...    Test title: Post Individual NS LCM occurences - Method not implemented
+    ...    Test title: Post Individual NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that POST method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.10.3.1 - SOL005 v2.4.1
@@ -19,9 +19,9 @@ Post Individual NS LCM occurences - Method not implemented
 	POST Individual NS LCM OP Occurence
 	Check HTTP Response Status Code Is    405
 
-Get status information about Individual NS LCM OCC   
+Get status information about Individual NS LCM occurrences   
     [Documentation]    Test ID: 5.3.2.9.2
-    ...    Test title: Get status information about Individual NS LCM OCC
+    ...    Test title: Get status information about Individual NS LCM occurrences
     ...    Test objective: The objective is to test that GET method returns the LCM occurrence of the NS
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.10.3.2 - SOL005 v2.4.1
@@ -32,9 +32,9 @@ Get status information about Individual NS LCM OCC
 	Check HTTP Response Status Code Is    200
 	Check HTTP Response Body Json Schema Is    NsLcmOpOcc
 	
-PUT status information about Individual NS LCM OCC - Method not implemented
+PUT status information about Individual NS LCM occurrences - Method not implemented
      [Documentation]    Test ID: 5.3.2.9.3
-    ...    Test title: PUT status information about Individual NS LCM OCC - Method not implemented
+    ...    Test title: PUT status information about Individual NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.10.3.3 - SOL005 v2.4.1
@@ -44,9 +44,9 @@ PUT status information about Individual NS LCM OCC - Method not implemented
     PUT Individual NS LCM OP Occurence
     Check HTTP Response Status Code Is    405
 
-PATCH status information about Individual NS LCM OCC - Method not implemented
+PATCH status information about Individual NS LCM occurrences - Method not implemented
      [Documentation]    Test ID: 5.3.2.9.4
-    ...    Test title: PATCH status information about Individual NS LCM OCC - Method not implemented
+    ...    Test title: PATCH status information about Individual NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.10.3.4 - SOL005 v2.4.1
@@ -56,9 +56,9 @@ PATCH status information about Individual NS LCM OCC - Method not implemented
     PATCH Individual NS LCM OP Occurence
     Check HTTP Response Status Code Is    405
 
-DELETE status information about Individual NS LCM OCC - Method not implemented
+DELETE status information about Individual NS LCM occurrences - Method not implemented
          [Documentation]    Test ID: 5.3.2.9.5
-    ...    Test title: DELETE status information about Individual NS LCM OCC - Method not implemented
+    ...    Test title: DELETE status information about Individual NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.10.3.5 - SOL005 v2.4.1
diff --git a/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot b/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
index 6223ffd10a3317b608ab47cd8c673aa7b4d0e5ce..3e133ed9c3584bde1d74cc741cdd75559a520d0e 100644
--- a/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
+++ b/SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
@@ -19,11 +19,11 @@ POST NS LCM occurrences - Method not implemented
 	POST NS LCM OP Occurences
 	Check HTTP Response Status Code Is    405
 
-GET status information about multiple NS LCM OCC   
+GET status information about multiple NS LCM occurrences   
      [Documentation]    Test ID: 5.3.2.8.2
-    ...    Test title: GET status information about multiple NS LCM OCC
+    ...    Test title: GET status information about multiple NS LCM occurrences
     ...    Test objective: The objective is to test that GET method returns a list of LCM occurrences of the NS
-    ...    Pre-conditions: At least one LCM OCC available in the NFVO
+    ...    Pre-conditions: At least one LCM occurrences available in the NFVO
     ...    Reference:  section 6.4.9.3.2 - SOL005 v2.4.1
     ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
@@ -32,11 +32,11 @@ GET status information about multiple NS LCM OCC
 	Check HTTP Response Status Code Is    200
 	Check HTTP Response Body Json Schema Is    NsLcmOpOccs
 
-GET status information about multiple NS LCM OCC Bad Request Invalid attribute-based filtering parameters
+GET status information about multiple NS LCM occurrences Bad Request Invalid attribute-based filtering parameters
     [Documentation]    Test ID: 5.3.2.8.3
-    ...    Test title: GET status information about multiple NS LCM OCC Bad Request Invalid attribute-based filtering parameters
+    ...    Test title: GET status information about multiple NS LCM occurrences Bad Request Invalid attribute-based filtering parameters
     ...    Test objective: The objective is to test that GET method fail because of wrong query parameter
-    ...    Pre-conditions: At least one LCM OCC available in the NFVO, Invalid filter parameter
+    ...    Pre-conditions: At least one LCM occurrences available in the NFVO, Invalid filter parameter
     ...    Reference:  section 6.4.9.3.2 - SOL005 v2.4.1
     ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
@@ -45,11 +45,11 @@ GET status information about multiple NS LCM OCC Bad Request Invalid attribute-b
 	Check HTTP Response Status Code Is    400
 	Check HTTP Response Body Json Schema Is    ProblemDetails
 
-GET status information about multiple NS LCM OCC Bad Request Invalid attribute selector
+GET status information about multiple NS LCM occurrences Bad Request Invalid attribute selector
     [Documentation]    Test ID: 5.3.2.8.4
-    ...    Test title: GET status information about multiple NS LCM OCC Bad Request Invalid attribute selector
+    ...    Test title: GET status information about multiple NS LCM occurrences Bad Request Invalid attribute selector
     ...    Test objective: The objective is to test that GET method fail because of wrong attributes selector
-    ...    Pre-conditions: At least one LCM OCC available in the NFVO, Invalid attribute selector
+    ...    Pre-conditions: At least one LCM occurrences available in the NFVO, Invalid attribute selector
     ...    Reference:  section 6.4.9.3.2 - SOL005 v2.4.1
     ...    Config ID: Config_prod_NFVO
     ...    Applicability: none
@@ -59,9 +59,9 @@ GET status information about multiple NS LCM OCC Bad Request Invalid attribute s
 	Check HTTP Response Body Json Schema Is    ProblemDetails
 	
 
-PUT status information about multiple NS LCM OCC - Method not implemented
+PUT status information about multiple NS LCM occurrences - Method not implemented
     [Documentation]    Test ID: 5.3.2.8.5
-    ...    Test title: PUT status information about multiple NS LCM OCC - Method not implemented
+    ...    Test title: PUT status information about multiple NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that PUT method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.9.3.3 - SOL005 v2.4.1
@@ -71,9 +71,9 @@ PUT status information about multiple NS LCM OCC - Method not implemented
     PUT NS LCM OP Occurences
     Check HTTP Response Status Code Is    405
 
-PATCH status information about multiple NS LCM OCC - Method not implemented
+PATCH status information about multiple NS LCM occurrences - Method not implemented
     [Documentation]    Test ID: 5.3.2.8.6
-    ...    Test title: PATCH status information about multiple NS LCM OCC - Method not implemented
+    ...    Test title: PATCH status information about multiple NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that PATCH method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.9.3.4 - SOL005 v2.4.1
@@ -83,9 +83,9 @@ PATCH status information about multiple NS LCM OCC - Method not implemented
     PATCH NS LCM OP Occurences
     Check HTTP Response Status Code Is    405
 
-DELETE status information about multiple NS LCM OCC - Method not implemented
+DELETE status information about multiple NS LCM occurrences - Method not implemented
     [Documentation]    Test ID: 5.3.2.8.7
-    ...    Test title: DELETE status information about multiple NS LCM OCC - Method not implemented
+    ...    Test title: DELETE status information about multiple NS LCM occurrences - Method not implemented
     ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none
     ...    Reference:  section 6.4.9.3.5 - SOL005 v2.4.1