You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

_ _

JMeter Shortcuts

CTRL in this document references:

  • CTRL on Windows
  • CMD or Apple key on Mac computer

Today status

As of version 2.5.1 and upcoming 2.6, shortcuts are the following:

  • Copy : CTRL+C
  • Duplicate Node : CTRL+SHIFT+C
  • Debug Off (Toggle selected node Test Element log level to INFO): CTRL+D
  • Debug On (Toggle selected node Test Element log level to DEBUG): CTRL+SHIFT+D
  • Clear All (Clear run results): CTRL+E
  • Clear (Clear selected GUI run results): CTRL+SHIFT+E
  • Open Function Helper Dialog : CTRL+F
  • Make a screenshot of selected node GUI : CTRL+G
  • Make a screenshot of JMeter GUI : CTRL+SHIFT+G
  • Open Help Page : CTRL+H (Not working on Mac)
  • Close current Test Plan : CRTL+L
  • Select SSL Manager (will set "javax.net.ssl.keyStore" property) : CTRL+M
  • Open a file : CTRL+O
  • Exit : CTRL+Q
  • Start Test Plan : CTRL+R
  • Remote Start Test Plan : CTRL+SHIFT+R
  • Save : CTRL+S
  • Save All : CTRL+SHIFT+S
  • Toggle Element (Enable / Disable) : CTRL+T
  • Paste : CTRL+V
  • What class is the selected node (displays in console the class of GUI and Test Element) : CTRL+W
  • Cut : CTRL+X
  • Remote stop all : ALT+X
  • Remote shutdown all : ALT+Z
  • Remove node : Delete key
  • Stop Test : CTRL + "."
  • Shutdown Test : CTRL + "," (not working on Mac)
  • Collapse All : CTRL+"-" (not working on Mac)
  • Expand All : CTRL+SHIFT+"-" (not working on Mac)

Proposed changes

  • No labels