|
Answer» We use Postman for the below reasons: - Firstly, Postman is free software that is USEFUL for API TESTING.
- It can send HTTP requests of various types (such as GET, POST, PUT, PATCH, etc) and gives the ability to save ENVIRONMENTS for future use.
- It helps in managing the end-to-end lifecycle of the API - starting from design to mocking to testing and finally maintaining the APIs.
- It PROVIDES Runtime Service that helps in managing API collections, environments, work-spaces, and different examples.
- It can be used to easily integrate with CI/CD TOOLS such as Jenkins.
- Has extensive support from the community and provides extensive documentation.
|