Test Examples As we understood from the previous section, Test scripts are executed after a request has been sent, and the server…
postman tutorial
-
-
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…
-
Postman Creating Collections Creating a new collection A new collection can be created from the following options in Postman. 1. New button…
-
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…