diff --git a/README.md b/README.md index 27dc1bdc8fe55f13d31bb386232b10c1a16805ef..2ca8c8e28cd5fb83b2cf2c759fd9c276e48ec22a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ - [How to test CAPIF APIs](#how-to-test-capif-apis) - [Test Plan Documentation](#test-plan-documentation) - [Robot Framework](#robot-framework) - - [Using Curl](#using-curl) - [Using PostMan](#using-postman) - [Important urls:](#important-urls) - [Mongo DB Dashboard](#mongo-db-dashboard) @@ -118,7 +117,7 @@ python3 -m ``` # How to test CAPIF APIs -The above APIs can be tested either with "curl" command, POSTMAN tool or running developed tests with Robot Framework. +The above APIs can be tested either with POSTMAN tool or running developed tests with Robot Framework. ## Test Plan Documentation Complete documentation of tests is here: [Test Plan Directory] @@ -130,10 +129,6 @@ Test suite implemented accomplish requirements described under test plan at [Tes Please go to [Testing with Robot Framework] Section -## Using Curl - -Please go to [Testing Using Curl] section. - ## Using PostMan You can test the CAPIF flow using the Postman tool. To do this, we have created a collection with some examples of CAPIF requests with everything necessary to carry them out. @@ -171,6 +166,6 @@ Testing Suite of all services. [Open API Descriptions of 3GPP 5G APIs]: https://forge.3gpp.org/rep/all/5G_APIs "Open API Descriptions of 3GPP 5G APIs" [Test Plan Directory]: ./docs/test_plan/README.md "Test Plan Directory" -[Testing Using Curl]: ./docs/testing_with_curl/README.md "Testing Using Curl" + [Testing with Robot Framework]: ./docs/testing_with_robot/README.md "Testing with Robot Framework" [FAQ Directory]: ./FAQ.md "FAQ directory" \ No newline at end of file