diff --git a/.gitignore b/.gitignore
index 1320f90e5ba859dec9b8b7a0ea08b509eabb3ee1..e44d0eb3d4fa3bfbaeefd9122e773882872a2a1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,4 @@
 site
+doc/testing/postman/Responses
+doc/testing/postman/node_modules
+doc/testing/postman/package-lock.json
\ No newline at end of file
diff --git a/doc/gettingstarted/howtorun.md b/doc/gettingstarted/howtorun.md
index 902e1c1a9ec17dd930acc621ab3fbd162b5b5ba6..d300ccaba4304ba665ec95315c2b84c5f8461cad 100644
--- a/doc/gettingstarted/howtorun.md
+++ b/doc/gettingstarted/howtorun.md
@@ -163,13 +163,11 @@ python3 -m <service>
 
 #### Start Your Testing with OpenCAPIF
 
-You can now test OpenCAPIF.
+Related with OpenCAPIF Testing, the following sections help you to understand testing implemented and how to run it by yourself:
 
-To test it, in the "Testing" tab you have three options:
-
-- [Test Plan Directory]: To see how to test the services and use them.
-- [Testing with Robot Framework]: To test the operation of all services or one in particular.
-- [Testing with Postman]: In order to carry out the complete OpenCAPIF flow, being invoker and provider
+- [Test Plan Directory]: Here you can find the complete test plan definition that are accomplish by all versions released of OpenCAPIF.
+- [Testing with Robot Framework]: At this section you can find all information about how to run the test suite implemented using Robot Framework.
+- [Testing with Postman]: Easy way to understand the complete basic OpenCAPIF flow, acting as invoker and provider.
 
 
 [Test Plan Directory]: .././testing/testplan/README.md  "Test Plan"
diff --git a/doc/testing/postman/.gitignore b/doc/testing/postman/.gitignore
deleted file mode 100644
index 8fbe30b8ed3dc061351caae8197f6997904d75f5..0000000000000000000000000000000000000000
--- a/doc/testing/postman/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-/Responses
-/node_modules
-package-lock.json
\ No newline at end of file