How do you create a Request in Postman?
Experience Level: Junior
Tags: PostmanTools
Answer
First create a request envelope
- Click File-New-Request in the main menu or Click New button and Request in the toolbar
- Fill in the Request name
- Optionally fill in the Request descripion
- Select a Collection
- Optionally select a Folder
- Click Save button
then define request details
- Set request Method
- URL
- Parameters
- Headers
- Body
- Cookies
and click Save button.
From now on you can always reopen this request from the collection you saved it to.
Related Postman job interview questions
What Response parts can you inspect using Postman?
PostmanTools JuniorHow do you send a Request in Postman?
PostmanTools JuniorIn Postman, what is a difference between Folder and Collection?
PostmanTools JuniorWhat are Collections in Postman? And what can they contain?
PostmanTools JuniorWhy would you create a Request in Postman?
PostmanTools Junior