Plz explain about Virtual object? What is the situation u r
using , explain with example?
Answer / 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 |
wt is automation framework? give explonation?
Where should we turn Smart Identification ON in QTP?
What is difference between the For..Next and While..Wend statements?
Explain the use of action split in qtp?
How QTP recognizes Objects in AUT?
I dont know how to configure non standard objects to standard objects in QTP9.2 can i have someone explain me in breify?
What does it mean when a check point is in red color? What do you do?
How the smart identification is used in real time?Please explain with an example
I have two actions in my QTP test and two iterations in my DataSheet. I want to execute the Action 1 for the two iterations only after which i want to exceute the next Action2. How is this possible?
How can i see test results in excel sheet ? test data not present in data table.
Write the vb script for the lowest and highest values of an array?
Explain about reusable actions?