diff --git a/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot b/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot
index c76466be239677077061bc97730a08a3b7d1c634..15645a48a03cac17f871b59cbf5c2233e1aa1b38 100644
--- a/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot
+++ b/SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot
@@ -18,7 +18,7 @@ POST Individual VNF Snapshot - Method not implemented
 GET Information about an individual VNF Snapshot - SUCCESSFUL
     [Documentation]    Test ID: 6.3.5.26.2
     ...    Test title: GET Information about an individual VNF Snapshot - SUCCESSFUL
-    ...    Test objective: The objective is to create a new VNF Snapshot resource
+    ...    Test objective: The objective is to GET information about an individual VNF Snapshot
     ...    Pre-conditions: none
     ...    Reference: Clause 5.4.24.3.2 - ETSI GS NFV-SOL 002 [2] v3.3.1
     ...    Config ID: Config_prod_VE
diff --git a/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot b/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
index bd87090b0af53151eca63870d7f2db5d1ee1e74a..baa1fce5829102ebea94e5ee32dfa128472b6558 100644
--- a/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
+++ b/SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
@@ -174,7 +174,7 @@ PATCH VNF Snapshots - Method not implemented
 DELETE VNF Snapshots - Method not implemented
     [Documentation]    Test ID: 6.3.5.25.11
     ...    Test title: DELETE VNF Snapshots - Method not implemented
-    ...    Test objective: The objective is to test that PUT method is not implemented
+    ...    Test objective: The objective is to test that DELETE method is not implemented
     ...    Pre-conditions: none 
     ...    Reference: Clause 5.4.23.3.5 - ETSI GS NFV-SOL 002 [2] v3.3.1
     ...    Config ID: Config_prod_VE
diff --git a/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot b/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
index f1867db71d698a631d9763a0bb32d6650218bd43..d093d31d85d4b485dcfc67dfe2719e4a900e4119 100644
--- a/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
+++ b/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot
@@ -299,7 +299,7 @@ PATCH VNF Snapshots
 DELETE VNF Snapshots
     Log    Trying to perform a DELETE. This method should not be implemented
     Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
-    Delete    ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_snaphots 	 	
+    Delete    ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_snapshots 	 	
     ${outputResponse}=    Output    response
 	Set Global Variable    ${response}    ${outputResponse}