🚀 This project encouraged me to work with Axios to get, post, patch, and delete data from the API. Furthermore, I have used Postman in this project for testing API. 🧪
While I was using Postman, I realized that testing an API is a fundamental part of any real-world application. Postman provides a great user interface as well as a user experience to test an API and check the fundamental requests and their responses. This was the first time I have explored any API testing tool and I have gained practical knowledge. The knowledge I have explored about the Postman is mentioned below:
- What is an API?
- Create a workspace
- Create a collection
- Variables in Postman
- Query parameter
- Variable path
-
Create an HTTP request using GET, POST, PATCH, and DELETE methods.
- GET method
- POST method
- PATCH method
- DELETE method
Below is the link to a project I have built to gain a piece of practical knowledge on API testing.
Postman API Testing ProjectOverall, I enjoyed my journey of learning API testing using Postman.