Postman commonly used shortcut keys for postman interface testing

  As an IT programmer, if you don't understand the shortcuts of some tools, you should be despised. Collected some Postman shortcuts, let’s do it together~

simple operation

operate mac system windows system

open a new tab

⌘T Ctrl + T
close tab ⌘W Ctrl + W
force close tab Cmd + Alt + W Ctrl + Alt + W
switch to next tab ⇧⌘] Ctrl + Shift +]
switch to previous tab ⇧⌘[ Ctrl + Shift + [
switch to last tab ⌘9 Ctrl + 9
Open sidebar requests in a new tab ⌥⌘ (click) Ctrl + Shift + (click)

ask

operate MAC system windows system
request url  ⌘L  Ctrl + L
 save request  ⌘S  Ctrl + S
 Save request as  ⇧⌘S  Ctrl + Shift + S
 send request  ⌘↵  Ctrl + Enter
 Send and download requests  ⌥⌘↵  Ctrl + Alt + Enter
scroll to request ⌥⌘↑ Ctrl + Alt +↑
scroll to response ⌥⌘↓ Ctrl + Alt +↓
Prettify raw request body ⌘B Ctrl + B

toolbar

operate MAC system windows system
Search Sidebar ⌘F Ctrl + F
Toggle Sidebar ⌘\ Ctrl + \
next project  ↓  ↓
previous item  ↑  ↑
 expand item  →  →
collapsing items
select item Enter
rename project ⌘E Ctrl + E
group project ⌘G Ctrl + G
cut items ⌘X Ctrl + X
copy item ⌘C Ctrl + C
paste item ⌘V Ctrl + V
Duplicate item ⌘D Ctrl + D
delete item of the of the

interface

operate MAC system windows system
enlarge ⌘+ Ctrl + +
zoom out ⌘- Ctrl + -
reset zoom ⌘0 Ctrl + 0
Toggle Dual Pane View ⌥⌘V Ctrl + Alt + V
switch to sidebar ⌥⌘1 Ctrl + Alt + 1
switch to generator ⌥⌘2 Ctrl + Alt + 2

window

operate MAC system windows system
new requester window ⌘N Ctrl + N
new runner window ⇧⌘N Ctrl + Shift + N
new console window ⌥⌘C Ctrl + Alt + C
import ⌘O Ctrl + O
management environment ⌥⌘E Ctrl + Alt + E
set up ⌘, Ctrl +,
submit modal ⌘↵ Ctrl + Enter
Open shortcut help ⌘/ Ctrl + /

data editing

operate MAC system windows system
navigation Arrow keys (↑, →, ↓, ←) + Tab Arrow keys (↑, →, ↓, ←) + Tab
repeat line ⌘D Ctrl + D
select specific row ⌘ (click) Ctrl + (click)
select previous line ⇧↑ Shift +↑
select next row ⇧↓ Shift +↓
select current row ⇧→ Shift +→
move row up ⌘⇧↑ Ctrl + Shift +↑
move row down ⌘⇧↓ Ctrl + Shift +↓
Copy - Can multi-select and copy rows ⌘C Ctrl + C
Cut - Can multi-select and cut lines ⌘X Ctrl + X
paste ⌘V Ctrl + V.
Delete - Can multi-select and delete rows delete of the
deselect row

ESC

Esc

Category:  postman

 

 

 

 

 

Summarize:

Thanks to everyone who read my article carefully! ! !

 I personally sorted out some technical materials I have compiled in my software testing career in the past few years, including: e-books, resume modules, various job templates, interview books, self-study projects, etc. Everyone is welcome to leave a message in the comment area 333 to get it for free, don't miss it.

 

Guess you like

Origin blog.csdn.net/MXB_1220/article/details/131604223