Plz explain about Virtual object? What is the situation u r
using , explain with example?
Answer Posted / mohan
Object which is not reconised by QTP as a standard object
(may be because developer hide some of the properties or
object developped in some custom programming languages), in
that case QTP will record the actions on these objects as a
pixel or etc..which we cannot customise further
(customisation required for adding checkpoint etc..). So in
that case we can map these objects to nearest QTP standard
objects class
Ex: If you perform any action on some of Windows calculator
buttons, will be recorded in terms of pixel postion. in
That case you can map this button to WinButton class. and
record again on this button the script will be different -
which is simillar to stnadard class
let me know if u've any doubts
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Is QTP supports Unix. If yes, then how the test automation is done?
Is it possible to call win runner script in qtp?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Explain the differences between table and db checkpoints?
Explain about datafile/verification of date file when file is not available in local system?
How to start recording using quicktest professional (qtp)?
What are the check points can be inserted without recording?
Does quicktest professional is unicode compatible?
give me the code to save all messages of inbox of gmail into a folder and notepad
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What are the challenges you faced during you entire life automation ?
How the smart identification is used in real time?Please explain with an example
How will you report the bug and explain the defect tracking sheet you handled?
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