Hi,
is it possible for recording shortcut key during record
session? The application on which I am working is web based
application. This application has several shortcut key
associated with menu option. I have succesfully recorded all
menu option but unable to record shortcut key.
Answer / Meenakshi Suman
Yes, it's possible to record keyboard shortcuts in QTP. To do so, you need to ensure that the 'Capture Shortcut Keys' option is enabled during your recording session. If you are still facing issues, you may need to investigate further and potentially adjust settings related to your web application or QTP configuration.
| Is This Answer Correct ? | 0 Yes | 0 No |
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
waht is the difference between QTP 8.2 and 9.0 version
15 Answers AppLabs, CTS, Polaris,
Hi I have a doubt in qtp. Can you please clarify my doubt. If we are importing the data from excel sheet in qtp the the script is running the number of row times. I mean if there are 4 rows in excel sheet the script is running 4 times. cant we avoid this. suppose i have tis script: datatable.Import "C:\Documents and Settings\sailaja\My Documents\login1.xls" n = datatable.GetRowCount For i =1 to n systemutil.Run "C:\Program Files\Mercury Interactive\QuickTest Professional\samples\flight\app\flight4a.exe" datatable.SetCurrentRow i Dialog("Login").WinEdit("Agent Name:").Set DataTable ("Username", dtGlobalSheet) Dialog("Login").WinEdit("Password:").Set DataTable ("Password", dtGlobalSheet) Dialog("Login").WinButton("OK").Click Window("Flight Reservation").ActiveX ("MaskEdBox").Type "020209" Window("Flight Reservation").WinComboBox("Fly From:").Select "Frankfurt" Window("Flight Reservation").WinComboBox("Fly To:").Select "Los Angeles" Window("Flight Reservation").WinButton("FLIGHT").Click Window("Flight Reservation").Dialog("Flights Table").WinButton("OK").Click Window("Flight Reservation").WinEdit("Name:").Set "Sailaja" Window("Flight Reservation").WinButton("Insert Order").Click Window("Flight Reservation").WinMenu ("Menu").Select "File;New Order" window("Flight Reservation").Close next I created a excel sheet with 3 rows and 2 columns. (username and password). The script is running 9 times. I made the option run one itaration only . eventhough it is running 9 times .can u plaese clarify my doubt. Thankyou Sailaja.
for example u can take ebay or plifcart online shoping web application--------- write acode in vbscript in qtp---- search box and write (iphone6)and click on go button then opened diff prise iphones in next page but u can select 30,000 to 90,000 list pls write code?
2 Answers FFASVA, Genpact, Wipro,
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
write a script to close all open browser in qtp except one browser whose name is xyz
write a qtp script to enter user name & password for flight reservation login page from excel sheet
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Explain the concept of Output values in Quick Test Professional?
How many types of Recordings are there in QTP and what are they?
7 Answers Dangote, First Indian Corporation,
Can any body tell me what is the method to connect the remote desk top throw QTP 9.2 version?
How you debug your script?