WHAT ARE THE SHORTCUT KEYS IN QTP?
Answers were Sorted based on User's Feedback
Answer / harsha
object repository ctrl+r
for comment ctrl+m
for uncomment ctrl+shift+m
| Is This Answer Correct ? | 20 Yes | 3 No |
Answer / hemanth
Ctrl + N- Creates a New Test
Ctrl+Shift+N- Creates a New Business Test
Ctrl+Alt+N- Creates a New Application Area
Shift+Alt+N- Creates a New Function Library
Ctrl+O- Opens an Existing Test
Ctrl+Shift+O- Opens an existing business component
Ctrl+Alt+O- Opens an existing Application Area
Shift+F2- Rename the Action name
Ctrl+M- Make the comment on current row
Ctrl+Shift+M- Remove the comment
Ctrl+Space- Completes the word if you are typing any VBScript method or object in Expert View
F12- For Standard Checkpoint
Ctrl+F12- For Standard Output Values
F7- Step Generator
F8- New Step in Keyword View
Shift+F8- New Step after block of statement
F3- Recording
F4- Stop the Recording
F5- Run the Script
Ctrl+F5- Run the selected step in the script
Ctrl+R- Open the object repository
Shift+Alt+F3- Analog Recording
Ctrl+Shift+F3- Low Level Recording
F11- Step Into
F10- Step Over
Shift+11- Step out
Ctrl+F10- Run to Step
Ctrl+T- Adds the selected item in the Watch tab
Ctrl+F7- Check the Syntax error in the script.
Ctrl+Page Up or Page Down- Toggles between the Keyword and Expert View.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / manjunath
record purpose : f3
to run the script :f5
get newpge :ctrl+n
to save the script :ctrl+s
to open test :ctrl+o
| Is This Answer Correct ? | 16 Yes | 5 No |
Answer / naveen.k
object repository ctrl+r
for comment ctrl+m
for uncomment ctrl+shift+m
record purpose : f3
to run the script :f5
get newpge :ctrl+n
to save the script :ctrl+s
to open test :ctrl+o
star from middle of sript: CTRL+f5
stop recording :CTRL+f4
complete the script : CTRL+SPACE bar
Replace :CTRL+H
find the line CTRL+G
find the error in scrip: CNTRL+F7
| Is This Answer Correct ? | 7 Yes | 1 No |
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
if there is two login button in your page, how you know that this login button is correct for login .
What is a Run Time Data table?
How to replay a script in qtp?
What are the properties you would use for identifying a browser & page when using descriptive programming ?
How to get the particular property value?
how can you select random value for every iteration from a weblist
How to export data in excelsheet to qtp without using datatable.
What is the difference between Datadriven and Parameterization?
How to call a test from another test?
what is verification & validation?