14. Belajar API (Application Programming Interface) Postman Bahasa Indonesia

Описание к видео 14. Belajar API (Application Programming Interface) Postman Bahasa Indonesia

14. Belajar API (Application Programming Interface) Postman Bahasa Indonesia

Postman is an Application Programming Interface (API) testing tool. API acts like an
interface between a couple of applications and establishes a connection between them.
Thus, an API is a collection of agreements, functions, and tools that an application can
provide to its users for successful communication with another application. We require
an API whenever we access an application like checking news over the phone, Facebook,
and so on.
Postman was designed in the year 2012 by software developer and entrepreneur
Abhinav Asthana to make API development and testing straightforward. It is a tool for
testing the software of an API. It can be used to design, document, verify, create, and
change APIs.
Postman has the feature of sending and observing the Hypertext Transfer Protocol
(HTTP) requests and responses. It has a graphical user interface (GUI) and can be used
in platforms like Linux, Windows and Mac. It can build multiple HTTP requests – POST,
PUT, GET, PATCH and translate them to code.
Need of Postman
Postman has a huge user base and has become a very popular tool because of the
reasons listed below:
 Postman comes without any licensing cost and is suitable for use for the teams
with any capacity.
 Postman can be used very easily by just downloading it.
 Postman can be accessed very easily by logging into your own account after
installation on the device.
 Postman allows easy maintenance of test suites with the help of collections. Users
can make a collection of API calls which can have varied requests and subfolders.
 Postman is capable of building multiple API calls like SOAP, REST, and HTTP.
 Postman can be used for test development by addition of checkpoints to HTTP
response codes and other parameters.
 Postman can be integrated with the continuous integration and either continuous
delivery or continuous deployment (CI/CD) pipeline.
 Postman can be integrated with Newman or Collection Runner which allows
executing tests in much iteration. Thus we can avoid repeated tests.
 Postman has big community support.
 The Postman console allows debugging test steps.

Комментарии

Информация по комментариям в разработке