Editing scripts with keyboard shortcuts

The Manual Test editor contains several keyboard shortcuts that make editing scripts fast and easy.
Table 1. Keyboard shortcuts.
Action Keyboard command
Cut and paste a statement Select the text, press Ctrl+X, move the insertion point to the correct location, and then press Ctrl+V.
Copy and paste a statement Select the text, press Ctrl+C, move the insertion point to the correct location, and then press Ctrl+V.
Navigate to the previous step Press Backspace at the beginning of the following step.
Navigate to the next step Press Enter.
Create a new line within a step Press Shift+Enter.
Insert a new step Press Ctrl+Enter.

Feedback