list me out the shortcutkeys for some functionlities in the
qtp for example to record ,to run ... etc

Answer Posted / anjan

short cut key for record is F3
short cut key for RUN is F5
short cut key for Stop is F4
short cut key for Step into is F11
short cut key for Step over is F10
short cut key for Step out is shift+F11
short cut key for insert/remove break point is F9
short cut key for remove all break points is ctrl+shift+F9

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance

1528


An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

564


How does qtp recognize objects in aut?

574


How does quicktest professional identifies the object in the application?

537


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

536






What are table and db checkpoints?

584


Define Environment Variable in UFT and its uses?

601


How will you report the bug and explain the defect tracking sheet you handled?

2535


Differences between text and test area checkpoints?

565


I am trying to install QTP 9.5 but i am getting error message saying that ("Path is \QuickTest Professional\bin\vb_init.exe") vb_init.exe file is not find. can anybody give me the advise what to do ?

1758


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

1502


Hi How to retrieve data from web element line by line?

1567


How to give a call to another action from one action?

617


I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian

1560


Where to use Property Let, Property Get, Property Set in UFT

364