diff --git a/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot b/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
index 993809012117ced30be59559e9c0b25a6fa8c01e..d1cb5dffcde698b6bb2d3249082dc53168af055a 100644
--- a/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
+++ b/SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
@@ -16,7 +16,7 @@ Suite Teardown    Terminate All Processes    kill=true
 
 
 *** Test Cases ***
-Change VNF Flavour
+Change VNF External Connectivity
     [Documentation]    Test ID: 5.4.7.1
     ...    Test title: Change VNF Flavour Workflow
     ...    Test objective: The objective is to test the workflow for a change flavour of an existing VNF instance
diff --git a/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
index 0359c3b785a2f28324ddf413013a59a79c101693..c23bec76c06a9102fc9e4f1d478fb6bed56947f8 100644
--- a/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
+++ b/SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
@@ -16,7 +16,7 @@ Suite Teardown    Terminate All Processes    kill=true
 
 
 *** Test Cases ***
-Operate a VNF Instance
+Heal a VNF Instance
     [Documentation]    Test ID: 5.x.y.x
     ...    Test title: Heal a VNF Instance
     ...    Test objective: The objective is to heal a VNF instance.
diff --git a/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot b/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
index 6c89a6b46525b72c0744089eaa9fcc90d83a2b90..a069cd0f89501c9a55f84ffcf8f761553dc11f39 100644
--- a/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
+++ b/SOL003/VNFLifecycleManagement-API/TerminatelVNFWorkflow.robot
@@ -16,7 +16,7 @@ Suite Teardown    Terminate All Processes    kill=true
 
 
 *** Test Cases ***
-Operate a VNF Instance
+Terminate a VNF Instance
     [Documentation]    Test ID: 5.x.y.x
     ...    Test title: Terminate a VNF Instance
     ...    Test objective: The objective is to terminate a VNF instance.
diff --git a/SOL003/VNFLifecycleManagement-API/environment/variables.txt b/SOL003/VNFLifecycleManagement-API/environment/variables.txt
index 69f6a4221aec6ed10f828ed8319055fbdadcba88..a99965c48cd4c34d33868dbf56f549b2eebf38ee 100644
--- a/SOL003/VNFLifecycleManagement-API/environment/variables.txt
+++ b/SOL003/VNFLifecycleManagement-API/environment/variables.txt
@@ -18,4 +18,8 @@ ${response}    {}
 ${notification_request}    []
 ${notification_response}    []
 ${json}    {}
-${requestedFlavour}    test
\ No newline at end of file
+${changeVnfFlavourRequest}    {}
+${requestedFlavour}    test
+${changeVnfOperateRequest}    {}
+${requestedState}   test
+${changeVnfExtConnectivityRequest}    {}
\ No newline at end of file