GET Request in Postman With Example

.

HTTP GET Request in Postman

In Postman, a GET request is used to retrieve the data from the server. When you are sending the request to the server by selecting the HTTP type as GET, the server.

A GET request in Postman will not affect data on the server. means it will collect the data that is already available on the server. means there is no creation, updation, addition, or deletion of data on the server.

GET Request in Postman With Example


How to Create a GET Request in Postman?

To create, first get the request in Postman, just follow the steps below.

Step 1: First, select the workspace in which you want to create the request.

Step 2: Now select the Collection in which you want to create the request

Step 3: Now, click on the three dots as shown in the figure, then click on the add request option.


Create a GET request in Postman


Step 4: Now select the request type as GET and enter the URI.

URI in Postman


Step 5: Now, Click on the Send Button.

Send a GET request in Postman

 

Step 6: As soon as you click on the Send button, you will receive the response from the server.


Gest Request Response


What should we validate when sending a GET request?

To validate the response, verify the following component 

  • Response Body
  • Status Code
  • Response Time
  • Size
  • Cookies 
  • Headers


Hope!!! The above Tutorial on "Postman GET Request " is helpful for you...

Team,

QA acharya

Post a Comment

0 Comments