0
0
Postmantesting~10 mins

Duplicating and moving requests in Postman - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete 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'
ADuplicate
BDelete
CRename
DExport
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'Delete' instead of 'Duplicate'.
Selecting 'Export' which saves the request externally.
2fill in blank
medium

Complete 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'
AEnvironment
BHistory
CCollections
DConsole
Attempts:
3 left
💡 Hint
Common Mistakes
Trying to move requests into History or Environment panels.
Dropping requests into the Console panel.
3fill in blank
hard

Fix 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'
Abody
Bname
Cmethod
DURL
Attempts:
3 left
💡 Hint
Common Mistakes
Trying to rename by clicking the URL field.
Clicking the HTTP method instead of the name.
4fill in blank
hard

Fill 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'
A'New Folder' button
B'Delete' button
Cthe new folder
Dthe trash bin
Attempts:
3 left
💡 Hint
Common Mistakes
Dragging requests into the trash bin instead of the folder.
Clicking 'Delete' instead of 'New Folder'.
5fill in blank
hard

Fill 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'
ADuplicate
Bname
Ctarget
Dsource
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'.