Wednesday, March 1, 2017

Shortcut Keys in QTP UFT

Frequently Used Shortcut keys :

  • To comment block of statements: Ctrl+M
  • To uncomment block of statements: Ctrl+Shift+M
  • To apply “With” to script: Ctrl+W
  • To remove “With” from script: Ctrl+Shift+W
  • To check syntax Errors: Ctrl+F7
  • For Normal recording: F3
  • For Analog recording: Shift+Alt+F3
  • For Low level recording : Shift+Ctrl+F3
  • To Stop Recording/Run: F4
  • To Run script: F5
  • To Run from step:Ctrl+F5
  • To rename Action: Shift+F2
  • For Breakpoint :F9
  • Step Into: F11
  • To open “Object Repository”: Ctrl+R

File Operations:

New Test : Ctrl + N
New Business Component : Ctrl + Shift + N
Function Library : Alt + Shift + N
Application area : Ctrl + Alt + N
Open Test : Ctrl + O
Open Business Component : Ctrl + Shift + O
Open Function Library : Alt + Shift + O
Open Application area : Ctrl + Alt + O
Add new Test : Ctrl + Shift + T
Add new Business Component : Ctrl + Shift + B
Add new Application area : Ctrl + Shift + A
Add Existing Test : Ctrl + Alt + T
Add Existing Business Component : Ctrl + Alt + B
Add Existing Application area : Ctrl + Alt + A
Close: Ctrl + F4
Close Solution : Ctrl + Shift + F4
Save Test : Ctrl + S
Save All : Ctrl + Shift + S

Edit Operations :

Undo Changes : Ctrl + Z
Redo Changes : Ctrl + Y
Cut : Ctrl + x
Copy : Ctrl + C
Paste : Ctrl + V
Comment : Ctrl + M
Uncomment : Ctrl + Shift + M
Indent : Tab
Outdent : Shift + tab
Complete word : Ctrl + Space
Argument Info : Ctrl + Shift + Space
Apply “With” to the script : Ctrl + W
Remove “With” : Ctrl + Shift + W

View Operations:

View Solution Explorer : Ctrl + Alt + L
View Toolbox : Ctrl + Alt + X
View Properties : Ctrl + Alt + P
View Data : Ctrl + Alt + D
View Output : Ctrl + Alt + U
View Errors : Ctrl + Alt + E
View Tasks : Ctrl + Alt + K

Search Operations:

Find : Ctrl + F
Find Next : F3
Replace : Ctrl + H
Incremental Search : Ctrl + E
Reverse Incremental Search : Ctrl + Shift + E
Toggle Bookmarks : Ctrl + B
Goto Matching Brace : Ctrl + M
Goto Location : Ctrl + G

Design Operations:

Standard Check Point : F12
Existing Check Point : Alt + F12
Standard Output Value : Ctrl + F12
Step Generator : F7
Check Syntax : Ctrl + F7

Record Operations :

Record : F6
Stop Run/Recording : F4
Analog Recording : Ctrl + F3
Low Level Recording : Shift + F3

RUN Operations :

Run : F5
Run now : Shift + F5
Stop : F4
Run from step : Ctrl + F5
Step Into : F11
Step Over : F10
Step Out : Shift + F11
Run to Step : Ctrl+ F10
Insert Breakpoint : F9
Remove Breakpoint : Ctrl + F9
Clear All Breakpoints : Shift + Ctrl + F9

Other Resources :

Open Object Repository : Ctrl + R
ALM Connection : Ctrl + Q
Next Window : Ctrl + Tab
Previous Window : Ctrl + Shift + Tab
Help : F1