Skip to content

Latest commit

 

History

History
52 lines (49 loc) · 1.83 KB

File metadata and controls

52 lines (49 loc) · 1.83 KB

1__rwabWXXSMAgY0TBbUd3FQ

React ⚛️ Axios 🚀 API 🔗 Testing 🧪 Using Postman 📮

🚀 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.
    1. GET method
    2. POST method
    3. PATCH method
    4. 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 Project

Overall, I enjoyed my journey of learning API testing using Postman.