Postman Creating Collections Creating a new collection A new collection can be created from the following options in Postman. 1. New button…
postman tutorial
-
-
Creating the First Collection Collection in Postman means a group of API requests that you have already saved in the Postman. You…
-
Postman Dynamic Variables Dynamic variable, as the name suggests, generates random data to your API requests and collection run. It is like…
-
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…
-
Setting Up a Mock Server To set up a mock server in Postman, we will need a collection because mocks in Postman…