can anyone please tell me what are all the shortcut keys
used for qtp9.2? Thanks in advance..i expect ur valuable
reply that help us our team???
Answer Posted / rohit sharma
---F8 to add a new step below the currently selected step.
SHIFT+F8 to add a new step after a conditional or loop block.
---F7 to use the Step Generator to add a new step below the
selected step.
---The TAB and SHIFT+TAB keys move the focus left or right
within a single row, unless you are in a cell that is in
edit mode. If so, ENTER to exit edit mode, and then you can
use the TAB keys.
---When a cell containing a list is selected:
---You can SHIFT+F4 to open the list for that cell.
---You can change the selected item by using the up and down
arrow keys. In the Item column, the list must be open before
you can use the arrow keys.
---You can type a letter or sequence of letters to move to a
value that starts with the typed letters. The typed sequence
is highlighted in white.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which functionalities of QTP used in banking project?
write a script for allinterview-submit Question first we've to select Choose Category,second select Sub- Category(Which is comes in to runtime)third select Question Type.for that give some descriptive and vb script
how to write xml output check point bu useing descriptive programing .means without useing output check point
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
What is difference between run time object and test object?
give me the code to save all messages of inbox of gmail into a folder and notepad
Write a QTP script to enter a keyword in to Google search engine?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
How to associate function library at a run time?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Both static and dynamic arrays are handled by the vb script. Is it true?
What are parameterizing tests?