Can abody explain me Send keys concept
Answer / nath .t
Send Keys: Sends one or more keystrokes to the active
window.
There are two types of Sendkeys are available in QTP.
1. Sendkeys Method(CustomServerBase)
2. Sendkeys Method(IMICDeviceReplay)
| Is This Answer Correct ? | 2 Yes | 2 No |
What is API
Should have experience in framework means?
how we can know qtp has used smart identification machanism during the execution.
How to create a Runtime property for an object in QTP?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
Plz Explain AUTOMATION REFERENCE MODEL?
How to Save your test using QTP?
What is a Dictionary object in QTP.?
Hi, Can anyone help me in esimating time for an application using QTP tool.. What factors should be considered while calculating the estimation time for QTP... Thanks in advance... Prasad Gali
HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time people
How to handle Run-time errors?
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