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 |
In Descriptive programing if i use this below code will it work for login window or flight Res Window. Shud i add the properties like attached text=login and text=Agent Name in the object repository and define a new object first. Pls tell me the procedure in clear inorder to execute this script. Dialog("title:=Login").WinEdit("attached text:=Agent Name:").set"agent123" Dialog("title:=Login").WinEdit("attached text:=Password:").set"mercury" Dialog("attached text:=Login").winbutton("text:=OK").click
Which scripting language QTP is using?
what are the 5 types of objects in qtp
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
what is the hierachy of Descreptive programming?
BEst INstitute for QTP & SELENIUM
What is the difference between link and hyperlink?
can i able to connect any version of qtp to any version qc
Can you tell me QTP is support for GIS(Geography Information System) Based Software.
what is a file system object in QTP
How do you delete unwanted results in qtp?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!