Creating Requests Let’s create a new request in Postman. In the request, we can have many details. And during this request creation…
postman tutorial
-
-
Variables in Postman Postman variables work in the same way as that of the programming variables. These are the symbols capable of…
-
POST Request in Postman The post is an HTTP method like GET. We use this method when additional information needs to be…
-
Postman Sending Your First Request Sending a request is as easy as posting a URL into your web browser. We can easily…
-
Get the Response in Mock Server Here we will discuss how to get the response in other different formats in Postman, which…
-
Intro to Mock Servers The mock server is a fake server that simulates as a real server to help the users for…
-
Postman Navigation After downloading and installing Postman in our system, we will now discuss the user interface of Postman to learn about…
-
Pre-request Scripts Pre-request scripts are a piece of code that will run before the execution of a request. It runs in the…
-
Intro to Scripts Postman is not only used for manual testing, but we can also do automation testing of API. Postman requests…
-
Authorizing Requests Authorizing requests include authenticating the identity of the client who sends the request and verifies whether the client is allowed…