Practice - 5 Tasks
Answer the questions below
1fill in blank
easyComplete the code to duplicate a request in Postman using the context menu.
Postman
Right-click the request and select '[1]' to create a copy.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Delete' instead of 'Duplicate'.
Selecting 'Export' which saves the request externally.
✗ Incorrect
To duplicate a request in Postman, you right-click it and choose 'Duplicate' from the menu.
2fill in blank
mediumComplete the code to move a request to a different folder by dragging it to the {{BLANK_1}} panel.
Postman
Drag the request and drop it into the [1] panel to move it.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Trying to move requests into History or Environment panels.
Dropping requests into the Console panel.
✗ Incorrect
Requests are organized inside Collections in Postman. Dragging a request into a Collection moves it there.
3fill in blank
hardFix the error in the instruction to rename a duplicated request by clicking on its {{BLANK_1}}.
Postman
To rename a duplicated request, click on its [1] and type the new name.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Trying to rename by clicking the URL field.
Clicking the HTTP method instead of the name.
✗ Incorrect
You rename a request by clicking on its name, not on the URL, method, or body.
4fill in blank
hardFill both blanks to create a new folder and move the duplicated request into it.
Postman
Click [1] to add a new folder, then drag the duplicated request into [2].
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Dragging requests into the trash bin instead of the folder.
Clicking 'Delete' instead of 'New Folder'.
✗ Incorrect
You create a new folder by clicking the 'New Folder' button, then move requests by dragging them into that folder.
5fill in blank
hardFill all three blanks to duplicate a request, rename it, and move it to a different collection.
Postman
Right-click the request and select [1]. Then click on the [2] to rename it. Finally, drag it into the [3] collection.
Drag options to blanks, or click blank then click option'
Attempts:
3 left
💡 Hint
Common Mistakes
Trying to rename by clicking 'source' or 'target' instead of 'name'.
Dragging the request into the 'source' collection instead of 'target'.
✗ Incorrect
You duplicate by selecting 'Duplicate', rename by clicking the 'name', and move by dragging into the 'target' collection.