Pre-request Scripts Pre-request scripts are a piece of code that will run before the execution of a request. It runs in the…
installation and updates
-
-
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…
-
Branching and Looping In Postman, we can also work on branching and looping. We can branch and loop across API requests with…
-
Postman Sharing Collections You can share your collections from the postman app to your workspace team and can also share it as…
-
Test Examples As we understood from the previous section, Test scripts are executed after a request has been sent, and the server…
-
Postman Intro to Collections Collection in Postman means a group of API requests that are already saved in the Postman and can…
-
Test Scripts Test scripts execute after the server receives the response. In postman, we can write test scripts to test API requests…
-
Postman Tutorial Postman is one of the most popular software testing tools which is used for API testing. With the help of…